diff --git a/package.json b/package.json index a76f47d3b6..256c0361a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.14.7", + "version": "7.14.8", "private": true, "type": "commonjs", "scripts": { diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 27e1249794..a8a591a721 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.14.5", + "version": "7.14.8", "description": "Babel command line.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-cli", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 21a8330b75..a0529529ab 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.14.6", + "version": "7.14.8", "description": "Babel compiler core.", "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", @@ -49,14 +49,14 @@ }, "dependencies": { "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.14.5", + "@babel/generator": "workspace:^7.14.8", "@babel/helper-compilation-targets": "workspace:^7.14.5", - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5", - "@babel/helpers": "workspace:^7.14.6", - "@babel/parser": "workspace:^7.14.6", + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8", + "@babel/helpers": "workspace:^7.14.8", + "@babel/parser": "workspace:^7.14.8", "@babel/template": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.5", - "@babel/types": "workspace:^7.14.5", + "@babel/traverse": "workspace:^7.14.8", + "@babel/types": "workspace:^7.14.8", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 2497bea57d..bd3ecae1c3 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.14.5", + "version": "7.14.8", "description": "Turns an AST into code.", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "@babel/types": "workspace:^7.14.5", + "@babel/types": "workspace:^7.14.8", "jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", "source-map": "^0.5.0" }, diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 4e7ea443b2..482b550580 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-create-class-features-plugin", - "version": "7.14.6", + "version": "7.14.8", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", @@ -20,7 +20,7 @@ "dependencies": { "@babel/helper-annotate-as-pure": "workspace:^7.14.5", "@babel/helper-function-name": "workspace:^7.14.5", - "@babel/helper-member-expression-to-functions": "workspace:^7.14.5", + "@babel/helper-member-expression-to-functions": "workspace:^7.14.7", "@babel/helper-optimise-call-expression": "workspace:^7.14.5", "@babel/helper-replace-supers": "workspace:^7.14.5", "@babel/helper-split-export-declaration": "workspace:^7.14.5" diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 4d4be3ec0a..28c623757a 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.14.5", + "version": "7.14.8", "description": "Babel helper functions for implementing ES6 module transformations", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", @@ -17,12 +17,12 @@ "dependencies": { "@babel/helper-module-imports": "workspace:^7.14.5", "@babel/helper-replace-supers": "workspace:^7.14.5", - "@babel/helper-simple-access": "workspace:^7.14.5", + "@babel/helper-simple-access": "workspace:^7.14.8", "@babel/helper-split-export-declaration": "workspace:^7.14.5", - "@babel/helper-validator-identifier": "workspace:^7.14.5", + "@babel/helper-validator-identifier": "workspace:^7.14.8", "@babel/template": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.5", - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.14.8", + "@babel/types": "workspace:^7.14.8" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-simple-access/package.json b/packages/babel-helper-simple-access/package.json index 9577124233..ed65f1a461 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.14.5", + "version": "7.14.8", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", @@ -15,7 +15,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.14.8" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-validator-identifier/package.json b/packages/babel-helper-validator-identifier/package.json index c876d13b9b..a3f75b4ccd 100644 --- a/packages/babel-helper-validator-identifier/package.json +++ b/packages/babel-helper-validator-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-validator-identifier", - "version": "7.14.5", + "version": "7.14.8", "description": "Validate identifier/keywords name", "repository": { "type": "git", diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 4e05298aa4..ae68633a13 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helpers", - "version": "7.14.6", + "version": "7.14.8", "description": "Collection of helper functions used by Babel transforms.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helpers", @@ -16,8 +16,8 @@ "main": "./lib/index.js", "dependencies": { "@babel/template": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.5", - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.14.8", + "@babel/types": "workspace:^7.14.8" }, "devDependencies": { "@babel/helper-plugin-test-runner": "workspace:*" diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 1d90ac8655..9a2cecd225 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.14.7", + "version": "7.14.8", "description": "A JavaScript parser", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-proposal-pipeline-operator/package.json b/packages/babel-plugin-proposal-pipeline-operator/package.json index 3e768f0db1..395fba03d3 100644 --- a/packages/babel-plugin-proposal-pipeline-operator/package.json +++ b/packages/babel-plugin-proposal-pipeline-operator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-pipeline-operator", - "version": "7.14.5", + "version": "7.14.8", "description": "Transform pipeline operator into call expressions", "repository": { "type": "git", diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index 957f0668b2..bd59379454 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.14.7", + "version": "7.14.8", "description": "A Babel preset for each environment.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-preset-env", @@ -83,7 +83,7 @@ "@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5", "@babel/plugin-transform-unicode-regex": "workspace:^7.14.5", "@babel/preset-modules": "^0.1.4", - "@babel/types": "workspace:^7.14.5", + "@babel/types": "workspace:^7.14.8", "babel-plugin-polyfill-corejs2": "^0.2.2", "babel-plugin-polyfill-corejs3": "^0.2.2", "babel-plugin-polyfill-regenerator": "^0.2.2", diff --git a/packages/babel-runtime-corejs2/package.json b/packages/babel-runtime-corejs2/package.json index ac42b0603f..20e63e4908 100644 --- a/packages/babel-runtime-corejs2/package.json +++ b/packages/babel-runtime-corejs2/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs2", - "version": "7.14.6", + "version": "7.14.8", "description": "babel's modular runtime helpers with core-js@2 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs3/package.json b/packages/babel-runtime-corejs3/package.json index 6bedcd959c..085b9baf51 100644 --- a/packages/babel-runtime-corejs3/package.json +++ b/packages/babel-runtime-corejs3/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs3", - "version": "7.14.7", + "version": "7.14.8", "description": "babel's modular runtime helpers with core-js@3 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 48a6c149fe..27db18f980 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.14.6", + "version": "7.14.8", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 98fde621fb..a33f8dfe3a 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.14.7", + "version": "7.14.8", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "./babel.js", "files": [ diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index bd7fd936f7..06aef230e1 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.14.7", + "version": "7.14.8", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-traverse", @@ -17,12 +17,12 @@ "main": "./lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.14.5", + "@babel/generator": "workspace:^7.14.8", "@babel/helper-function-name": "workspace:^7.14.5", "@babel/helper-hoist-variables": "workspace:^7.14.5", "@babel/helper-split-export-declaration": "workspace:^7.14.5", - "@babel/parser": "workspace:^7.14.7", - "@babel/types": "workspace:^7.14.5", + "@babel/parser": "workspace:^7.14.8", + "@babel/types": "workspace:^7.14.8", "debug": "^4.1.0", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" }, diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 7e963ad20a..fdb842e7ff 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.14.5", + "version": "7.14.8", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-types", @@ -24,7 +24,7 @@ } }, "dependencies": { - "@babel/helper-validator-identifier": "workspace:^7.14.5", + "@babel/helper-validator-identifier": "workspace:^7.14.8", "to-fast-properties": "^2.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7c5d84cb3c..cbbc07a9d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,16 +217,16 @@ __metadata: resolution: "@babel/core@workspace:packages/babel-core" dependencies: "@babel/code-frame": "workspace:^7.14.5" - "@babel/generator": "workspace:^7.14.5" + "@babel/generator": "workspace:^7.14.8" "@babel/helper-compilation-targets": "workspace:^7.14.5" - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5" + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8" "@babel/helper-transform-fixture-test-runner": "workspace:*" - "@babel/helpers": "workspace:^7.14.6" - "@babel/parser": "workspace:^7.14.6" + "@babel/helpers": "workspace:^7.14.8" + "@babel/parser": "workspace:^7.14.8" "@babel/plugin-transform-modules-commonjs": "workspace:*" "@babel/template": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.5" - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.14.8" + "@babel/types": "workspace:^7.14.8" "@types/convert-source-map": ^1.5.1 "@types/debug": ^4.1.0 "@types/resolve": ^1.3.2 @@ -342,13 +342,13 @@ __metadata: languageName: node linkType: hard -"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.14.8, @babel/generator@workspace:packages/babel-generator": version: 0.0.0-use.local resolution: "@babel/generator@workspace:packages/babel-generator" dependencies: "@babel/helper-fixtures": "workspace:*" "@babel/parser": "workspace:*" - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.14.8" "@types/jsesc": ^2.5.0 "@types/source-map": ^0.5.0 jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1" @@ -454,7 +454,7 @@ __metadata: "@babel/core": "workspace:*" "@babel/helper-annotate-as-pure": "workspace:^7.14.5" "@babel/helper-function-name": "workspace:^7.14.5" - "@babel/helper-member-expression-to-functions": "workspace:^7.14.5" + "@babel/helper-member-expression-to-functions": "workspace:^7.14.7" "@babel/helper-optimise-call-expression": "workspace:^7.14.5" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-replace-supers": "workspace:^7.14.5" @@ -609,7 +609,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@workspace:^7.14.5, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": +"@babel/helper-member-expression-to-functions@workspace:^7.14.5, @babel/helper-member-expression-to-functions@workspace:^7.14.7, @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: @@ -637,27 +637,26 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": +"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.14.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": version: 0.0.0-use.local resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" dependencies: "@babel/helper-module-imports": "workspace:^7.14.5" "@babel/helper-replace-supers": "workspace:^7.14.5" - "@babel/helper-simple-access": "workspace:^7.14.5" + "@babel/helper-simple-access": "workspace:^7.14.8" "@babel/helper-split-export-declaration": "workspace:^7.14.5" - "@babel/helper-validator-identifier": "workspace:^7.14.5" + "@babel/helper-validator-identifier": "workspace:^7.14.8" "@babel/template": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.5" - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.14.8" + "@babel/types": "workspace:^7.14.8" languageName: unknown linkType: soft -"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.5": - version: 0.0.0-condition-2510a1 - resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.5#2510a1" +"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.8": + version: 0.0.0-condition-d03fdb + resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.8#d03fdb" dependencies: - "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.5" - checksum: eb4895913562bf398b8bf7e6c68a0380f153f52f2715b3685f9d07e376725227678c2f920dfe0772012dfed655e037534619de86bb9f3284b92555f8bf9d0f42 + "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.8" languageName: node linkType: hard @@ -771,12 +770,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-simple-access@workspace:^7.14.5, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": +"@babel/helper-simple-access@workspace:^7.14.5, @babel/helper-simple-access@workspace:^7.14.8, @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:*" - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.14.8" languageName: unknown linkType: soft @@ -844,7 +843,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier": +"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.8, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier": version: 0.0.0-use.local resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier" dependencies: @@ -902,14 +901,14 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.6, @babel/helpers@workspace:packages/babel-helpers": +"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.8, @babel/helpers@workspace:packages/babel-helpers": version: 0.0.0-use.local resolution: "@babel/helpers@workspace:packages/babel-helpers" dependencies: "@babel/helper-plugin-test-runner": "workspace:*" "@babel/template": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.5" - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.14.8" + "@babel/types": "workspace:^7.14.8" languageName: unknown linkType: soft @@ -968,7 +967,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:^7.14.7, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.8, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -3250,7 +3249,7 @@ __metadata: "@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5" "@babel/plugin-transform-unicode-regex": "workspace:^7.14.5" "@babel/preset-modules": ^0.1.4 - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.14.8" babel-plugin-polyfill-corejs2: ^0.2.2 babel-plugin-polyfill-corejs3: ^0.2.2 babel-plugin-polyfill-regenerator: ^0.2.2 @@ -3568,18 +3567,18 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:packages/babel-traverse": +"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:packages/babel-traverse": version: 0.0.0-use.local resolution: "@babel/traverse@workspace:packages/babel-traverse" dependencies: "@babel/code-frame": "workspace:^7.14.5" - "@babel/generator": "workspace:^7.14.5" + "@babel/generator": "workspace:^7.14.8" "@babel/helper-function-name": "workspace:^7.14.5" "@babel/helper-hoist-variables": "workspace:^7.14.5" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-split-export-declaration": "workspace:^7.14.5" - "@babel/parser": "workspace:^7.14.7" - "@babel/types": "workspace:^7.14.5" + "@babel/parser": "workspace:^7.14.8" + "@babel/types": "workspace:^7.14.8" debug: ^4.1.0 globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" languageName: unknown @@ -3595,12 +3594,12 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: "@babel/generator": "workspace:*" - "@babel/helper-validator-identifier": "workspace:^7.14.5" + "@babel/helper-validator-identifier": "workspace:^7.14.8" "@babel/parser": "workspace:*" chalk: ^4.1.0 to-fast-properties: ^2.0.0