Skip to content

Commit 4942fd6

Browse files
author
Luca Forstner
authored
build: Unstale yarn.lock (#497)
1 parent 5853f17 commit 4942fd6

File tree

1 file changed

+70
-18
lines changed

1 file changed

+70
-18
lines changed

yarn.lock

Lines changed: 70 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@
7777
json5 "^2.2.2"
7878
semver "^6.3.0"
7979

80+
"@babel/core@^7.18.5":
81+
version "7.24.0"
82+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
83+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
84+
dependencies:
85+
"@ampproject/remapping" "^2.2.0"
86+
"@babel/code-frame" "^7.23.5"
87+
"@babel/generator" "^7.23.6"
88+
"@babel/helper-compilation-targets" "^7.23.6"
89+
"@babel/helper-module-transforms" "^7.23.3"
90+
"@babel/helpers" "^7.24.0"
91+
"@babel/parser" "^7.24.0"
92+
"@babel/template" "^7.24.0"
93+
"@babel/traverse" "^7.24.0"
94+
"@babel/types" "^7.24.0"
95+
convert-source-map "^2.0.0"
96+
debug "^4.1.0"
97+
gensync "^1.0.0-beta.2"
98+
json5 "^2.2.3"
99+
semver "^6.3.1"
100+
80101
"@babel/core@^7.23.5":
81102
version "7.23.9"
82103
resolved "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
@@ -415,6 +436,15 @@
415436
"@babel/traverse" "^7.23.9"
416437
"@babel/types" "^7.23.9"
417438

439+
"@babel/helpers@^7.24.0":
440+
version "7.24.0"
441+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
442+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
443+
dependencies:
444+
"@babel/template" "^7.24.0"
445+
"@babel/traverse" "^7.24.0"
446+
"@babel/types" "^7.24.0"
447+
418448
"@babel/highlight@^7.18.6":
419449
version "7.18.6"
420450
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -443,6 +473,11 @@
443473
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
444474
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
445475

476+
"@babel/parser@^7.24.0":
477+
version "7.24.0"
478+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
479+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
480+
446481
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
447482
version "7.18.6"
448483
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1172,6 +1207,15 @@
11721207
"@babel/parser" "^7.23.9"
11731208
"@babel/types" "^7.23.9"
11741209

1210+
"@babel/template@^7.24.0":
1211+
version "7.24.0"
1212+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1213+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1214+
dependencies:
1215+
"@babel/code-frame" "^7.23.5"
1216+
"@babel/parser" "^7.24.0"
1217+
"@babel/types" "^7.24.0"
1218+
11751219
"@babel/traverse@^7.18.5", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
11761220
version "7.21.5"
11771221
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
@@ -1204,6 +1248,22 @@
12041248
debug "^4.3.1"
12051249
globals "^11.1.0"
12061250

1251+
"@babel/traverse@^7.24.0":
1252+
version "7.24.0"
1253+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1254+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
1255+
dependencies:
1256+
"@babel/code-frame" "^7.23.5"
1257+
"@babel/generator" "^7.23.6"
1258+
"@babel/helper-environment-visitor" "^7.22.20"
1259+
"@babel/helper-function-name" "^7.23.0"
1260+
"@babel/helper-hoist-variables" "^7.22.5"
1261+
"@babel/helper-split-export-declaration" "^7.22.6"
1262+
"@babel/parser" "^7.24.0"
1263+
"@babel/types" "^7.24.0"
1264+
debug "^4.3.1"
1265+
globals "^11.1.0"
1266+
12071267
"@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
12081268
version "7.21.5"
12091269
resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
@@ -1222,6 +1282,15 @@
12221282
"@babel/helper-validator-identifier" "^7.22.20"
12231283
to-fast-properties "^2.0.0"
12241284

1285+
"@babel/types@^7.24.0":
1286+
version "7.24.0"
1287+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1288+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1289+
dependencies:
1290+
"@babel/helper-string-parser" "^7.23.4"
1291+
"@babel/helper-validator-identifier" "^7.22.20"
1292+
to-fast-properties "^2.0.0"
1293+
12251294
"@bcoe/v8-coverage@^0.2.3":
12261295
version "0.2.3"
12271296
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -7096,16 +7165,6 @@ glob@8.0.3:
70967165
minimatch "^5.0.1"
70977166
once "^1.3.0"
70987167

7099-
glob@9.3.2:
7100-
version "9.3.2"
7101-
resolved "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda"
7102-
integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==
7103-
dependencies:
7104-
fs.realpath "^1.0.0"
7105-
minimatch "^7.4.1"
7106-
minipass "^4.2.4"
7107-
path-scurry "^1.6.1"
7108-
71097168
glob@^10.2.2:
71107169
version "10.2.6"
71117170
resolved "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
@@ -7140,7 +7199,7 @@ glob@^8.0.1, glob@^8.0.3:
71407199
minimatch "^5.0.1"
71417200
once "^1.3.0"
71427201

7143-
glob@^9.2.0:
7202+
glob@^9.2.0, glob@^9.3.2:
71447203
version "9.3.5"
71457204
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
71467205
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -9540,13 +9599,6 @@ minimatch@^6.1.6:
95409599
dependencies:
95419600
brace-expansion "^2.0.1"
95429601

9543-
minimatch@^7.4.1:
9544-
version "7.4.6"
9545-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb"
9546-
integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
9547-
dependencies:
9548-
brace-expansion "^2.0.1"
9549-
95509602
minimatch@^8.0.2:
95519603
version "8.0.4"
95529604
resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"

0 commit comments

Comments
 (0)