chore(deps): update babel monorepo to v7.24.3

This commit is contained in:
renovate[bot] 2024-03-23 15:52:54 +00:00 committed by GitHub
parent 1de9fc572d
commit 18b4ca1f42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View file

@ -33,9 +33,9 @@
"web-worker": "^1.3.0" "web-worker": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.24.1", "@babel/core": "7.24.3",
"@babel/eslint-parser": "7.24.1", "@babel/eslint-parser": "7.24.1",
"@babel/preset-env": "7.24.1", "@babel/preset-env": "7.24.3",
"@commitlint/cli": "17.8.1", "@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1", "@commitlint/config-conventional": "17.8.1",
"adm-zip": "0.4.11", "adm-zip": "0.4.11",
@ -113,13 +113,13 @@
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.24.1", "version": "7.24.3",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.1.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.3.tgz",
"integrity": "sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==", "integrity": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.2.0", "@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.24.1", "@babel/code-frame": "^7.24.2",
"@babel/generator": "^7.24.1", "@babel/generator": "^7.24.1",
"@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-module-transforms": "^7.23.3", "@babel/helper-module-transforms": "^7.23.3",
@ -1588,9 +1588,9 @@
} }
}, },
"node_modules/@babel/preset-env": { "node_modules/@babel/preset-env": {
"version": "7.24.1", "version": "7.24.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.1.tgz", "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.3.tgz",
"integrity": "sha512-CwCMz1Z28UHLI2iE+cbnWT2epPMV9bzzoBGM6A3mOS22VQd/1TPoWItV7S7iL9TkPmPEf5L/QzurmztyyDN9FA==", "integrity": "sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/compat-data": "^7.24.1", "@babel/compat-data": "^7.24.1",
@ -1620,7 +1620,7 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.24.1", "@babel/plugin-transform-arrow-functions": "^7.24.1",
"@babel/plugin-transform-async-generator-functions": "^7.24.1", "@babel/plugin-transform-async-generator-functions": "^7.24.3",
"@babel/plugin-transform-async-to-generator": "^7.24.1", "@babel/plugin-transform-async-to-generator": "^7.24.1",
"@babel/plugin-transform-block-scoped-functions": "^7.24.1", "@babel/plugin-transform-block-scoped-functions": "^7.24.1",
"@babel/plugin-transform-block-scoping": "^7.24.1", "@babel/plugin-transform-block-scoping": "^7.24.1",
@ -1669,7 +1669,7 @@
"@babel/plugin-transform-unicode-sets-regex": "^7.24.1", "@babel/plugin-transform-unicode-sets-regex": "^7.24.1",
"@babel/preset-modules": "0.1.6-no-external-plugins", "@babel/preset-modules": "0.1.6-no-external-plugins",
"babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.1", "babel-plugin-polyfill-corejs3": "^0.10.4",
"babel-plugin-polyfill-regenerator": "^0.6.1", "babel-plugin-polyfill-regenerator": "^0.6.1",
"core-js-compat": "^3.31.0", "core-js-compat": "^3.31.0",
"semver": "^6.3.1" "semver": "^6.3.1"

View file

@ -77,9 +77,9 @@
"web-worker": "^1.3.0" "web-worker": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.24.1", "@babel/core": "7.24.3",
"@babel/eslint-parser": "7.24.1", "@babel/eslint-parser": "7.24.1",
"@babel/preset-env": "7.24.1", "@babel/preset-env": "7.24.3",
"@commitlint/cli": "17.8.1", "@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1", "@commitlint/config-conventional": "17.8.1",
"adm-zip": "0.4.11", "adm-zip": "0.4.11",