Skip to content

Commit c249d8f

Browse files
renovate-botrenovate[bot]
authored andcommittedMar 2, 2021
Update dependency @babel/preset-env to v7.13.9
1 parent c33f407 commit c249d8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@aureooms/js-string": "1.0.0",
9090
"@babel/cli": "7.13.0",
9191
"@babel/core": "7.13.8",
92-
"@babel/preset-env": "7.13.8",
92+
"@babel/preset-env": "7.13.9",
9393
"@babel/register": "7.13.8",
9494
"ava": "3.15.0",
9595
"babel-plugin-transform-remove-console": "6.9.4",

Diff for: ‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1000,10 +1000,10 @@
10001000
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10011001
"@babel/helper-plugin-utils" "^7.12.13"
10021002

1003-
"@babel/preset-env@7.13.8":
1004-
version "7.13.8"
1005-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.8.tgz#1133d7ae806d6bf981b7a1a49e336d4d88db1953"
1006-
integrity sha512-Sso1xOpV4S3ofnxW2DsWTE5ziRk62jEAKLGuQ+EJHC+YHTbFG38QUTixO3JVa1cYET9gkJhO1pMu+/+2dDhKvw==
1003+
"@babel/preset-env@7.13.9":
1004+
version "7.13.9"
1005+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1006+
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
10071007
dependencies:
10081008
"@babel/compat-data" "^7.13.8"
10091009
"@babel/helper-compilation-targets" "^7.13.8"

0 commit comments

Comments
 (0)
Please sign in to comment.