Skip to content

Commit 6269a8b

Browse files
build(deps-dev): bump @babel/preset-env from 7.13.9 to 7.13.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.9 to 7.13.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-preset-env) Signed-off-by: dependabot[bot] <[email protected]>
1 parent b50626d commit 6269a8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"devDependencies": {
116116
"@babel/cli": "^7.13.10",
117117
"@babel/core": "^7.13.10",
118-
"@babel/preset-env": "^7.13.9",
118+
"@babel/preset-env": "^7.13.10",
119119
"babel-jest": "^26.6.3",
120120
"eslint-config-kentcdodds": "^17.5.0",
121121
"husky": "^4.3.8",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,13 @@
763763
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
764764
"@babel/helper-plugin-utils" "^7.12.13"
765765

766-
"@babel/preset-env@^7.13.9":
767-
version "7.13.9"
768-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
769-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
766+
"@babel/preset-env@^7.13.10":
767+
version "7.13.10"
768+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
769+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
770770
dependencies:
771771
"@babel/compat-data" "^7.13.8"
772-
"@babel/helper-compilation-targets" "^7.13.8"
772+
"@babel/helper-compilation-targets" "^7.13.10"
773773
"@babel/helper-plugin-utils" "^7.13.0"
774774
"@babel/helper-validator-option" "^7.12.17"
775775
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)