From 78ca56d3e0746d69382945156225c5b672bc35c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:27:35 +0000 Subject: [PATCH] Chore(deps): Bump @babel/runtime from 7.20.6 to 7.20.7 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.6 to 7.20.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.7/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5db3153d65..681f00f33b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1466,9 +1466,9 @@ } }, "@babel/runtime": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.6.tgz", - "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz", + "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==", "requires": { "regenerator-runtime": "^0.13.11" }, diff --git a/package.json b/package.json index b2771d1c92..35db3169f8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@axe-core/webdriverjs": "4.4.5", "@azure/msal-browser": "2.32.0", "@babel/core": "7.20.5", - "@babel/runtime": "7.20.6", + "@babel/runtime": "7.20.7", "@fluentui/react": "8.103.5", "@fluentui/react-icons-mdl2": "1.3.27", "@microsoft/applicationinsights-react-js": "3.4.0",