From 24b1ed0af4a93465dba841b7cdaec7cf01393c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:34:27 +0000 Subject: [PATCH] Bump @babel/runtime from 7.23.2 to 7.23.8 in /GraphRNSample Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.23.8. - [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.23.8/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- GraphRNSample/package-lock.json | 14 +++++++------- GraphRNSample/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/GraphRNSample/package-lock.json b/GraphRNSample/package-lock.json index d490c96..3eeee65 100644 --- a/GraphRNSample/package-lock.json +++ b/GraphRNSample/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@babel/core": "^7.23.6", "@babel/preset-env": "^7.22.20", - "@babel/runtime": "^7.23.2", + "@babel/runtime": "^7.23.8", "@microsoft/microsoft-graph-types": "^2.38.0", "@react-native-community/eslint-config": "^3.0.0", "@tsconfig/react-native": "^3.0.2", @@ -2023,9 +2023,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", - "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -17119,9 +17119,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "@babel/runtime": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", - "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "requires": { "regenerator-runtime": "^0.14.0" }, diff --git a/GraphRNSample/package.json b/GraphRNSample/package.json index 2a7d2b0..0ee1d34 100644 --- a/GraphRNSample/package.json +++ b/GraphRNSample/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@babel/core": "^7.23.6", "@babel/preset-env": "^7.22.20", - "@babel/runtime": "^7.23.2", + "@babel/runtime": "^7.23.8", "@microsoft/microsoft-graph-types": "^2.38.0", "@react-native-community/eslint-config": "^3.0.0", "@tsconfig/react-native": "^3.0.2",