Skip to content

Commit a274d3b

Browse files
Merge pull request ferdikoomen#497 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-env-7.12.11
2 parents 0e1644c + a9fcaf1 commit a274d3b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@babel/cli": "7.12.10",
7373
"@babel/core": "7.12.9",
74-
"@babel/preset-env": "7.12.10",
74+
"@babel/preset-env": "7.12.11",
7575
"@babel/preset-typescript": "7.12.7",
7676
"@rollup/plugin-commonjs": "17.0.0",
7777
"@rollup/plugin-node-resolve": "11.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
253253
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
254254

255-
"@babel/helper-validator-option@^7.12.1":
255+
"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11":
256256
version "7.12.11"
257257
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
258258
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
@@ -525,7 +525,7 @@
525525
dependencies:
526526
"@babel/helper-plugin-utils" "^7.10.4"
527527

528-
"@babel/plugin-transform-block-scoping@^7.12.1":
528+
"@babel/plugin-transform-block-scoping@^7.12.11":
529529
version "7.12.11"
530530
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f"
531531
integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==
@@ -760,16 +760,16 @@
760760
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
761761
"@babel/helper-plugin-utils" "^7.10.4"
762762

763-
"@babel/[email protected].10":
764-
version "7.12.10"
765-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab"
766-
integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==
763+
"@babel/[email protected].11":
764+
version "7.12.11"
765+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9"
766+
integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==
767767
dependencies:
768768
"@babel/compat-data" "^7.12.7"
769769
"@babel/helper-compilation-targets" "^7.12.5"
770770
"@babel/helper-module-imports" "^7.12.5"
771771
"@babel/helper-plugin-utils" "^7.10.4"
772-
"@babel/helper-validator-option" "^7.12.1"
772+
"@babel/helper-validator-option" "^7.12.11"
773773
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
774774
"@babel/plugin-proposal-class-properties" "^7.12.1"
775775
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
@@ -798,7 +798,7 @@
798798
"@babel/plugin-transform-arrow-functions" "^7.12.1"
799799
"@babel/plugin-transform-async-to-generator" "^7.12.1"
800800
"@babel/plugin-transform-block-scoped-functions" "^7.12.1"
801-
"@babel/plugin-transform-block-scoping" "^7.12.1"
801+
"@babel/plugin-transform-block-scoping" "^7.12.11"
802802
"@babel/plugin-transform-classes" "^7.12.1"
803803
"@babel/plugin-transform-computed-properties" "^7.12.1"
804804
"@babel/plugin-transform-destructuring" "^7.12.1"
@@ -828,7 +828,7 @@
828828
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
829829
"@babel/plugin-transform-unicode-regex" "^7.12.1"
830830
"@babel/preset-modules" "^0.1.3"
831-
"@babel/types" "^7.12.10"
831+
"@babel/types" "^7.12.11"
832832
core-js-compat "^3.8.0"
833833
semver "^5.5.0"
834834

0 commit comments

Comments
 (0)