Skip to content

Commit 05601ed

Browse files
Merge pull request #467 from hudovisk/dependabot/npm_and_yarn/babel/preset-env-7.14.8
2 parents 83f2fa1 + 11dbeb6 commit 05601ed

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.14.6",
2929
"@babel/plugin-proposal-class-properties": "^7.14.5",
3030
"@babel/polyfill": "^7.12.1",
31-
"@babel/preset-env": "^7.14.7",
31+
"@babel/preset-env": "^7.14.8",
3232
"@babel/preset-react": "^7.14.5",
3333
"@babel/register": "^7.14.5",
3434
"@commitlint/cli": "^12.1.4",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@
237237
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
238238
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
239239

240+
"@babel/helper-validator-identifier@^7.14.8":
241+
version "7.14.8"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
243+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
244+
240245
"@babel/helper-validator-option@^7.14.5":
241246
version "7.14.5"
242247
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -815,10 +820,10 @@
815820
core-js "^2.6.5"
816821
regenerator-runtime "^0.13.4"
817822

818-
"@babel/preset-env@^7.14.7":
819-
version "7.14.7"
820-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
821-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
823+
"@babel/preset-env@^7.14.8":
824+
version "7.14.8"
825+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
826+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
822827
dependencies:
823828
"@babel/compat-data" "^7.14.7"
824829
"@babel/helper-compilation-targets" "^7.14.5"
@@ -887,7 +892,7 @@
887892
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
888893
"@babel/plugin-transform-unicode-regex" "^7.14.5"
889894
"@babel/preset-modules" "^0.1.4"
890-
"@babel/types" "^7.14.5"
895+
"@babel/types" "^7.14.8"
891896
babel-plugin-polyfill-corejs2 "^0.2.2"
892897
babel-plugin-polyfill-corejs3 "^0.2.2"
893898
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -959,12 +964,12 @@
959964
debug "^4.1.0"
960965
globals "^11.1.0"
961966

962-
"@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
963-
version "7.14.5"
964-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
965-
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
967+
"@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
968+
version "7.14.8"
969+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
970+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
966971
dependencies:
967-
"@babel/helper-validator-identifier" "^7.14.5"
972+
"@babel/helper-validator-identifier" "^7.14.8"
968973
to-fast-properties "^2.0.0"
969974

970975
"@commitlint/cli@^12.1.4":

0 commit comments

Comments
 (0)