diff --git a/package-lock.json b/package-lock.json index 7daad14c..63378840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.20.7", "@babel/plugin-proposal-optional-chaining": "=7.21.0", - "@babel/plugin-transform-modules-commonjs": "=7.22.5", + "@babel/plugin-transform-modules-commonjs": "=7.22.11", "@babel/plugin-transform-runtime": "=7.22.10", "@babel/preset-env": "=7.22.10", "@babel/preset-react": "=7.22.5", @@ -1375,12 +1375,12 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.11.tgz", + "integrity": "sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.22.9", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-simple-access": "^7.22.5" }, @@ -30845,12 +30845,12 @@ } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.11.tgz", + "integrity": "sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.22.9", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-simple-access": "^7.22.5" } diff --git a/package.json b/package.json index 90f9661b..6b67a60e 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.20.7", "@babel/plugin-proposal-optional-chaining": "=7.21.0", - "@babel/plugin-transform-modules-commonjs": "=7.22.5", + "@babel/plugin-transform-modules-commonjs": "=7.22.11", "@babel/plugin-transform-runtime": "=7.22.10", "@babel/preset-env": "=7.22.10", "@babel/preset-react": "=7.22.5",