Skip to content

Commit e453db6

Browse files
Bump wait-on from 8.0.2 to 8.0.3 (#12509)
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](jeffbski/wait-on@v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: wait-on dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c8debd commit e453db6

6 files changed

+22
-13
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"ts-jest": "29.2.6",
241241
"ts-loader": "9.5.2",
242242
"typescript": "5.8.2",
243-
"wait-on": "8.0.2",
243+
"wait-on": "8.0.3",
244244
"webpack": "5.98.0",
245245
"webpack-bundle-analyzer": "4.10.2",
246246
"webpack-cli": "6.0.1",

yarn.lock

+21-12
Original file line numberDiff line numberDiff line change
@@ -5614,14 +5614,14 @@ __metadata:
56145614
languageName: node
56155615
linkType: hard
56165616

5617-
"axios@npm:^1.7.9":
5618-
version: 1.8.2
5619-
resolution: "axios@npm:1.8.2"
5617+
"axios@npm:^1.8.2":
5618+
version: 1.8.3
5619+
resolution: "axios@npm:1.8.3"
56205620
dependencies:
56215621
follow-redirects: "npm:^1.15.6"
56225622
form-data: "npm:^4.0.0"
56235623
proxy-from-env: "npm:^1.1.0"
5624-
checksum: 10/d4328758128d0602cc809a8e7627622cb7839b379eae5e4d6b9d603dd4d5fb89159985630243ec107cf5c675cd8825dba737a319dff9499f3b7688d9a69ec9ed
5624+
checksum: 10/050f911cadd6d47a38ddbf91d2f8da2c34661dda8077e7ad6546e8178701125366fddbba07211a648b6815cf6c2c3c91c0a65d8b968e3d1a6054a21141ff9c01
56255625
languageName: node
56265626
linkType: hard
56275627

@@ -14287,7 +14287,7 @@ __metadata:
1428714287
languageName: node
1428814288
linkType: hard
1428914289

14290-
"rxjs@npm:^7.5.1, rxjs@npm:^7.8.1":
14290+
"rxjs@npm:^7.5.1":
1429114291
version: 7.8.1
1429214292
resolution: "rxjs@npm:7.8.1"
1429314293
dependencies:
@@ -14296,6 +14296,15 @@ __metadata:
1429614296
languageName: node
1429714297
linkType: hard
1429814298

14299+
"rxjs@npm:^7.8.2":
14300+
version: 7.8.2
14301+
resolution: "rxjs@npm:7.8.2"
14302+
dependencies:
14303+
tslib: "npm:^2.1.0"
14304+
checksum: 10/03dff09191356b2b87d94fbc1e97c4e9eb3c09d4452399dddd451b09c2f1ba8d56925a40af114282d7bc0c6fe7514a2236ca09f903cf70e4bbf156650dddb49d
14305+
languageName: node
14306+
linkType: hard
14307+
1429914308
"safe-array-concat@npm:^1.1.3":
1430014309
version: 1.1.3
1430114310
resolution: "safe-array-concat@npm:1.1.3"
@@ -14907,7 +14916,7 @@ __metadata:
1490714916
typescript: "npm:5.8.2"
1490814917
undici: "npm:7.4.0"
1490914918
url-parse: "npm:1.5.10"
14910-
wait-on: "npm:8.0.2"
14919+
wait-on: "npm:8.0.3"
1491114920
webpack: "npm:5.98.0"
1491214921
webpack-bundle-analyzer: "npm:4.10.2"
1491314922
webpack-cli: "npm:6.0.1"
@@ -16535,18 +16544,18 @@ __metadata:
1653516544
languageName: node
1653616545
linkType: hard
1653716546

16538-
"wait-on@npm:8.0.2":
16539-
version: 8.0.2
16540-
resolution: "wait-on@npm:8.0.2"
16547+
"wait-on@npm:8.0.3":
16548+
version: 8.0.3
16549+
resolution: "wait-on@npm:8.0.3"
1654116550
dependencies:
16542-
axios: "npm:^1.7.9"
16551+
axios: "npm:^1.8.2"
1654316552
joi: "npm:^17.13.3"
1654416553
lodash: "npm:^4.17.21"
1654516554
minimist: "npm:^1.2.8"
16546-
rxjs: "npm:^7.8.1"
16555+
rxjs: "npm:^7.8.2"
1654716556
bin:
1654816557
wait-on: bin/wait-on
16549-
checksum: 10/be688f1f0512ed4d57d3361d6ab1ed7dd22c0a2146c9e77c2ad4d64660e87959ce75e4e375a2bd2d17c58b1b0a65ac88f9ad2097e16bc12424a3b2895611c817
16558+
checksum: 10/7669a2c876bc3f188f8692adfb836576359adfaea1aa233271fc2c33b422625870e1dce06b64d7122681c5eb30b38a938a11fad07ef7992e6e9669aa7d9a2a1b
1655016559
languageName: node
1655116560
linkType: hard
1655216561

0 commit comments

Comments
 (0)