Skip to content

Commit 13b5e10

Browse files
authored
Merge pull request #414 from javaistic/depfu/update/yarn/@babel/core-7.20.12
Update @babel/core: 7.20.7 → 7.20.12 (patch)
2 parents c93d1f0 + 5ac521b commit 13b5e10

File tree

2 files changed

+34
-13
lines changed

2 files changed

+34
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"unist-util-visit": "^2.0.3"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "^7.20.7",
68+
"@babel/core": "^7.20.12",
6969
"@babel/plugin-transform-react-jsx": "^7.20.7",
7070
"@types/react": "^18.0.26",
7171
"@typescript-eslint/eslint-plugin": "^5.47.1",

yarn.lock

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,25 @@
181181
json5 "^2.2.1"
182182
semver "^6.3.0"
183183

184-
"@babel/core@^7.20.7":
185-
version "7.20.7"
186-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
187-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
184+
"@babel/core@^7.20.12":
185+
version "7.20.12"
186+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
187+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
188188
dependencies:
189189
"@ampproject/remapping" "^2.1.0"
190190
"@babel/code-frame" "^7.18.6"
191191
"@babel/generator" "^7.20.7"
192192
"@babel/helper-compilation-targets" "^7.20.7"
193-
"@babel/helper-module-transforms" "^7.20.7"
193+
"@babel/helper-module-transforms" "^7.20.11"
194194
"@babel/helpers" "^7.20.7"
195195
"@babel/parser" "^7.20.7"
196196
"@babel/template" "^7.20.7"
197-
"@babel/traverse" "^7.20.7"
197+
"@babel/traverse" "^7.20.12"
198198
"@babel/types" "^7.20.7"
199199
convert-source-map "^1.7.0"
200200
debug "^4.1.0"
201201
gensync "^1.0.0-beta.2"
202-
json5 "^2.2.1"
202+
json5 "^2.2.2"
203203
semver "^6.3.0"
204204

205205
"@babel/eslint-parser@^7.16.3":
@@ -389,18 +389,18 @@
389389
"@babel/traverse" "^7.18.0"
390390
"@babel/types" "^7.18.0"
391391

392-
"@babel/helper-module-transforms@^7.20.7":
393-
version "7.20.7"
394-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
395-
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
392+
"@babel/helper-module-transforms@^7.20.11":
393+
version "7.20.11"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
395+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
396396
dependencies:
397397
"@babel/helper-environment-visitor" "^7.18.9"
398398
"@babel/helper-module-imports" "^7.18.6"
399399
"@babel/helper-simple-access" "^7.20.2"
400400
"@babel/helper-split-export-declaration" "^7.18.6"
401401
"@babel/helper-validator-identifier" "^7.19.1"
402402
"@babel/template" "^7.20.7"
403-
"@babel/traverse" "^7.20.7"
403+
"@babel/traverse" "^7.20.10"
404404
"@babel/types" "^7.20.7"
405405

406406
"@babel/helper-optimise-call-expression@^7.16.7":
@@ -1396,6 +1396,22 @@
13961396
debug "^4.1.0"
13971397
globals "^11.1.0"
13981398

1399+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12":
1400+
version "7.20.12"
1401+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1402+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
1403+
dependencies:
1404+
"@babel/code-frame" "^7.18.6"
1405+
"@babel/generator" "^7.20.7"
1406+
"@babel/helper-environment-visitor" "^7.18.9"
1407+
"@babel/helper-function-name" "^7.19.0"
1408+
"@babel/helper-hoist-variables" "^7.18.6"
1409+
"@babel/helper-split-export-declaration" "^7.18.6"
1410+
"@babel/parser" "^7.20.7"
1411+
"@babel/types" "^7.20.7"
1412+
debug "^4.1.0"
1413+
globals "^11.1.0"
1414+
13991415
"@babel/traverse@^7.20.7":
14001416
version "7.20.10"
14011417
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230"
@@ -4470,6 +4486,11 @@ json5@^2.1.2, json5@^2.2.1:
44704486
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
44714487
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
44724488

4489+
json5@^2.2.2:
4490+
version "2.2.3"
4491+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4492+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
4493+
44734494
jsonfile@^6.0.1:
44744495
version "6.1.0"
44754496
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"

0 commit comments

Comments
 (0)