Skip to content

Commit c0ed7a2

Browse files
Merge pull request #142 from CodingItWrong/dependabot/npm_and_yarn/babel/core-7.23.9
build(deps-dev): bump @babel/core from 7.23.5 to 7.23.9
2 parents 85fd786 + 7bd085f commit c0ed7a2

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependencies:
1818
"@babel/highlight" "^7.10.4"
1919

20-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
20+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5":
2121
version "7.23.5"
2222
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
2323
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
@@ -31,32 +31,32 @@
3131
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
3232

3333
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
34-
version "7.23.5"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.5.tgz#6e23f2acbcb77ad283c5ed141f824fd9f70101c7"
36-
integrity sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==
34+
version "7.23.9"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
36+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
3737
dependencies:
3838
"@ampproject/remapping" "^2.2.0"
3939
"@babel/code-frame" "^7.23.5"
40-
"@babel/generator" "^7.23.5"
41-
"@babel/helper-compilation-targets" "^7.22.15"
40+
"@babel/generator" "^7.23.6"
41+
"@babel/helper-compilation-targets" "^7.23.6"
4242
"@babel/helper-module-transforms" "^7.23.3"
43-
"@babel/helpers" "^7.23.5"
44-
"@babel/parser" "^7.23.5"
45-
"@babel/template" "^7.22.15"
46-
"@babel/traverse" "^7.23.5"
47-
"@babel/types" "^7.23.5"
43+
"@babel/helpers" "^7.23.9"
44+
"@babel/parser" "^7.23.9"
45+
"@babel/template" "^7.23.9"
46+
"@babel/traverse" "^7.23.9"
47+
"@babel/types" "^7.23.9"
4848
convert-source-map "^2.0.0"
4949
debug "^4.1.0"
5050
gensync "^1.0.0-beta.2"
5151
json5 "^2.2.3"
5252
semver "^6.3.1"
5353

54-
"@babel/generator@^7.23.5", "@babel/generator@^7.7.2":
55-
version "7.23.5"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
57-
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
54+
"@babel/generator@^7.23.6", "@babel/generator@^7.7.2":
55+
version "7.23.6"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
57+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
5858
dependencies:
59-
"@babel/types" "^7.23.5"
59+
"@babel/types" "^7.23.6"
6060
"@jridgewell/gen-mapping" "^0.3.2"
6161
"@jridgewell/trace-mapping" "^0.3.17"
6262
jsesc "^2.5.1"
@@ -278,14 +278,14 @@
278278
"@babel/template" "^7.22.15"
279279
"@babel/types" "^7.22.19"
280280

281-
"@babel/helpers@^7.23.5":
282-
version "7.23.5"
283-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
284-
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
281+
"@babel/helpers@^7.23.9":
282+
version "7.23.9"
283+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
284+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
285285
dependencies:
286-
"@babel/template" "^7.22.15"
287-
"@babel/traverse" "^7.23.5"
288-
"@babel/types" "^7.23.5"
286+
"@babel/template" "^7.23.9"
287+
"@babel/traverse" "^7.23.9"
288+
"@babel/types" "^7.23.9"
289289

290290
"@babel/highlight@^7.10.4":
291291
version "7.18.6"
@@ -305,10 +305,10 @@
305305
chalk "^2.4.2"
306306
js-tokens "^4.0.0"
307307

308-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.5", "@babel/parser@^7.7.0":
309-
version "7.23.5"
310-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
311-
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
308+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.7.0":
309+
version "7.23.9"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
311+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
312312

313313
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
314314
version "7.23.3"
@@ -982,35 +982,35 @@
982982
dependencies:
983983
regenerator-runtime "^0.13.4"
984984

985-
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
986-
version "7.22.15"
987-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
988-
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
985+
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.23.9", "@babel/template@^7.3.3":
986+
version "7.23.9"
987+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
988+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
989989
dependencies:
990-
"@babel/code-frame" "^7.22.13"
991-
"@babel/parser" "^7.22.15"
992-
"@babel/types" "^7.22.15"
990+
"@babel/code-frame" "^7.23.5"
991+
"@babel/parser" "^7.23.9"
992+
"@babel/types" "^7.23.9"
993993

994-
"@babel/traverse@^7.23.5", "@babel/traverse@^7.7.0":
995-
version "7.23.5"
996-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
997-
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
994+
"@babel/traverse@^7.23.9", "@babel/traverse@^7.7.0":
995+
version "7.23.9"
996+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
997+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
998998
dependencies:
999999
"@babel/code-frame" "^7.23.5"
1000-
"@babel/generator" "^7.23.5"
1000+
"@babel/generator" "^7.23.6"
10011001
"@babel/helper-environment-visitor" "^7.22.20"
10021002
"@babel/helper-function-name" "^7.23.0"
10031003
"@babel/helper-hoist-variables" "^7.22.5"
10041004
"@babel/helper-split-export-declaration" "^7.22.6"
1005-
"@babel/parser" "^7.23.5"
1006-
"@babel/types" "^7.23.5"
1007-
debug "^4.1.0"
1005+
"@babel/parser" "^7.23.9"
1006+
"@babel/types" "^7.23.9"
1007+
debug "^4.3.1"
10081008
globals "^11.1.0"
10091009

1010-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1011-
version "7.23.5"
1012-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
1013-
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
1010+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1011+
version "7.23.9"
1012+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1013+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
10141014
dependencies:
10151015
"@babel/helper-string-parser" "^7.23.4"
10161016
"@babel/helper-validator-identifier" "^7.22.20"
@@ -1889,7 +1889,7 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
18891889
shebang-command "^2.0.0"
18901890
which "^2.0.1"
18911891

1892-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
1892+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
18931893
version "4.3.4"
18941894
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
18951895
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)