Skip to content

Commit c7eff07

Browse files
Merge pull request #351 from openscript-ch/renovate/all-minor-patch
chore(deps): update all non-major dependencies to v7.24.5
2 parents 14566d5 + 47363ec commit c7eff07

File tree

2 files changed

+82
-61
lines changed

2 files changed

+82
-61
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"type-fest": "^4.9.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.24.4",
41-
"@babel/eslint-parser": "7.24.1",
40+
"@babel/core": "7.24.5",
41+
"@babel/eslint-parser": "7.24.5",
4242
"@babel/preset-typescript": "^7.22.5",
4343
"@testing-library/jest-dom": "^6.1.6",
4444
"@testing-library/react": "^14.0.0",

yarn.lock

Lines changed: 80 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@
6666
"@babel/highlight" "^7.23.4"
6767
chalk "^2.4.2"
6868

69-
"@babel/code-frame@^7.24.1":
70-
version "7.24.1"
71-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.1.tgz#8f4027f85a6e84a695276080e864215318f95c19"
72-
integrity sha512-bC49z4spJQR3j8vFtJBLqzyzFV0ciuL5HYX7qfSl3KEqeMVV+eTquRvmXxpvB0AMubRrvv7y5DILiLLPi57Ewg==
73-
dependencies:
74-
"@babel/highlight" "^7.24.1"
75-
picocolors "^1.0.0"
76-
7769
"@babel/compat-data@^7.20.5":
7870
version "7.23.5"
7971
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
@@ -84,21 +76,21 @@
8476
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
8577
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
8678

87-
"@babel/[email protected].4":
88-
version "7.24.4"
89-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
90-
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
79+
"@babel/[email protected].5":
80+
version "7.24.5"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
82+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
9183
dependencies:
9284
"@ampproject/remapping" "^2.2.0"
9385
"@babel/code-frame" "^7.24.2"
94-
"@babel/generator" "^7.24.4"
86+
"@babel/generator" "^7.24.5"
9587
"@babel/helper-compilation-targets" "^7.23.6"
96-
"@babel/helper-module-transforms" "^7.23.3"
97-
"@babel/helpers" "^7.24.4"
98-
"@babel/parser" "^7.24.4"
88+
"@babel/helper-module-transforms" "^7.24.5"
89+
"@babel/helpers" "^7.24.5"
90+
"@babel/parser" "^7.24.5"
9991
"@babel/template" "^7.24.0"
100-
"@babel/traverse" "^7.24.1"
101-
"@babel/types" "^7.24.0"
92+
"@babel/traverse" "^7.24.5"
93+
"@babel/types" "^7.24.5"
10294
convert-source-map "^2.0.0"
10395
debug "^4.1.0"
10496
gensync "^1.0.0-beta.2"
@@ -126,10 +118,10 @@
126118
json5 "^2.2.3"
127119
semver "^6.3.1"
128120

129-
"@babel/[email protected].1":
130-
version "7.24.1"
131-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz#e27eee93ed1d271637165ef3a86e2b9332395c32"
132-
integrity sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==
121+
"@babel/[email protected].5":
122+
version "7.24.5"
123+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz#3b0f7d383a540329a30a6a9937cfc89461d26217"
124+
integrity sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==
133125
dependencies:
134126
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
135127
eslint-visitor-keys "^2.1.0"
@@ -154,22 +146,12 @@
154146
"@jridgewell/trace-mapping" "^0.3.17"
155147
jsesc "^2.5.1"
156148

157-
"@babel/generator@^7.24.1":
158-
version "7.24.1"
159-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
160-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
161-
dependencies:
162-
"@babel/types" "^7.24.0"
163-
"@jridgewell/gen-mapping" "^0.3.5"
164-
"@jridgewell/trace-mapping" "^0.3.25"
165-
jsesc "^2.5.1"
166-
167-
"@babel/generator@^7.24.4":
168-
version "7.24.4"
169-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
170-
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
149+
"@babel/generator@^7.24.5":
150+
version "7.24.5"
151+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
152+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
171153
dependencies:
172-
"@babel/types" "^7.24.0"
154+
"@babel/types" "^7.24.5"
173155
"@jridgewell/gen-mapping" "^0.3.5"
174156
"@jridgewell/trace-mapping" "^0.3.25"
175157
jsesc "^2.5.1"
@@ -301,6 +283,17 @@
301283
"@babel/helper-split-export-declaration" "^7.22.6"
302284
"@babel/helper-validator-identifier" "^7.22.20"
303285

286+
"@babel/helper-module-transforms@^7.24.5":
287+
version "7.24.5"
288+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
289+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
290+
dependencies:
291+
"@babel/helper-environment-visitor" "^7.22.20"
292+
"@babel/helper-module-imports" "^7.24.3"
293+
"@babel/helper-simple-access" "^7.24.5"
294+
"@babel/helper-split-export-declaration" "^7.24.5"
295+
"@babel/helper-validator-identifier" "^7.24.5"
296+
304297
"@babel/helper-optimise-call-expression@^7.22.5":
305298
version "7.22.5"
306299
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
@@ -338,6 +331,13 @@
338331
dependencies:
339332
"@babel/types" "^7.22.5"
340333

334+
"@babel/helper-simple-access@^7.24.5":
335+
version "7.24.5"
336+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
337+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
338+
dependencies:
339+
"@babel/types" "^7.24.5"
340+
341341
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
342342
version "7.22.5"
343343
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
@@ -352,7 +352,14 @@
352352
dependencies:
353353
"@babel/types" "^7.22.5"
354354

355-
"@babel/helper-string-parser@^7.23.4":
355+
"@babel/helper-split-export-declaration@^7.24.5":
356+
version "7.24.5"
357+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
358+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
359+
dependencies:
360+
"@babel/types" "^7.24.5"
361+
362+
"@babel/helper-string-parser@^7.23.4", "@babel/helper-string-parser@^7.24.1":
356363
version "7.24.1"
357364
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
358365
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
@@ -362,6 +369,11 @@
362369
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
363370
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
364371

372+
"@babel/helper-validator-identifier@^7.24.5":
373+
version "7.24.5"
374+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
375+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
376+
365377
"@babel/helper-validator-option@^7.23.5":
366378
version "7.23.5"
367379
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -385,14 +397,14 @@
385397
"@babel/traverse" "^7.23.7"
386398
"@babel/types" "^7.23.6"
387399

388-
"@babel/helpers@^7.24.4":
389-
version "7.24.4"
390-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
391-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
400+
"@babel/helpers@^7.24.5":
401+
version "7.24.5"
402+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
403+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
392404
dependencies:
393405
"@babel/template" "^7.24.0"
394-
"@babel/traverse" "^7.24.1"
395-
"@babel/types" "^7.24.0"
406+
"@babel/traverse" "^7.24.5"
407+
"@babel/types" "^7.24.5"
396408

397409
"@babel/highlight@^7.10.4":
398410
version "7.23.4"
@@ -403,7 +415,7 @@
403415
chalk "^2.4.2"
404416
js-tokens "^4.0.0"
405417

406-
"@babel/highlight@^7.23.4", "@babel/highlight@^7.24.1", "@babel/highlight@^7.24.2":
418+
"@babel/highlight@^7.23.4", "@babel/highlight@^7.24.2":
407419
version "7.24.2"
408420
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
409421
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
@@ -423,15 +435,15 @@
423435
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
424436
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
425437

426-
"@babel/parser@^7.24.0", "@babel/parser@^7.24.4":
438+
"@babel/parser@^7.24.0":
427439
version "7.24.4"
428440
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
429441
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
430442

431-
"@babel/parser@^7.24.1":
432-
version "7.24.1"
433-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
434-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
443+
"@babel/parser@^7.24.5":
444+
version "7.24.5"
445+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
446+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
435447

436448
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
437449
version "7.24.4"
@@ -1461,19 +1473,19 @@
14611473
debug "^4.3.1"
14621474
globals "^11.1.0"
14631475

1464-
"@babel/traverse@^7.24.1":
1465-
version "7.24.1"
1466-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
1467-
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
1476+
"@babel/traverse@^7.24.5":
1477+
version "7.24.5"
1478+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1479+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
14681480
dependencies:
1469-
"@babel/code-frame" "^7.24.1"
1470-
"@babel/generator" "^7.24.1"
1481+
"@babel/code-frame" "^7.24.2"
1482+
"@babel/generator" "^7.24.5"
14711483
"@babel/helper-environment-visitor" "^7.22.20"
14721484
"@babel/helper-function-name" "^7.23.0"
14731485
"@babel/helper-hoist-variables" "^7.22.5"
1474-
"@babel/helper-split-export-declaration" "^7.22.6"
1475-
"@babel/parser" "^7.24.1"
1476-
"@babel/types" "^7.24.0"
1486+
"@babel/helper-split-export-declaration" "^7.24.5"
1487+
"@babel/parser" "^7.24.5"
1488+
"@babel/types" "^7.24.5"
14771489
debug "^4.3.1"
14781490
globals "^11.1.0"
14791491

@@ -1495,6 +1507,15 @@
14951507
"@babel/helper-validator-identifier" "^7.22.20"
14961508
to-fast-properties "^2.0.0"
14971509

1510+
"@babel/types@^7.24.5":
1511+
version "7.24.5"
1512+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1513+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1514+
dependencies:
1515+
"@babel/helper-string-parser" "^7.24.1"
1516+
"@babel/helper-validator-identifier" "^7.24.5"
1517+
to-fast-properties "^2.0.0"
1518+
14981519
"@bcoe/v8-coverage@^0.2.3":
14991520
version "0.2.3"
15001521
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)