Skip to content

Commit 4a0c23c

Browse files
chore(deps): update dependency @babel/core to v7.22.20
1 parent f2129cd commit 4a0c23c

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type-fest": "^4.0.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.22.19",
40+
"@babel/core": "7.22.20",
4141
"@babel/eslint-parser": "7.22.15",
4242
"@babel/preset-typescript": "^7.22.5",
4343
"@testing-library/jest-dom": "^6.0.0",

yarn.lock

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
7171
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
7272

73-
"@babel/[email protected].19":
74-
version "7.22.19"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241"
76-
integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==
73+
"@babel/[email protected].20":
74+
version "7.22.20"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
76+
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.22.13"
8080
"@babel/generator" "^7.22.15"
8181
"@babel/helper-compilation-targets" "^7.22.15"
82-
"@babel/helper-module-transforms" "^7.22.19"
82+
"@babel/helper-module-transforms" "^7.22.20"
8383
"@babel/helpers" "^7.22.15"
8484
"@babel/parser" "^7.22.16"
8585
"@babel/template" "^7.22.15"
86-
"@babel/traverse" "^7.22.19"
86+
"@babel/traverse" "^7.22.20"
8787
"@babel/types" "^7.22.19"
8888
convert-source-map "^1.7.0"
8989
debug "^4.1.0"
@@ -278,6 +278,11 @@
278278
lodash.debounce "^4.0.8"
279279
resolve "^1.14.2"
280280

281+
"@babel/helper-environment-visitor@^7.22.20":
282+
version "7.22.20"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
284+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
285+
281286
"@babel/helper-environment-visitor@^7.22.5":
282287
version "7.22.5"
283288
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -341,16 +346,16 @@
341346
"@babel/helper-split-export-declaration" "^7.22.6"
342347
"@babel/helper-validator-identifier" "^7.22.15"
343348

344-
"@babel/helper-module-transforms@^7.22.19":
345-
version "7.22.19"
346-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266"
347-
integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA==
349+
"@babel/helper-module-transforms@^7.22.20":
350+
version "7.22.20"
351+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
352+
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
348353
dependencies:
349-
"@babel/helper-environment-visitor" "^7.22.5"
354+
"@babel/helper-environment-visitor" "^7.22.20"
350355
"@babel/helper-module-imports" "^7.22.15"
351356
"@babel/helper-simple-access" "^7.22.5"
352357
"@babel/helper-split-export-declaration" "^7.22.6"
353-
"@babel/helper-validator-identifier" "^7.22.19"
358+
"@babel/helper-validator-identifier" "^7.22.20"
354359

355360
"@babel/helper-module-transforms@^7.22.5":
356361
version "7.22.9"
@@ -429,6 +434,11 @@
429434
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a"
430435
integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==
431436

437+
"@babel/helper-validator-identifier@^7.22.20":
438+
version "7.22.20"
439+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
440+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
441+
432442
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.22.5":
433443
version "7.22.15"
434444
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
@@ -1437,14 +1447,14 @@
14371447
debug "^4.1.0"
14381448
globals "^11.1.0"
14391449

1440-
"@babel/traverse@^7.22.19":
1441-
version "7.22.19"
1442-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8"
1443-
integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg==
1450+
"@babel/traverse@^7.22.20":
1451+
version "7.22.20"
1452+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1453+
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
14441454
dependencies:
14451455
"@babel/code-frame" "^7.22.13"
14461456
"@babel/generator" "^7.22.15"
1447-
"@babel/helper-environment-visitor" "^7.22.5"
1457+
"@babel/helper-environment-visitor" "^7.22.20"
14481458
"@babel/helper-function-name" "^7.22.5"
14491459
"@babel/helper-hoist-variables" "^7.22.5"
14501460
"@babel/helper-split-export-declaration" "^7.22.6"

0 commit comments

Comments
 (0)