From 105fcc499a7e99f824134b7415ef5e312baedbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:43:18 +0000 Subject: [PATCH] upgrade(deps): bump @babel/plugin-transform-modules-commonjs Bumps [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) from 7.18.6 to 7.24.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.24.8/packages/babel-plugin-transform-modules-commonjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-commonjs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- packages/sui-test/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c7ecc78a..5ef43b1db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1237,14 +1237,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-simple-access": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -27182,7 +27181,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.18.10", - "@babel/plugin-transform-modules-commonjs": "7.18.6", + "@babel/plugin-transform-modules-commonjs": "7.24.8", "@babel/register": "7.18.9", "@faker-js/faker": "8.0.2", "@s-ui/compiler-config": "1", diff --git a/packages/sui-test/package.json b/packages/sui-test/package.json index c739e7462..d91c6cd4d 100644 --- a/packages/sui-test/package.json +++ b/packages/sui-test/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.18.10", - "@babel/plugin-transform-modules-commonjs": "7.18.6", + "@babel/plugin-transform-modules-commonjs": "7.24.8", "@babel/register": "7.18.9", "@faker-js/faker": "8.0.2", "@s-ui/compiler-config": "1",