diff --git a/package.json b/package.json index 697e08ce09..60452dc782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.13.11", + "version": "7.13.12", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index 727318da88..4b0cd58710 100644 --- a/packages/babel-compat-data/package.json +++ b/packages/babel-compat-data/package.json @@ -1,6 +1,6 @@ { "name": "@babel/compat-data", - "version": "7.13.11", + "version": "7.13.12", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "", diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 8e51f2c565..469bcdd4c1 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-define-map", - "version": "7.12.13", + "version": "7.13.12", "description": "Helper function to define a map", "repository": { "type": "git", @@ -15,6 +15,6 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-function-name": "workspace:^7.12.13", - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" } } diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index 635b5fe628..4e87bf35de 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-member-expression-to-functions", - "version": "7.13.0", + "version": "7.13.12", "description": "Helper function to replace certain member expressions with function calls", "repository": { "type": "git", @@ -15,7 +15,7 @@ "main": "lib/index.js", "author": "Justin Ridgewell ", "dependencies": { - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" }, "devDependencies": { "@babel/traverse": "workspace:^7.12.17" diff --git a/packages/babel-helper-module-imports/package.json b/packages/babel-helper-module-imports/package.json index 3ad403f005..0175002af0 100644 --- a/packages/babel-helper-module-imports/package.json +++ b/packages/babel-helper-module-imports/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-imports", - "version": "7.12.13", + "version": "7.13.12", "description": "Babel helper functions for inserting module loads", "author": "Logan Smyth ", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports", @@ -15,7 +15,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" }, "devDependencies": { "@babel/core": "workspace:*", diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 99b1ea92d0..4326db5183 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-transforms", - "version": "7.13.0", + "version": "7.13.12", "description": "Babel helper functions for implementing ES6 module transformations", "author": "Logan Smyth ", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", @@ -15,13 +15,13 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-imports": "workspace:^7.12.13", - "@babel/helper-replace-supers": "workspace:^7.13.0", - "@babel/helper-simple-access": "workspace:^7.12.13", + "@babel/helper-module-imports": "workspace:^7.13.12", + "@babel/helper-replace-supers": "workspace:^7.13.12", + "@babel/helper-simple-access": "workspace:^7.13.12", "@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-validator-identifier": "workspace:^7.12.11", "@babel/template": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" } } diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index a712060678..71037986d8 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-replace-supers", - "version": "7.13.0", + "version": "7.13.12", "description": "Helper function to replace supers", "repository": { "type": "git", @@ -14,9 +14,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-member-expression-to-functions": "workspace:^7.13.0", + "@babel/helper-member-expression-to-functions": "workspace:^7.13.12", "@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" } } diff --git a/packages/babel-helper-simple-access/package.json b/packages/babel-helper-simple-access/package.json index 46b2f2805a..a6674e9c9c 100644 --- a/packages/babel-helper-simple-access/package.json +++ b/packages/babel-helper-simple-access/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-simple-access", - "version": "7.12.13", + "version": "7.13.12", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "author": "Logan Smyth ", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", @@ -15,7 +15,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" }, "devDependencies": { "@babel/traverse": "workspace:^7.12.17" diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index 718d442293..243bad7311 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-transform-fixture-test-runner", - "version": "7.13.10", + "version": "7.13.12", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index 748b3235da..682b823607 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.13.10", + "version": "7.13.12", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-node", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index bc42c26012..738199deb1 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.13.11", + "version": "7.13.12", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json b/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json index 01a1d545fd..39983acbbc 100644 --- a/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +++ b/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.13.8", + "version": "7.13.12", "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", "repository": { "type": "git", @@ -25,7 +25,7 @@ "dependencies": { "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1", - "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" + "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12" }, "peerDependencies": { "@babel/core": "^7.13.0" diff --git a/packages/babel-plugin-proposal-optional-chaining/package.json b/packages/babel-plugin-proposal-optional-chaining/package.json index 22293e399c..aaa1c68402 100644 --- a/packages/babel-plugin-proposal-optional-chaining/package.json +++ b/packages/babel-plugin-proposal-optional-chaining/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-optional-chaining", - "version": "7.13.8", + "version": "7.13.12", "description": "Transform optional chaining operators into a series of nil checks", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index 49ece0e0c6..e9dc538241 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-proto-to-assign", - "version": "7.12.13", + "version": "7.13.12", "description": "Babel plugin for turning __proto__ into a shallow property clone", "repository": { "type": "git", @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index cce06d73f6..e97ed6e0a9 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-jsx", - "version": "7.12.17", + "version": "7.13.12", "description": "Turn JSX into React function calls", "repository": { "type": "git", @@ -18,10 +18,10 @@ ], "dependencies": { "@babel/helper-annotate-as-pure": "workspace:^7.12.13", - "@babel/helper-module-imports": "workspace:^7.12.13", - "@babel/helper-plugin-utils": "workspace:^7.12.13", + "@babel/helper-module-imports": "workspace:^7.13.12", + "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/plugin-syntax-jsx": "workspace:^7.12.13", - "@babel/types": "workspace:^7.12.17" + "@babel/types": "workspace:^7.13.12" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index f5f49f342a..faed6fafc2 100644 --- a/packages/babel-preset-env/package.json +++ b/packages/babel-preset-env/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-env", - "version": "7.13.10", + "version": "7.13.12", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babel.dev/docs/en/next/babel-preset-env", @@ -16,11 +16,11 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/compat-data": "workspace:^7.13.8", + "@babel/compat-data": "workspace:^7.13.12", "@babel/helper-compilation-targets": "workspace:^7.13.10", "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-validator-option": "workspace:^7.12.17", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.8", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12", "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8", "@babel/plugin-proposal-class-properties": "workspace:^7.13.0", "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8", @@ -31,7 +31,7 @@ "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13", "@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8", "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8", - "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8", + "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12", "@babel/plugin-proposal-private-methods": "workspace:^7.13.0", "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13", "@babel/plugin-syntax-async-generators": "^7.8.4", @@ -79,7 +79,7 @@ "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13", "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13", "@babel/preset-modules": "^0.1.4", - "@babel/types": "workspace:^7.13.0", + "@babel/types": "workspace:^7.13.12", "babel-plugin-polyfill-corejs2": "^0.1.4", "babel-plugin-polyfill-corejs3": "^0.1.3", "babel-plugin-polyfill-regenerator": "^0.1.2", diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index a47b2e4a6b..dbccb36123 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.13.11", + "version": "7.13.12", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index a195fbcd8f..a2d1237885 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.13.0", + "version": "7.13.12", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-types", diff --git a/yarn.lock b/yarn.lock index 513f259daf..d6cb7c9a4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -139,7 +139,7 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": +"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": version: 0.0.0-use.local resolution: "@babel/compat-data@workspace:packages/babel-compat-data" dependencies: @@ -488,7 +488,7 @@ __metadata: resolution: "@babel/helper-define-map@workspace:packages/babel-helper-define-map" dependencies: "@babel/helper-function-name": "workspace:^7.12.13" - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -615,12 +615,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@workspace:^7.13.0, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": +"@babel/helper-member-expression-to-functions@workspace:^7.13.0, @babel/helper-member-expression-to-functions@workspace:^7.13.12, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": version: 0.0.0-use.local resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions" dependencies: "@babel/traverse": "workspace:^7.12.17" - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -633,13 +633,13 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-imports@workspace:^7.12.13, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports": +"@babel/helper-module-imports@workspace:^7.12.13, @babel/helper-module-imports@workspace:^7.13.12, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports": version: 0.0.0-use.local resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports" dependencies: "@babel/core": "workspace:*" "@babel/traverse": "workspace:*" - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -664,14 +664,14 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" dependencies: - "@babel/helper-module-imports": "workspace:^7.12.13" - "@babel/helper-replace-supers": "workspace:^7.13.0" - "@babel/helper-simple-access": "workspace:^7.12.13" + "@babel/helper-module-imports": "workspace:^7.13.12" + "@babel/helper-replace-supers": "workspace:^7.13.12" + "@babel/helper-simple-access": "workspace:^7.13.12" "@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-validator-identifier": "workspace:^7.12.11" "@babel/template": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -749,14 +749,14 @@ __metadata: languageName: node linkType: hard -"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.0, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": +"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.0, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": version: 0.0.0-use.local resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers" dependencies: - "@babel/helper-member-expression-to-functions": "workspace:^7.13.0" + "@babel/helper-member-expression-to-functions": "workspace:^7.13.12" "@babel/helper-optimise-call-expression": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -769,12 +769,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-simple-access@workspace:^7.12.13, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": +"@babel/helper-simple-access@workspace:^7.12.13, @babel/helper-simple-access@workspace:^7.13.12, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": version: 0.0.0-use.local resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access" dependencies: "@babel/traverse": "workspace:^7.12.17" - "@babel/types": "workspace:^7.12.13" + "@babel/types": "workspace:^7.13.12" languageName: unknown linkType: soft @@ -972,7 +972,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:^7.13.8, @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining": +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:^7.13.12, @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining": version: 0.0.0-use.local resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" dependencies: @@ -980,7 +980,7 @@ __metadata: "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1" - "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" + "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12" "@babel/traverse": "workspace:*" peerDependencies: "@babel/core": ^7.13.0 @@ -1378,7 +1378,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.13.8, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining": +"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.13.12, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining": version: 0.0.0-use.local resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining" dependencies: @@ -2576,7 +2576,7 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -2676,11 +2676,11 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-annotate-as-pure": "workspace:^7.12.13" - "@babel/helper-module-imports": "workspace:^7.12.13" + "@babel/helper-module-imports": "workspace:^7.13.12" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/plugin-syntax-jsx": "workspace:^7.12.13" - "@babel/types": "workspace:^7.12.17" + "@babel/types": "workspace:^7.13.12" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -3075,14 +3075,14 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/preset-env@workspace:packages/babel-preset-env" dependencies: - "@babel/compat-data": "workspace:^7.13.8" + "@babel/compat-data": "workspace:^7.13.12" "@babel/core": "workspace:*" "@babel/core-7.12": "npm:@babel/core@7.12.9" "@babel/helper-compilation-targets": "workspace:^7.13.10" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-validator-option": "workspace:^7.12.17" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.8" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12" "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8" "@babel/plugin-proposal-class-properties": "workspace:^7.13.0" "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8" @@ -3093,7 +3093,7 @@ __metadata: "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13" "@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8" "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8" - "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" + "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12" "@babel/plugin-proposal-private-methods": "workspace:^7.13.0" "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13" "@babel/plugin-syntax-async-generators": ^7.8.4 @@ -3141,7 +3141,7 @@ __metadata: "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13" "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13" "@babel/preset-modules": ^0.1.4 - "@babel/types": "workspace:^7.13.0" + "@babel/types": "workspace:^7.13.12" babel-plugin-polyfill-corejs2: ^0.1.4 babel-plugin-polyfill-corejs3: ^0.1.3 babel-plugin-polyfill-regenerator: ^0.1.2 @@ -3485,7 +3485,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.12.17, @babel/types@workspace:^7.13.0, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: