diff --git a/eslint/babel-eslint-plugin/package.json b/eslint/babel-eslint-plugin/package.json index 5203a6e6f4..c63cdfc62a 100644 --- a/eslint/babel-eslint-plugin/package.json +++ b/eslint/babel-eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-plugin", - "version": "7.13.10", + "version": "7.13.15", "description": "Companion rules for @babel/eslint-parser", "main": "./lib/index.js", "type": "commonjs", diff --git a/package.json b/package.json index f833ae09cc..b269bf9b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.13.14", + "version": "7.13.15", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index 4b0cd58710..8d9fa829e8 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.12", + "version": "7.13.15", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index f2e9998b0c..3bba014605 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.13.14", + "version": "7.13.15", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -53,9 +53,9 @@ "@babel/helper-compilation-targets": "workspace:^7.13.13", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14", "@babel/helpers": "workspace:^7.13.10", - "@babel/parser": "workspace:^7.13.13", + "@babel/parser": "workspace:^7.13.15", "@babel/template": "workspace:^7.12.13", - "@babel/traverse": "workspace:^7.13.13", + "@babel/traverse": "workspace:^7.13.15", "@babel/types": "workspace:^7.13.14", "convert-source-map": "^1.7.0", "debug": "^4.1.0", diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index c62262b630..747f5383d3 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.14", + "version": "7.13.15", "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", @@ -16,7 +16,7 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.12.13", - "@babel/core": "workspace:^7.13.14", + "@babel/core": "workspace:^7.13.15", "@babel/helper-fixtures": "workspace:^7.13.13", "babel-check-duplicated-nodes": "^1.0.0", "quick-lru": "5.1.0", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index aa8caf59be..6279c16f80 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.13.13", + "version": "7.13.15", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index b5ab2e4ee2..d997b18acf 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/package.json +++ b/packages/babel-plugin-proposal-async-generator-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-async-generator-functions", - "version": "7.13.8", + "version": "7.13.15", "description": "Turn async generator functions into ES2015 generators", "repository": { "type": "git", diff --git a/packages/babel-plugin-proposal-decorators/package.json b/packages/babel-plugin-proposal-decorators/package.json index 69fc043f64..579666cb30 100644 --- a/packages/babel-plugin-proposal-decorators/package.json +++ b/packages/babel-plugin-proposal-decorators/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-decorators", - "version": "7.13.5", + "version": "7.13.15", "author": "Logan Smyth ", "license": "MIT", "publishConfig": { @@ -20,7 +20,7 @@ "decorators" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.13.0", + "@babel/helper-create-class-features-plugin": "workspace:^7.13.11", "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/plugin-syntax-decorators": "workspace:^7.12.13" }, diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index 749e8e7349..63cd98a98d 100644 --- a/packages/babel-plugin-transform-regenerator/package.json +++ b/packages/babel-plugin-transform-regenerator/package.json @@ -2,7 +2,7 @@ "name": "@babel/plugin-transform-regenerator", "author": "Ben Newman ", "description": "Explode async and generator functions into a state machine.", - "version": "7.12.13", + "version": "7.13.15", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 41cc1f461f..9e01dfb5f7 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-runtime", - "version": "7.13.10", + "version": "7.13.15", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", @@ -20,7 +20,7 @@ "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js" }, "dependencies": { - "@babel/helper-module-imports": "workspace:^7.12.13", + "@babel/helper-module-imports": "workspace:^7.13.12", "@babel/helper-plugin-utils": "workspace:^7.13.0", "babel-plugin-polyfill-corejs2": "^0.2.0", "babel-plugin-polyfill-corejs3": "^0.2.0", diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index f74c611448..ebf977fe1a 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.12", + "version": "7.13.15", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babel.dev/docs/en/next/babel-preset-env", @@ -16,12 +16,12 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/compat-data": "workspace:^7.13.12", - "@babel/helper-compilation-targets": "workspace:^7.13.10", + "@babel/compat-data": "workspace:^7.13.15", + "@babel/helper-compilation-targets": "workspace:^7.13.13", "@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.12", - "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8", + "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15", "@babel/plugin-proposal-class-properties": "workspace:^7.13.0", "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8", "@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13", @@ -69,7 +69,7 @@ "@babel/plugin-transform-object-super": "workspace:^7.12.13", "@babel/plugin-transform-parameters": "workspace:^7.13.0", "@babel/plugin-transform-property-literals": "workspace:^7.12.13", - "@babel/plugin-transform-regenerator": "workspace:^7.12.13", + "@babel/plugin-transform-regenerator": "workspace:^7.13.15", "@babel/plugin-transform-reserved-words": "workspace:^7.12.13", "@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13", "@babel/plugin-transform-spread": "workspace:^7.13.0", @@ -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.12", + "@babel/types": "workspace:^7.13.14", "babel-plugin-polyfill-corejs2": "^0.2.0", "babel-plugin-polyfill-corejs3": "^0.2.0", "babel-plugin-polyfill-regenerator": "^0.2.0", diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 10e51a0481..fa4f7e368a 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.13.14", + "version": "7.13.15", "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 1ce31ae23f..0920dbbf13 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.13.13", + "version": "7.13.15", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-traverse", @@ -20,8 +20,8 @@ "@babel/generator": "workspace:^7.13.9", "@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.12.13", - "@babel/parser": "workspace:^7.13.13", - "@babel/types": "workspace:^7.13.13", + "@babel/parser": "workspace:^7.13.15", + "@babel/types": "workspace:^7.13.14", "debug": "^4.1.0", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" }, diff --git a/yarn.lock b/yarn.lock index 605fda1024..be293510ff 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.12, @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.15, @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: @@ -197,7 +197,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.14, @babel/core@workspace:packages/babel-core": +"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.15, @babel/core@workspace:packages/babel-core": version: 0.0.0-use.local resolution: "@babel/core@workspace:packages/babel-core" dependencies: @@ -207,9 +207,9 @@ __metadata: "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14" "@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helpers": "workspace:^7.13.10" - "@babel/parser": "workspace:^7.13.13" + "@babel/parser": "workspace:^7.13.15" "@babel/template": "workspace:^7.12.13" - "@babel/traverse": "workspace:^7.13.13" + "@babel/traverse": "workspace:^7.13.15" "@babel/types": "workspace:^7.13.14" "@types/convert-source-map": ^1.5.1 "@types/debug": ^4.1.0 @@ -416,7 +416,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@workspace:^7.13.10, @babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": +"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": version: 0.0.0-use.local resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" dependencies: @@ -445,7 +445,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": +"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:^7.13.11, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": version: 0.0.0-use.local resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin" dependencies: @@ -847,7 +847,7 @@ __metadata: resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner" dependencies: "@babel/code-frame": "workspace:^7.12.13" - "@babel/core": "workspace:^7.13.14" + "@babel/core": "workspace:^7.13.15" "@babel/helper-fixtures": "workspace:^7.13.13" "@types/jest": ^25.2.2 babel-check-duplicated-nodes: ^1.0.0 @@ -986,7 +986,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.13, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -1063,7 +1063,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.8, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions": +"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.15, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions": version: 0.0.0-use.local resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions" dependencies: @@ -1122,7 +1122,7 @@ __metadata: resolution: "@babel/plugin-proposal-decorators@workspace:packages/babel-plugin-proposal-decorators" dependencies: "@babel/core": "workspace:*" - "@babel/helper-create-class-features-plugin": "workspace:^7.13.0" + "@babel/helper-create-class-features-plugin": "workspace:^7.13.11" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/plugin-syntax-decorators": "workspace:^7.12.13" @@ -2737,7 +2737,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-regenerator@workspace:*, @babel/plugin-transform-regenerator@workspace:^7.12.13, @babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator": +"@babel/plugin-transform-regenerator@workspace:*, @babel/plugin-transform-regenerator@workspace:^7.13.15, @babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator": version: 0.0.0-use.local resolution: "@babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator" dependencies: @@ -2793,7 +2793,7 @@ __metadata: resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime" dependencies: "@babel/core": "workspace:*" - "@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.13.0" "@babel/helpers": "workspace:*" @@ -3102,15 +3102,15 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/preset-env@workspace:packages/babel-preset-env" dependencies: - "@babel/compat-data": "workspace:^7.13.12" + "@babel/compat-data": "workspace:^7.13.15" "@babel/core": "workspace:*" "@babel/core-7.12": "npm:@babel/core@7.12.9" - "@babel/helper-compilation-targets": "workspace:^7.13.10" + "@babel/helper-compilation-targets": "workspace:^7.13.13" "@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.12" - "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8" + "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15" "@babel/plugin-proposal-class-properties": "workspace:^7.13.0" "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8" "@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13" @@ -3158,7 +3158,7 @@ __metadata: "@babel/plugin-transform-object-super": "workspace:^7.12.13" "@babel/plugin-transform-parameters": "workspace:^7.13.0" "@babel/plugin-transform-property-literals": "workspace:^7.12.13" - "@babel/plugin-transform-regenerator": "workspace:^7.12.13" + "@babel/plugin-transform-regenerator": "workspace:^7.13.15" "@babel/plugin-transform-reserved-words": "workspace:^7.12.13" "@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13" "@babel/plugin-transform-spread": "workspace:^7.13.0" @@ -3168,7 +3168,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.12" + "@babel/types": "workspace:^7.13.14" babel-plugin-polyfill-corejs2: ^0.2.0 babel-plugin-polyfill-corejs3: ^0.2.0 babel-plugin-polyfill-regenerator: ^0.2.0 @@ -3485,7 +3485,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:packages/babel-traverse": +"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:packages/babel-traverse": version: 0.0.0-use.local resolution: "@babel/traverse@workspace:packages/babel-traverse" dependencies: @@ -3494,8 +3494,8 @@ __metadata: "@babel/helper-function-name": "workspace:^7.12.13" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-split-export-declaration": "workspace:^7.12.13" - "@babel/parser": "workspace:^7.13.13" - "@babel/types": "workspace:^7.13.13" + "@babel/parser": "workspace:^7.13.15" + "@babel/types": "workspace:^7.13.14" debug: ^4.1.0 globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" languageName: unknown @@ -3512,7 +3512,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.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:^7.13.14, @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:^7.13.14, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: