Skip to content

Commit 827e981

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/core to v7.18.5
1 parent 730d706 commit 827e981

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
@@ -71,7 +71,7 @@
7171
"@iterable-iterator/slice": "^1.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.18.2",
74+
"@babel/core": "7.18.5",
7575
"@babel/preset-env": "7.18.2",
7676
"@babel/register": "7.17.7",
7777
"@commitlint/cli": "17.0.2",

yarn.lock

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

41-
"@babel/core@7.18.2":
42-
version "7.18.2"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
44-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
41+
"@babel/core@7.18.5":
42+
version "7.18.5"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
44+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.16.7"
4848
"@babel/generator" "^7.18.2"
4949
"@babel/helper-compilation-targets" "^7.18.2"
5050
"@babel/helper-module-transforms" "^7.18.0"
5151
"@babel/helpers" "^7.18.2"
52-
"@babel/parser" "^7.18.0"
52+
"@babel/parser" "^7.18.5"
5353
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.18.2"
55-
"@babel/types" "^7.18.2"
54+
"@babel/traverse" "^7.18.5"
55+
"@babel/types" "^7.18.4"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -646,6 +646,11 @@
646646
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
647647
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
648648

649+
"@babel/parser@^7.18.5":
650+
version "7.18.5"
651+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
652+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
653+
649654
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
650655
version "7.17.12"
651656
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.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -1920,6 +1925,22 @@
19201925
debug "^4.1.0"
19211926
globals "^11.1.0"
19221927

1928+
"@babel/traverse@^7.18.5":
1929+
version "7.18.5"
1930+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
1931+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
1932+
dependencies:
1933+
"@babel/code-frame" "^7.16.7"
1934+
"@babel/generator" "^7.18.2"
1935+
"@babel/helper-environment-visitor" "^7.18.2"
1936+
"@babel/helper-function-name" "^7.17.9"
1937+
"@babel/helper-hoist-variables" "^7.16.7"
1938+
"@babel/helper-split-export-declaration" "^7.16.7"
1939+
"@babel/parser" "^7.18.5"
1940+
"@babel/types" "^7.18.4"
1941+
debug "^4.1.0"
1942+
globals "^11.1.0"
1943+
19231944
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
19241945
version "7.14.9"
19251946
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -1976,6 +1997,14 @@
19761997
"@babel/helper-validator-identifier" "^7.16.7"
19771998
to-fast-properties "^2.0.0"
19781999

2000+
"@babel/types@^7.18.4":
2001+
version "7.18.4"
2002+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
2003+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
2004+
dependencies:
2005+
"@babel/helper-validator-identifier" "^7.16.7"
2006+
to-fast-properties "^2.0.0"
2007+
19792008
"@bcoe/v8-coverage@^0.2.3":
19802009
version "0.2.3"
19812010
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)