Skip to content

Commit 5b3fb83

Browse files
chore(deps): update dependency @babel/core to v7.22.20
1 parent 20e4367 commit 5b3fb83

File tree

2 files changed

+35
-25
lines changed

2 files changed

+35
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "7.22.15",
61-
"@babel/core": "7.22.17",
61+
"@babel/core": "7.22.20",
6262
"@shelf/babel-config": "2.0.1",
6363
"@shelf/eslint-config": "2.29.3",
6464
"@shelf/prettier-config": "1.0.0",

yarn.lock

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,21 @@
101101
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
102102
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
103103

104-
"@babel/core@7.22.17":
105-
version "7.22.17"
106-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
107-
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
104+
"@babel/core@7.22.20":
105+
version "7.22.20"
106+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
107+
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
108108
dependencies:
109109
"@ampproject/remapping" "^2.2.0"
110110
"@babel/code-frame" "^7.22.13"
111111
"@babel/generator" "^7.22.15"
112112
"@babel/helper-compilation-targets" "^7.22.15"
113-
"@babel/helper-module-transforms" "^7.22.17"
113+
"@babel/helper-module-transforms" "^7.22.20"
114114
"@babel/helpers" "^7.22.15"
115115
"@babel/parser" "^7.22.16"
116116
"@babel/template" "^7.22.15"
117-
"@babel/traverse" "^7.22.17"
118-
"@babel/types" "^7.22.17"
117+
"@babel/traverse" "^7.22.20"
118+
"@babel/types" "^7.22.19"
119119
convert-source-map "^1.7.0"
120120
debug "^4.1.0"
121121
gensync "^1.0.0-beta.2"
@@ -344,6 +344,11 @@
344344
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
345345
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
346346

347+
"@babel/helper-environment-visitor@^7.22.20":
348+
version "7.22.20"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
350+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
351+
347352
"@babel/helper-environment-visitor@^7.22.5":
348353
version "7.22.5"
349354
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -493,16 +498,16 @@
493498
"@babel/traverse" "^7.21.5"
494499
"@babel/types" "^7.21.5"
495500

496-
"@babel/helper-module-transforms@^7.22.17":
497-
version "7.22.17"
498-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
499-
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
501+
"@babel/helper-module-transforms@^7.22.20":
502+
version "7.22.20"
503+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
504+
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
500505
dependencies:
501-
"@babel/helper-environment-visitor" "^7.22.5"
506+
"@babel/helper-environment-visitor" "^7.22.20"
502507
"@babel/helper-module-imports" "^7.22.15"
503508
"@babel/helper-simple-access" "^7.22.5"
504509
"@babel/helper-split-export-declaration" "^7.22.6"
505-
"@babel/helper-validator-identifier" "^7.22.15"
510+
"@babel/helper-validator-identifier" "^7.22.20"
506511

507512
"@babel/helper-optimise-call-expression@^7.18.6":
508513
version "7.18.6"
@@ -684,6 +689,11 @@
684689
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
685690
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
686691

692+
"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20":
693+
version "7.22.20"
694+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
695+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
696+
687697
"@babel/helper-validator-identifier@^7.22.5":
688698
version "7.22.5"
689699
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -1779,19 +1789,19 @@
17791789
debug "^4.1.0"
17801790
globals "^11.1.0"
17811791

1782-
"@babel/traverse@^7.22.17":
1783-
version "7.22.17"
1784-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
1785-
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
1792+
"@babel/traverse@^7.22.20":
1793+
version "7.22.20"
1794+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1795+
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
17861796
dependencies:
17871797
"@babel/code-frame" "^7.22.13"
17881798
"@babel/generator" "^7.22.15"
1789-
"@babel/helper-environment-visitor" "^7.22.5"
1799+
"@babel/helper-environment-visitor" "^7.22.20"
17901800
"@babel/helper-function-name" "^7.22.5"
17911801
"@babel/helper-hoist-variables" "^7.22.5"
17921802
"@babel/helper-split-export-declaration" "^7.22.6"
17931803
"@babel/parser" "^7.22.16"
1794-
"@babel/types" "^7.22.17"
1804+
"@babel/types" "^7.22.19"
17951805
debug "^4.1.0"
17961806
globals "^11.1.0"
17971807

@@ -1882,13 +1892,13 @@
18821892
"@babel/helper-validator-identifier" "^7.22.15"
18831893
to-fast-properties "^2.0.0"
18841894

1885-
"@babel/types@^7.22.17":
1886-
version "7.22.17"
1887-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
1888-
integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
1895+
"@babel/types@^7.22.19":
1896+
version "7.22.19"
1897+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1898+
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
18891899
dependencies:
18901900
"@babel/helper-string-parser" "^7.22.5"
1891-
"@babel/helper-validator-identifier" "^7.22.15"
1901+
"@babel/helper-validator-identifier" "^7.22.19"
18921902
to-fast-properties "^2.0.0"
18931903

18941904
"@babel/types@^7.22.5":

0 commit comments

Comments
 (0)