Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 9d8ca6d

Browse files
Merge pull request ferdikoomen#692 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-env-7.14.1
2 parents 246a920 + cd980db commit 9d8ca6d

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
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@babel/cli": "7.13.16",
7474
"@babel/core": "7.14.0",
75-
"@babel/preset-env": "7.14.0",
75+
"@babel/preset-env": "7.14.1",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "19.0.0",
7878
"@rollup/plugin-node-resolve": "11.2.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@
583583
dependencies:
584584
"@babel/helper-plugin-utils" "^7.12.13"
585585

586-
"@babel/plugin-transform-block-scoping@^7.13.16":
587-
version "7.13.16"
588-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
589-
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
586+
"@babel/plugin-transform-block-scoping@^7.14.1":
587+
version "7.14.1"
588+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2"
589+
integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==
590590
dependencies:
591591
"@babel/helper-plugin-utils" "^7.13.0"
592592

@@ -817,10 +817,10 @@
817817
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
818818
"@babel/helper-plugin-utils" "^7.12.13"
819819

820-
"@babel/[email protected].0":
821-
version "7.14.0"
822-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
823-
integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
820+
"@babel/[email protected].1":
821+
version "7.14.1"
822+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93"
823+
integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==
824824
dependencies:
825825
"@babel/compat-data" "^7.14.0"
826826
"@babel/helper-compilation-targets" "^7.13.16"
@@ -859,7 +859,7 @@
859859
"@babel/plugin-transform-arrow-functions" "^7.13.0"
860860
"@babel/plugin-transform-async-to-generator" "^7.13.0"
861861
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
862-
"@babel/plugin-transform-block-scoping" "^7.13.16"
862+
"@babel/plugin-transform-block-scoping" "^7.14.1"
863863
"@babel/plugin-transform-classes" "^7.13.0"
864864
"@babel/plugin-transform-computed-properties" "^7.13.0"
865865
"@babel/plugin-transform-destructuring" "^7.13.17"
@@ -889,7 +889,7 @@
889889
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
890890
"@babel/plugin-transform-unicode-regex" "^7.12.13"
891891
"@babel/preset-modules" "^0.1.4"
892-
"@babel/types" "^7.14.0"
892+
"@babel/types" "^7.14.1"
893893
babel-plugin-polyfill-corejs2 "^0.2.0"
894894
babel-plugin-polyfill-corejs3 "^0.2.0"
895895
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -946,10 +946,10 @@
946946
debug "^4.1.0"
947947
globals "^11.1.0"
948948

949-
"@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.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
950-
version "7.14.0"
951-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
952-
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
949+
"@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.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
950+
version "7.14.1"
951+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
952+
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
953953
dependencies:
954954
"@babel/helper-validator-identifier" "^7.14.0"
955955
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)