diff --git a/package-lock.json b/package-lock.json index 86446580e0..5365fdb018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1326,9 +1326,9 @@ } }, "@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz", + "integrity": "sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index eafea81da9..8eed9177ff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@axe-core/webdriverjs": "4.4.2", "@azure/msal-browser": "2.23.0", "@babel/core": "7.17.9", - "@babel/runtime": "7.17.9", + "@babel/runtime": "7.18.3", "@fluentui/react": "8.72.1", "@microsoft/applicationinsights-react-js": "3.3.4", "@microsoft/applicationinsights-web": "2.7.6",