aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-05-29 22:08:35 +0000
committerGravatar vitalyster2023-05-30 01:09:14 +0300
commita7316ef804fd908608d242a9b3239fa257793ed4 (patch)
tree3cb6003e45e19d01e2b96a34ec62b82bd0a39b1d /package-lock.json
parent315161ae651319b35a6ebfedc6748fa370694a77 (diff)
build(deps-dev): bump @babel/preset-env from 7.22.2 to 7.22.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.2 to 7.22.4. - [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.22.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json122
1 files changed, 61 insertions, 61 deletions
diff --git a/package-lock.json b/package-lock.json
index 3dcc21d4..83e0a083 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
},
"devDependencies": {
"@babel/core": "^7.22.1",
- "@babel/preset-env": "^7.22.2",
+ "@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@swc/core": "^1.3.60",
"@swc/jest": "^0.2.26",
@@ -1784,17 +1784,17 @@
}
},
"node_modules/@babel/preset-env": {
- "version": "7.22.2",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.2.tgz",
- "integrity": "sha512-UPNK9pgphMULvA2EMKIWHU90C47PKyuvQ8pE1MzH7l9PgFcRabdrHhlePpBuWxYZQ+TziP2nycKoI5C1Yhdm9Q==",
+ "version": "7.22.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.4.tgz",
+ "integrity": "sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==",
"dev": true,
"dependencies": {
- "@babel/compat-data": "^7.22.0",
+ "@babel/compat-data": "^7.22.3",
"@babel/helper-compilation-targets": "^7.22.1",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/helper-validator-option": "^7.21.0",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.0",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
@@ -1802,7 +1802,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
- "@babel/plugin-syntax-import-attributes": "^7.22.0",
+ "@babel/plugin-syntax-import-attributes": "^7.22.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
@@ -1815,12 +1815,12 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.21.5",
- "@babel/plugin-transform-async-generator-functions": "^7.22.0",
+ "@babel/plugin-transform-async-generator-functions": "^7.22.3",
"@babel/plugin-transform-async-to-generator": "^7.20.7",
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.21.0",
- "@babel/plugin-transform-class-properties": "^7.22.0",
- "@babel/plugin-transform-class-static-block": "^7.22.0",
+ "@babel/plugin-transform-class-properties": "^7.22.3",
+ "@babel/plugin-transform-class-static-block": "^7.22.3",
"@babel/plugin-transform-classes": "^7.21.0",
"@babel/plugin-transform-computed-properties": "^7.21.5",
"@babel/plugin-transform-destructuring": "^7.21.3",
@@ -1828,28 +1828,28 @@
"@babel/plugin-transform-duplicate-keys": "^7.18.9",
"@babel/plugin-transform-dynamic-import": "^7.22.1",
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
- "@babel/plugin-transform-export-namespace-from": "^7.22.0",
+ "@babel/plugin-transform-export-namespace-from": "^7.22.3",
"@babel/plugin-transform-for-of": "^7.21.5",
"@babel/plugin-transform-function-name": "^7.18.9",
- "@babel/plugin-transform-json-strings": "^7.22.0",
+ "@babel/plugin-transform-json-strings": "^7.22.3",
"@babel/plugin-transform-literals": "^7.18.9",
- "@babel/plugin-transform-logical-assignment-operators": "^7.22.0",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.22.3",
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
"@babel/plugin-transform-modules-amd": "^7.20.11",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
- "@babel/plugin-transform-modules-systemjs": "^7.22.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.22.3",
"@babel/plugin-transform-modules-umd": "^7.18.6",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.0",
- "@babel/plugin-transform-new-target": "^7.22.0",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.0",
- "@babel/plugin-transform-numeric-separator": "^7.22.0",
- "@babel/plugin-transform-object-rest-spread": "^7.22.0",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.3",
+ "@babel/plugin-transform-new-target": "^7.22.3",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3",
+ "@babel/plugin-transform-numeric-separator": "^7.22.3",
+ "@babel/plugin-transform-object-rest-spread": "^7.22.3",
"@babel/plugin-transform-object-super": "^7.18.6",
- "@babel/plugin-transform-optional-catch-binding": "^7.22.0",
- "@babel/plugin-transform-optional-chaining": "^7.22.0",
- "@babel/plugin-transform-parameters": "^7.22.0",
- "@babel/plugin-transform-private-methods": "^7.22.0",
- "@babel/plugin-transform-private-property-in-object": "^7.22.0",
+ "@babel/plugin-transform-optional-catch-binding": "^7.22.3",
+ "@babel/plugin-transform-optional-chaining": "^7.22.3",
+ "@babel/plugin-transform-parameters": "^7.22.3",
+ "@babel/plugin-transform-private-methods": "^7.22.3",
+ "@babel/plugin-transform-private-property-in-object": "^7.22.3",
"@babel/plugin-transform-property-literals": "^7.18.6",
"@babel/plugin-transform-regenerator": "^7.21.5",
"@babel/plugin-transform-reserved-words": "^7.18.6",
@@ -1859,12 +1859,12 @@
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-typeof-symbol": "^7.18.9",
"@babel/plugin-transform-unicode-escapes": "^7.21.5",
- "@babel/plugin-transform-unicode-property-regex": "^7.22.0",
+ "@babel/plugin-transform-unicode-property-regex": "^7.22.3",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
- "@babel/plugin-transform-unicode-sets-regex": "^7.22.0",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.22.3",
"@babel/preset-modules": "^0.1.5",
- "@babel/types": "^7.22.0",
- "babel-plugin-polyfill-corejs2": "^0.4.2",
+ "@babel/types": "^7.22.4",
+ "babel-plugin-polyfill-corejs2": "^0.4.3",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-polyfill-regenerator": "^0.5.0",
"core-js-compat": "^3.30.2",
@@ -1976,9 +1976,9 @@
}
},
"node_modules/@babel/types": {
- "version": "7.22.3",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.3.tgz",
- "integrity": "sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==",
+ "version": "7.22.4",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.4.tgz",
+ "integrity": "sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==",
"dev": true,
"dependencies": {
"@babel/helper-string-parser": "^7.21.5",
@@ -19897,17 +19897,17 @@
}
},
"@babel/preset-env": {
- "version": "7.22.2",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.2.tgz",
- "integrity": "sha512-UPNK9pgphMULvA2EMKIWHU90C47PKyuvQ8pE1MzH7l9PgFcRabdrHhlePpBuWxYZQ+TziP2nycKoI5C1Yhdm9Q==",
+ "version": "7.22.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.4.tgz",
+ "integrity": "sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==",
"dev": true,
"requires": {
- "@babel/compat-data": "^7.22.0",
+ "@babel/compat-data": "^7.22.3",
"@babel/helper-compilation-targets": "^7.22.1",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/helper-validator-option": "^7.21.0",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.0",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
@@ -19915,7 +19915,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
- "@babel/plugin-syntax-import-attributes": "^7.22.0",
+ "@babel/plugin-syntax-import-attributes": "^7.22.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
@@ -19928,12 +19928,12 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.21.5",
- "@babel/plugin-transform-async-generator-functions": "^7.22.0",
+ "@babel/plugin-transform-async-generator-functions": "^7.22.3",
"@babel/plugin-transform-async-to-generator": "^7.20.7",
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.21.0",
- "@babel/plugin-transform-class-properties": "^7.22.0",
- "@babel/plugin-transform-class-static-block": "^7.22.0",
+ "@babel/plugin-transform-class-properties": "^7.22.3",
+ "@babel/plugin-transform-class-static-block": "^7.22.3",
"@babel/plugin-transform-classes": "^7.21.0",
"@babel/plugin-transform-computed-properties": "^7.21.5",
"@babel/plugin-transform-destructuring": "^7.21.3",
@@ -19941,28 +19941,28 @@
"@babel/plugin-transform-duplicate-keys": "^7.18.9",
"@babel/plugin-transform-dynamic-import": "^7.22.1",
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
- "@babel/plugin-transform-export-namespace-from": "^7.22.0",
+ "@babel/plugin-transform-export-namespace-from": "^7.22.3",
"@babel/plugin-transform-for-of": "^7.21.5",
"@babel/plugin-transform-function-name": "^7.18.9",
- "@babel/plugin-transform-json-strings": "^7.22.0",
+ "@babel/plugin-transform-json-strings": "^7.22.3",
"@babel/plugin-transform-literals": "^7.18.9",
- "@babel/plugin-transform-logical-assignment-operators": "^7.22.0",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.22.3",
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
"@babel/plugin-transform-modules-amd": "^7.20.11",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
- "@babel/plugin-transform-modules-systemjs": "^7.22.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.22.3",
"@babel/plugin-transform-modules-umd": "^7.18.6",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.0",
- "@babel/plugin-transform-new-target": "^7.22.0",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.0",
- "@babel/plugin-transform-numeric-separator": "^7.22.0",
- "@babel/plugin-transform-object-rest-spread": "^7.22.0",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.3",
+ "@babel/plugin-transform-new-target": "^7.22.3",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3",
+ "@babel/plugin-transform-numeric-separator": "^7.22.3",
+ "@babel/plugin-transform-object-rest-spread": "^7.22.3",
"@babel/plugin-transform-object-super": "^7.18.6",
- "@babel/plugin-transform-optional-catch-binding": "^7.22.0",
- "@babel/plugin-transform-optional-chaining": "^7.22.0",
- "@babel/plugin-transform-parameters": "^7.22.0",
- "@babel/plugin-transform-private-methods": "^7.22.0",
- "@babel/plugin-transform-private-property-in-object": "^7.22.0",
+ "@babel/plugin-transform-optional-catch-binding": "^7.22.3",
+ "@babel/plugin-transform-optional-chaining": "^7.22.3",
+ "@babel/plugin-transform-parameters": "^7.22.3",
+ "@babel/plugin-transform-private-methods": "^7.22.3",
+ "@babel/plugin-transform-private-property-in-object": "^7.22.3",
"@babel/plugin-transform-property-literals": "^7.18.6",
"@babel/plugin-transform-regenerator": "^7.21.5",
"@babel/plugin-transform-reserved-words": "^7.18.6",
@@ -19972,12 +19972,12 @@
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-typeof-symbol": "^7.18.9",
"@babel/plugin-transform-unicode-escapes": "^7.21.5",
- "@babel/plugin-transform-unicode-property-regex": "^7.22.0",
+ "@babel/plugin-transform-unicode-property-regex": "^7.22.3",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
- "@babel/plugin-transform-unicode-sets-regex": "^7.22.0",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.22.3",
"@babel/preset-modules": "^0.1.5",
- "@babel/types": "^7.22.0",
- "babel-plugin-polyfill-corejs2": "^0.4.2",
+ "@babel/types": "^7.22.4",
+ "babel-plugin-polyfill-corejs2": "^0.4.3",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-polyfill-regenerator": "^0.5.0",
"core-js-compat": "^3.30.2",
@@ -20064,9 +20064,9 @@
}
},
"@babel/types": {
- "version": "7.22.3",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.3.tgz",
- "integrity": "sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==",
+ "version": "7.22.4",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.4.tgz",
+ "integrity": "sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==",
"dev": true,
"requires": {
"@babel/helper-string-parser": "^7.21.5",