diff --git a/package-lock.json b/package-lock.json index 89e180b51..96315ea58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.85.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", - "@babel/runtime": "^7.16.0", + "@babel/runtime": "^7.16.3", "@patternfly/react-core": "^4.168.8", "@patternfly/react-icons": "^4.19.8", "@patternfly/react-table": "^4.30.3", @@ -1827,9 +1827,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", - "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", + "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -25185,9 +25185,9 @@ } }, "@babel/runtime": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", - "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", + "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index fb25a508f..9a3c9492e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "module": "esm/index.js", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", - "@babel/runtime": "^7.16.0", + "@babel/runtime": "^7.16.3", "@patternfly/react-core": "^4.168.8", "@patternfly/react-icons": "^4.19.8", "@patternfly/react-table": "^4.30.3",