Skip to content

Commit c7a947b

Browse files
deps(bump)
1 parent b241c76 commit c7a947b

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"dependencies": {
3737
"@babel/code-frame": "^7.12.13",
3838
"@babel/core": "^7.13.8",
39-
"@babel/parser": "^7.13.4",
39+
"@babel/parser": "^7.13.9",
4040
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
4141
"@babel/plugin-transform-arrow-functions": "^7.13.0",
4242
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
43-
"@babel/plugin-transform-runtime": "^7.13.8",
44-
"@babel/preset-env": "^7.13.8",
43+
"@babel/plugin-transform-runtime": "^7.13.9",
44+
"@babel/preset-env": "^7.13.9",
4545
"@types/babel__code-frame": "^7.0.2",
4646
"@types/babel__core": "^7.1.12",
4747
"@types/babel__traverse": "^7.11.0",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@
295295
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
296296
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
297297

298+
"@babel/parser@^7.13.9":
299+
version "7.13.9"
300+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
301+
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
302+
298303
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
299304
version "7.13.8"
300305
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -699,10 +704,10 @@
699704
dependencies:
700705
"@babel/helper-plugin-utils" "^7.12.13"
701706

702-
"@babel/plugin-transform-runtime@^7.13.8":
703-
version "7.13.8"
704-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.8.tgz#8c9a16db6cb6c2a1f748e36ae23558b92d223010"
705-
integrity sha512-6UbZ7P0FuuJiiUyRCfDgLw4PIG9bR2x6swHocv4qNZItkhXad0WsN6YX0deILuyZY2++meDKiDMuSVcejDZN0Q==
707+
"@babel/plugin-transform-runtime@^7.13.9":
708+
version "7.13.9"
709+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.9.tgz#744d3103338a0d6c90dee0497558150b490cee07"
710+
integrity sha512-XCxkY/wBI6M6Jj2mlWxkmqbKPweRanszWbF3Tyut+hKh+PHcuIH/rSr/7lmmE7C3WW+HSIm2GT+d5jwmheuB0g==
706711
dependencies:
707712
"@babel/helper-module-imports" "^7.12.13"
708713
"@babel/helper-plugin-utils" "^7.13.0"
@@ -762,10 +767,10 @@
762767
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
763768
"@babel/helper-plugin-utils" "^7.12.13"
764769

765-
"@babel/preset-env@^7.13.8":
766-
version "7.13.8"
767-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.8.tgz#1133d7ae806d6bf981b7a1a49e336d4d88db1953"
768-
integrity sha512-Sso1xOpV4S3ofnxW2DsWTE5ziRk62jEAKLGuQ+EJHC+YHTbFG38QUTixO3JVa1cYET9gkJhO1pMu+/+2dDhKvw==
770+
"@babel/preset-env@^7.13.9":
771+
version "7.13.9"
772+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
773+
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
769774
dependencies:
770775
"@babel/compat-data" "^7.13.8"
771776
"@babel/helper-compilation-targets" "^7.13.8"

0 commit comments

Comments
 (0)