Skip to content

Commit 6cd8486

Browse files
[renovate-bot] - Update dependency wait-on to v8
1 parent c399884 commit 6cd8486

File tree

2 files changed

+22
-31
lines changed

2 files changed

+22
-31
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sequelize": "6.37.3",
3939
"sequelize-cli": "6.6.2",
4040
"use-sound": "4.0.3",
41-
"wait-on": "^7.0.1",
41+
"wait-on": "^8.0.0",
4242
"yarn": "1.22.22"
4343
},
4444
"devDependencies": {

yarn.lock

+21-30
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,12 @@
493493
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
494494
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
495495

496-
"@hapi/hoek@^9.0.0":
496+
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
497497
version "9.3.0"
498498
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
499499
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
500500

501-
"@hapi/topo@^5.0.0":
501+
"@hapi/topo@^5.1.0":
502502
version "5.1.0"
503503
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
504504
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
@@ -763,10 +763,10 @@
763763
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.0.tgz#20c09cf44dcb082140cc7f439dd679fe4bba3375"
764764
integrity sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==
765765

766-
"@sideway/address@^4.1.3":
767-
version "4.1.4"
768-
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
769-
integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==
766+
"@sideway/address@^4.1.5":
767+
version "4.1.5"
768+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
769+
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
770770
dependencies:
771771
"@hapi/hoek" "^9.0.0"
772772

@@ -1257,7 +1257,7 @@ aws4@^1.8.0:
12571257
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
12581258
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
12591259

1260-
1260+
[email protected], axios@^1.7.4:
12611261
version "1.7.4"
12621262
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
12631263
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
@@ -1266,15 +1266,6 @@ [email protected]:
12661266
form-data "^4.0.0"
12671267
proxy-from-env "^1.1.0"
12681268

1269-
axios@^1.6.1:
1270-
version "1.6.1"
1271-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
1272-
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
1273-
dependencies:
1274-
follow-redirects "^1.15.0"
1275-
form-data "^4.0.0"
1276-
proxy-from-env "^1.1.0"
1277-
12781269
balanced-match@^1.0.0:
12791270
version "1.0.2"
12801271
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
@@ -2712,7 +2703,7 @@ flatted@^3.1.0:
27122703
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
27132704
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
27142705

2715-
follow-redirects@^1.15.0, follow-redirects@^1.15.6:
2706+
follow-redirects@^1.15.6:
27162707
version "1.15.6"
27172708
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
27182709
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
@@ -3564,14 +3555,14 @@ iterator.prototype@^1.1.2:
35643555
reflect.getprototypeof "^1.0.4"
35653556
set-function-name "^2.0.1"
35663557

3567-
joi@^17.11.0:
3568-
version "17.11.0"
3569-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"
3570-
integrity sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==
3558+
joi@^17.13.3:
3559+
version "17.13.3"
3560+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
3561+
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
35713562
dependencies:
3572-
"@hapi/hoek" "^9.0.0"
3573-
"@hapi/topo" "^5.0.0"
3574-
"@sideway/address" "^4.1.3"
3563+
"@hapi/hoek" "^9.3.0"
3564+
"@hapi/topo" "^5.1.0"
3565+
"@sideway/address" "^4.1.5"
35753566
"@sideway/formula" "^3.0.1"
35763567
"@sideway/pinpoint" "^2.0.0"
35773568

@@ -5848,13 +5839,13 @@ vitest@^2.0.5:
58485839
vite-node "2.0.5"
58495840
why-is-node-running "^2.3.0"
58505841

5851-
wait-on@^7.0.1:
5852-
version "7.2.0"
5853-
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928"
5854-
integrity sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==
5842+
wait-on@^8.0.0:
5843+
version "8.0.0"
5844+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-8.0.0.tgz#82e3f334db01cf37beef0d11639d66333b027f03"
5845+
integrity sha512-fNE5SXinLr2Bt7cJvjvLg2PcXfqznlqRvtE3f8AqYdRZ9BhE+XpsCp1mwQbRoO7s1q7uhAuCw0Ro3mG/KdZjEw==
58555846
dependencies:
5856-
axios "^1.6.1"
5857-
joi "^17.11.0"
5847+
axios "^1.7.4"
5848+
joi "^17.13.3"
58585849
lodash "^4.17.21"
58595850
minimist "^1.2.8"
58605851
rxjs "^7.8.1"

0 commit comments

Comments
 (0)