chore(deps-dev): bump @babel/plugin-transform-modules-commonjs (#9172)

This commit is contained in:
dependabot[bot]
2023-08-28 11:59:26 +00:00
committed by GitHub
parent b3bb9d59cd
commit 38e86a7447
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",