Skip to content

Commit 7462725

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.18.5
1 parent 3ea3057 commit 7462725

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"license": "MIT",
3333
"devDependencies": {
34-
"@babel/core": "7.18.2",
34+
"@babel/core": "7.18.5",
3535
"@babel/preset-env": "7.18.2",
3636
"@types/poi": "12.5.5",
3737
"@vue/babel-plugin-jsx": "1.1.1",

yarn.lock

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
2727
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
2828

29-
"@babel/[email protected].2":
30-
version "7.18.2"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
32-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
29+
"@babel/[email protected].5":
30+
version "7.18.5"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
32+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
3333
dependencies:
3434
"@ampproject/remapping" "^2.1.0"
3535
"@babel/code-frame" "^7.16.7"
3636
"@babel/generator" "^7.18.2"
3737
"@babel/helper-compilation-targets" "^7.18.2"
3838
"@babel/helper-module-transforms" "^7.18.0"
3939
"@babel/helpers" "^7.18.2"
40-
"@babel/parser" "^7.18.0"
40+
"@babel/parser" "^7.18.5"
4141
"@babel/template" "^7.16.7"
42-
"@babel/traverse" "^7.18.2"
43-
"@babel/types" "^7.18.2"
42+
"@babel/traverse" "^7.18.5"
43+
"@babel/types" "^7.18.4"
4444
convert-source-map "^1.7.0"
4545
debug "^4.1.0"
4646
gensync "^1.0.0-beta.2"
@@ -550,6 +550,11 @@
550550
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
551551
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
552552

553+
"@babel/parser@^7.18.5":
554+
version "7.18.5"
555+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
556+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
557+
553558
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
554559
version "7.16.7"
555560
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -1752,6 +1757,22 @@
17521757
debug "^4.1.0"
17531758
globals "^11.1.0"
17541759

1760+
"@babel/traverse@^7.18.5":
1761+
version "7.18.5"
1762+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
1763+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
1764+
dependencies:
1765+
"@babel/code-frame" "^7.16.7"
1766+
"@babel/generator" "^7.18.2"
1767+
"@babel/helper-environment-visitor" "^7.18.2"
1768+
"@babel/helper-function-name" "^7.17.9"
1769+
"@babel/helper-hoist-variables" "^7.16.7"
1770+
"@babel/helper-split-export-declaration" "^7.16.7"
1771+
"@babel/parser" "^7.18.5"
1772+
"@babel/types" "^7.18.4"
1773+
debug "^4.1.0"
1774+
globals "^11.1.0"
1775+
17551776
"@babel/types@^7.0.0", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.15.4", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
17561777
version "7.16.7"
17571778
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159"
@@ -1792,6 +1813,14 @@
17921813
"@babel/helper-validator-identifier" "^7.16.7"
17931814
to-fast-properties "^2.0.0"
17941815

1816+
"@babel/types@^7.18.4":
1817+
version "7.18.4"
1818+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1819+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1820+
dependencies:
1821+
"@babel/helper-validator-identifier" "^7.16.7"
1822+
to-fast-properties "^2.0.0"
1823+
17951824
"@bcoe/v8-coverage@^0.2.3":
17961825
version "0.2.3"
17971826
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)