Skip to content

Commit 5a4b682

Browse files
Merge pull request #139 from samuelterra22/dependabot/npm_and_yarn/babel/preset-env-7.11.5
Bump @babel/preset-env from 7.11.0 to 7.11.5
2 parents 0b406eb + b30e4c5 commit 5a4b682

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
@@ -43,7 +43,7 @@
4343
"@babel/node": "^7.10.5",
4444
"@babel/plugin-proposal-class-properties": "^7.10.4",
4545
"@babel/plugin-proposal-decorators": "^7.10.5",
46-
"@babel/preset-env": "^7.11.0",
46+
"@babel/preset-env": "^7.11.5",
4747
"@babel/preset-typescript": "^7.10.4",
4848
"@types/bcryptjs": "^2.4.2",
4949
"@types/express": "^4.17.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@
788788
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
789789
"@babel/helper-plugin-utils" "^7.10.4"
790790

791-
"@babel/preset-env@^7.11.0":
792-
version "7.11.0"
793-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
794-
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
791+
"@babel/preset-env@^7.11.5":
792+
version "7.11.5"
793+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
794+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
795795
dependencies:
796796
"@babel/compat-data" "^7.11.0"
797797
"@babel/helper-compilation-targets" "^7.10.4"
@@ -855,7 +855,7 @@
855855
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
856856
"@babel/plugin-transform-unicode-regex" "^7.10.4"
857857
"@babel/preset-modules" "^0.1.3"
858-
"@babel/types" "^7.11.0"
858+
"@babel/types" "^7.11.5"
859859
browserslist "^4.12.0"
860860
core-js-compat "^3.6.2"
861861
invariant "^2.2.2"
@@ -923,10 +923,10 @@
923923
globals "^11.1.0"
924924
lodash "^4.17.19"
925925

926-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
927-
version "7.11.0"
928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
929-
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
926+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
927+
version "7.11.5"
928+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
929+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
930930
dependencies:
931931
"@babel/helper-validator-identifier" "^7.10.4"
932932
lodash "^4.17.19"

0 commit comments

Comments
 (0)