Skip to content

Commit f5adf27

Browse files
chore(deps-dev): bump @babel/preset-env from 7.14.0 to 7.14.1 (#6589)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.0 to 7.14.1. - [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.14.1/packages/babel-preset-env) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Müller <[email protected]>
1 parent 4f0d0d4 commit f5adf27

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@babel/core": "^7.14.0",
9292
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
9393
"@babel/plugin-transform-runtime": "^7.13.15",
94-
"@babel/preset-env": "^7.14.0",
94+
"@babel/preset-env": "^7.14.1",
9595
"@babel/standalone": "^7.14.1",
9696
"@nuxt/content": "^1.14.0",
9797
"@nuxtjs/google-analytics": "^2.4.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,10 @@
574574
dependencies:
575575
"@babel/helper-plugin-utils" "^7.12.13"
576576

577-
"@babel/plugin-transform-block-scoping@^7.13.16":
578-
version "7.13.16"
579-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
580-
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
577+
"@babel/plugin-transform-block-scoping@^7.14.1":
578+
version "7.14.1"
579+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2"
580+
integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==
581581
dependencies:
582582
"@babel/helper-plugin-utils" "^7.13.0"
583583

@@ -811,10 +811,10 @@
811811
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
812812
"@babel/helper-plugin-utils" "^7.12.13"
813813

814-
"@babel/preset-env@^7.13.12", "@babel/preset-env@^7.14.0":
815-
version "7.14.0"
816-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
817-
integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
814+
"@babel/preset-env@^7.13.12", "@babel/preset-env@^7.14.1":
815+
version "7.14.1"
816+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93"
817+
integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==
818818
dependencies:
819819
"@babel/compat-data" "^7.14.0"
820820
"@babel/helper-compilation-targets" "^7.13.16"
@@ -853,7 +853,7 @@
853853
"@babel/plugin-transform-arrow-functions" "^7.13.0"
854854
"@babel/plugin-transform-async-to-generator" "^7.13.0"
855855
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
856-
"@babel/plugin-transform-block-scoping" "^7.13.16"
856+
"@babel/plugin-transform-block-scoping" "^7.14.1"
857857
"@babel/plugin-transform-classes" "^7.13.0"
858858
"@babel/plugin-transform-computed-properties" "^7.13.0"
859859
"@babel/plugin-transform-destructuring" "^7.13.17"
@@ -883,7 +883,7 @@
883883
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
884884
"@babel/plugin-transform-unicode-regex" "^7.12.13"
885885
"@babel/preset-modules" "^0.1.4"
886-
"@babel/types" "^7.14.0"
886+
"@babel/types" "^7.14.1"
887887
babel-plugin-polyfill-corejs2 "^0.2.0"
888888
babel-plugin-polyfill-corejs3 "^0.2.0"
889889
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -944,10 +944,10 @@
944944
debug "^4.1.0"
945945
globals "^11.1.0"
946946

947-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
948-
version "7.14.0"
949-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
950-
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
947+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
948+
version "7.14.1"
949+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
950+
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
951951
dependencies:
952952
"@babel/helper-validator-identifier" "^7.14.0"
953953
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)