Skip to content

Commit 56cff51

Browse files
chore(deps): update dependency @babel/core to v7.20.12 (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea8046 commit 56cff51

File tree

1 file changed

+35
-9
lines changed

1 file changed

+35
-9
lines changed

yarn.lock

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,24 @@
6969
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
7070

7171
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.15.5", "@babel/core@^7.16.7":
72-
version "7.20.7"
73-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
74-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
72+
version "7.20.12"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
74+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
7575
dependencies:
7676
"@ampproject/remapping" "^2.1.0"
7777
"@babel/code-frame" "^7.18.6"
7878
"@babel/generator" "^7.20.7"
7979
"@babel/helper-compilation-targets" "^7.20.7"
80-
"@babel/helper-module-transforms" "^7.20.7"
80+
"@babel/helper-module-transforms" "^7.20.11"
8181
"@babel/helpers" "^7.20.7"
8282
"@babel/parser" "^7.20.7"
8383
"@babel/template" "^7.20.7"
84-
"@babel/traverse" "^7.20.7"
84+
"@babel/traverse" "^7.20.12"
8585
"@babel/types" "^7.20.7"
8686
convert-source-map "^1.7.0"
8787
debug "^4.1.0"
8888
gensync "^1.0.0-beta.2"
89-
json5 "^2.2.1"
89+
json5 "^2.2.2"
9090
semver "^6.3.0"
9191

9292
"@babel/eslint-parser@^7.13.8", "@babel/eslint-parser@^7.15.4", "@babel/eslint-parser@^7.16.5":
@@ -232,7 +232,7 @@
232232
dependencies:
233233
"@babel/types" "^7.18.6"
234234

235-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.20.7":
235+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11":
236236
version "7.20.11"
237237
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
238238
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
@@ -1121,7 +1121,7 @@
11211121
"@babel/parser" "^7.18.10"
11221122
"@babel/types" "^7.18.10"
11231123

1124-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
1124+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.5":
11251125
version "7.20.10"
11261126
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230"
11271127
integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==
@@ -1137,6 +1137,22 @@
11371137
debug "^4.1.0"
11381138
globals "^11.1.0"
11391139

1140+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7":
1141+
version "7.20.12"
1142+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1143+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
1144+
dependencies:
1145+
"@babel/code-frame" "^7.18.6"
1146+
"@babel/generator" "^7.20.7"
1147+
"@babel/helper-environment-visitor" "^7.18.9"
1148+
"@babel/helper-function-name" "^7.19.0"
1149+
"@babel/helper-hoist-variables" "^7.18.6"
1150+
"@babel/helper-split-export-declaration" "^7.18.6"
1151+
"@babel/parser" "^7.20.7"
1152+
"@babel/types" "^7.20.7"
1153+
debug "^4.1.0"
1154+
globals "^11.1.0"
1155+
11401156
"@babel/traverse@^7.7.2":
11411157
version "7.20.1"
11421158
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz"
@@ -3973,11 +3989,16 @@ caniuse-api@^3.0.0:
39733989
lodash.memoize "^4.1.2"
39743990
lodash.uniq "^4.5.0"
39753991

3976-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
3992+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426:
39773993
version "1.0.30001441"
39783994
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz#987437b266260b640a23cd18fbddb509d7f69f3e"
39793995
integrity sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==
39803996

3997+
caniuse-lite@^1.0.30001400:
3998+
version "1.0.30001442"
3999+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001442.tgz#40337f1cf3be7c637b061e2f78582dc1daec0614"
4000+
integrity sha512-239m03Pqy0hwxYPYR5JwOIxRJfLTWtle9FV8zosfV5pHg+/51uD4nxcUlM8+mWWGfwKtt8lJNHnD3cWw9VZ6ow==
4001+
39814002
capital-case@^1.0.4:
39824003
version "1.0.4"
39834004
resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
@@ -7921,6 +7942,11 @@ json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
79217942
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
79227943
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==
79237944

7945+
json5@^2.2.2:
7946+
version "2.2.3"
7947+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
7948+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
7949+
79247950
jsonfile@^6.0.1:
79257951
version "6.1.0"
79267952
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"

0 commit comments

Comments
 (0)