Skip to content

Commit 7298d6b

Browse files
committed
fix: upgrade @babel/runtime from 7.12.5 to 7.12.13
Snyk has created this PR to upgrade @babel/runtime from 7.12.5 to 7.12.13. See this package in npm: See this project in Snyk: https://app.snyk.io/org/aleshaoleg/project/c4e03de1-f380-441f-8413-1db794ac80d8?utm_source=github&utm_medium=upgrade-pr
1 parent b814239 commit 7298d6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"webpack-cli": "^3.3.11"
8787
},
8888
"dependencies": {
89-
"@babel/runtime": "^7.12.0",
89+
"@babel/runtime": "^7.12.13",
9090
"is-in-browser": "^1.1.3"
9191
},
9292
"lint-staged": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -937,10 +937,10 @@
937937
"@babel/types" "^7.4.4"
938938
esutils "^2.0.2"
939939

940-
"@babel/runtime@^7.12.0":
941-
version "7.12.5"
942-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
943-
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
940+
"@babel/runtime@^7.12.13":
941+
version "7.13.7"
942+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a"
943+
integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==
944944
dependencies:
945945
regenerator-runtime "^0.13.4"
946946

0 commit comments

Comments
 (0)