Skip to content

Commit 0725c73

Browse files
Merge pull request #133 from CodingItWrong/dependabot/npm_and_yarn/babel/core-7.23.5
build(deps-dev): bump @babel/core from 7.23.2 to 7.23.5
2 parents 90ee9ae + 5b47dd0 commit 0725c73

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

yarn.lock

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
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":
21-
version "7.22.13"
22-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
23-
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
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":
21+
version "7.23.5"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
23+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
2424
dependencies:
25-
"@babel/highlight" "^7.22.13"
25+
"@babel/highlight" "^7.23.4"
2626
chalk "^2.4.2"
2727

2828
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.2":
@@ -31,32 +31,32 @@
3131
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
3232

3333
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
34-
version "7.23.2"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
36-
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
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==
3737
dependencies:
3838
"@ampproject/remapping" "^2.2.0"
39-
"@babel/code-frame" "^7.22.13"
40-
"@babel/generator" "^7.23.0"
39+
"@babel/code-frame" "^7.23.5"
40+
"@babel/generator" "^7.23.5"
4141
"@babel/helper-compilation-targets" "^7.22.15"
42-
"@babel/helper-module-transforms" "^7.23.0"
43-
"@babel/helpers" "^7.23.2"
44-
"@babel/parser" "^7.23.0"
42+
"@babel/helper-module-transforms" "^7.23.3"
43+
"@babel/helpers" "^7.23.5"
44+
"@babel/parser" "^7.23.5"
4545
"@babel/template" "^7.22.15"
46-
"@babel/traverse" "^7.23.2"
47-
"@babel/types" "^7.23.0"
46+
"@babel/traverse" "^7.23.5"
47+
"@babel/types" "^7.23.5"
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.0", "@babel/generator@^7.7.2":
55-
version "7.23.0"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
57-
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
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==
5858
dependencies:
59-
"@babel/types" "^7.23.0"
59+
"@babel/types" "^7.23.5"
6060
"@jridgewell/gen-mapping" "^0.3.2"
6161
"@jridgewell/trace-mapping" "^0.3.17"
6262
jsesc "^2.5.1"
@@ -205,10 +205,10 @@
205205
dependencies:
206206
"@babel/types" "^7.22.5"
207207

208-
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0":
209-
version "7.23.0"
210-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
211-
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
208+
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0", "@babel/helper-module-transforms@^7.23.3":
209+
version "7.23.3"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
211+
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
212212
dependencies:
213213
"@babel/helper-environment-visitor" "^7.22.20"
214214
"@babel/helper-module-imports" "^7.22.15"
@@ -296,10 +296,10 @@
296296
dependencies:
297297
"@babel/types" "^7.22.5"
298298

299-
"@babel/helper-string-parser@^7.22.5":
300-
version "7.22.5"
301-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
302-
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
299+
"@babel/helper-string-parser@^7.23.4":
300+
version "7.23.4"
301+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
302+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
303303

304304
"@babel/helper-validator-identifier@^7.18.6":
305305
version "7.18.6"
@@ -335,14 +335,14 @@
335335
"@babel/traverse" "^7.22.5"
336336
"@babel/types" "^7.22.5"
337337

338-
"@babel/helpers@^7.23.2":
339-
version "7.23.2"
340-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
341-
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
338+
"@babel/helpers@^7.23.5":
339+
version "7.23.5"
340+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
341+
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
342342
dependencies:
343343
"@babel/template" "^7.22.15"
344-
"@babel/traverse" "^7.23.2"
345-
"@babel/types" "^7.23.0"
344+
"@babel/traverse" "^7.23.5"
345+
"@babel/types" "^7.23.5"
346346

347347
"@babel/highlight@^7.10.4":
348348
version "7.18.6"
@@ -353,19 +353,19 @@
353353
chalk "^2.0.0"
354354
js-tokens "^4.0.0"
355355

356-
"@babel/highlight@^7.22.13":
357-
version "7.22.20"
358-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
359-
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
356+
"@babel/highlight@^7.23.4":
357+
version "7.23.4"
358+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
359+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
360360
dependencies:
361361
"@babel/helper-validator-identifier" "^7.22.20"
362362
chalk "^2.4.2"
363363
js-tokens "^4.0.0"
364364

365-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.7.0":
366-
version "7.23.0"
367-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
368-
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
365+
"@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":
366+
version "7.23.5"
367+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
368+
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
369369

370370
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
371371
version "7.22.15"
@@ -1040,28 +1040,28 @@
10401040
"@babel/parser" "^7.22.15"
10411041
"@babel/types" "^7.22.15"
10421042

1043-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.7.0":
1044-
version "7.23.2"
1045-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1046-
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1043+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.5", "@babel/traverse@^7.7.0":
1044+
version "7.23.5"
1045+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
1046+
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
10471047
dependencies:
1048-
"@babel/code-frame" "^7.22.13"
1049-
"@babel/generator" "^7.23.0"
1048+
"@babel/code-frame" "^7.23.5"
1049+
"@babel/generator" "^7.23.5"
10501050
"@babel/helper-environment-visitor" "^7.22.20"
10511051
"@babel/helper-function-name" "^7.23.0"
10521052
"@babel/helper-hoist-variables" "^7.22.5"
10531053
"@babel/helper-split-export-declaration" "^7.22.6"
1054-
"@babel/parser" "^7.23.0"
1055-
"@babel/types" "^7.23.0"
1054+
"@babel/parser" "^7.23.5"
1055+
"@babel/types" "^7.23.5"
10561056
debug "^4.1.0"
10571057
globals "^11.1.0"
10581058

1059-
"@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1060-
version "7.23.0"
1061-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1062-
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1059+
"@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":
1060+
version "7.23.5"
1061+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
1062+
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
10631063
dependencies:
1064-
"@babel/helper-string-parser" "^7.22.5"
1064+
"@babel/helper-string-parser" "^7.23.4"
10651065
"@babel/helper-validator-identifier" "^7.22.20"
10661066
to-fast-properties "^2.0.0"
10671067

0 commit comments

Comments
 (0)