Skip to content

Commit 9ec1156

Browse files
fix(deps): update dependencies (patch)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 105732d commit 9ec1156

5 files changed

Lines changed: 112 additions & 20 deletions

File tree

packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"@red-hat-developer-hub/backstage-plugin-theme": "0.14.4",
5050
"@red-hat-developer-hub/backstage-plugin-translations": "0.3.1",
5151
"@red-hat-developer-hub/plugin-utils": "1.0.0",
52-
"@scalprum/core": "0.9.0",
53-
"@scalprum/react-core": "0.11.1",
52+
"@scalprum/core": "0.9.2",
53+
"@scalprum/react-core": "0.11.2",
5454
"lodash": "4.18.1",
5555
"react": "18.3.1",
5656
"react-dom": "18.3.1",
5757
"react-router-dom": "6.30.3",
5858
"react-use": "17.6.0",
59-
"tss-react": "4.9.20"
59+
"tss-react": "4.9.21"
6060
},
6161
"devDependencies": {
6262
"@backstage/cli": "0.36.0",

plugins/dynamic-plugins-info-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@backstage/backend-dynamic-feature-service": "0.8.0",
3737
"@backstage/backend-plugin-api": "1.8.0",
3838
"@backstage/config": "1.3.6",
39-
"express": "4.22.1",
39+
"express": "4.22.2",
4040
"node-fetch": "2.7.0",
4141
"winston": "3.14.2"
4242
},

plugins/licensed-users-info-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@backstage/plugin-auth-backend": "0.27.3",
4242
"@backstage/plugin-permission-common": "0.9.7",
4343
"@backstage/types": "1.2.2",
44-
"express": "4.22.1",
44+
"express": "4.22.2",
4545
"express-promise-router": "4.1.1",
4646
"json-2-csv": "5.5.10",
4747
"knex": "3.1.0",

plugins/scalprum-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@backstage/backend-dynamic-feature-service": "0.8.0",
3636
"@backstage/backend-plugin-api": "1.8.0",
3737
"@backstage/config": "1.3.6",
38-
"express": "4.22.1",
38+
"express": "4.22.2",
3939
"node-fetch": "2.7.0",
4040
"winston": "3.14.2"
4141
},

yarn.lock

Lines changed: 106 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7412,7 +7412,7 @@ __metadata:
74127412
"@backstage/config": "npm:1.3.6"
74137413
"@types/express": "npm:4.17.25"
74147414
"@types/supertest": "npm:6.0.3"
7415-
express: "npm:4.22.1"
7415+
express: "npm:4.22.2"
74167416
msw: "npm:1.3.5"
74177417
node-fetch: "npm:2.7.0"
74187418
prettier: "npm:3.8.3"
@@ -7442,7 +7442,7 @@ __metadata:
74427442
"@backstage/types": "npm:1.2.2"
74437443
"@types/express": "npm:4.17.25"
74447444
"@types/supertest": "npm:6.0.3"
7445-
express: "npm:4.22.1"
7445+
express: "npm:4.22.2"
74467446
express-promise-router: "npm:4.1.1"
74477447
json-2-csv: "npm:5.5.10"
74487448
knex: "npm:3.1.0"
@@ -7469,7 +7469,7 @@ __metadata:
74697469
"@types/express": "npm:4.17.25"
74707470
"@types/mock-fs": "npm:4.13.4"
74717471
"@types/supertest": "npm:6.0.3"
7472-
express: "npm:4.22.1"
7472+
express: "npm:4.22.2"
74737473
mock-fs: "npm:5.5.0"
74747474
msw: "npm:1.3.5"
74757475
node-fetch: "npm:2.7.0"
@@ -14331,7 +14331,17 @@ __metadata:
1433114331
languageName: node
1433214332
linkType: hard
1433314333

14334-
"@scalprum/core@npm:0.9.0, @scalprum/core@npm:^0.9.0":
14334+
"@scalprum/core@npm:0.9.2, @scalprum/core@npm:^0.9.1":
14335+
version: 0.9.2
14336+
resolution: "@scalprum/core@npm:0.9.2"
14337+
dependencies:
14338+
"@openshift/dynamic-plugin-sdk": "npm:^5.0.1"
14339+
tslib: "npm:^2.6.2"
14340+
checksum: 10c0/a0ae59d8235f0d98e4cec780afcaa7ac1adcb4e82ba56a2de74c11f1df1edd9c6751ad55630949a9c584af2878549a0e1e7c21f35e257f2e540c281c35b0ca76
14341+
languageName: node
14342+
linkType: hard
14343+
14344+
"@scalprum/core@npm:^0.9.0":
1433514345
version: 0.9.0
1433614346
resolution: "@scalprum/core@npm:0.9.0"
1433714347
dependencies:
@@ -14341,7 +14351,21 @@ __metadata:
1434114351
languageName: node
1434214352
linkType: hard
1434314353

14344-
"@scalprum/react-core@npm:0.11.1, @scalprum/react-core@npm:^0.11.1":
14354+
"@scalprum/react-core@npm:0.11.2":
14355+
version: 0.11.2
14356+
resolution: "@scalprum/react-core@npm:0.11.2"
14357+
dependencies:
14358+
"@openshift/dynamic-plugin-sdk": "npm:^5.0.1"
14359+
"@scalprum/core": "npm:^0.9.1"
14360+
lodash: "npm:^4.17.0"
14361+
peerDependencies:
14362+
react: ">=16.8.0 || >=17.0.0 || ^18.0.0"
14363+
react-dom: ">=16.8.0 || >=17.0.0 || ^18.0.0"
14364+
checksum: 10c0/b27209ff4276f8e12c8b5e956def2d4273fa8dee75a1b54a634a58e02682470d8d51bdbce0d55930a699d32383997e189735299f73a86160c00b720a266f3f2b
14365+
languageName: node
14366+
linkType: hard
14367+
14368+
"@scalprum/react-core@npm:^0.11.1":
1434514369
version: 0.11.1
1434614370
resolution: "@scalprum/react-core@npm:0.11.1"
1434714371
dependencies:
@@ -18735,8 +18759,8 @@ __metadata:
1873518759
"@red-hat-developer-hub/backstage-plugin-theme": "npm:0.14.4"
1873618760
"@red-hat-developer-hub/backstage-plugin-translations": "npm:0.3.1"
1873718761
"@red-hat-developer-hub/plugin-utils": "npm:1.0.0"
18738-
"@scalprum/core": "npm:0.9.0"
18739-
"@scalprum/react-core": "npm:0.11.1"
18762+
"@scalprum/core": "npm:0.9.2"
18763+
"@scalprum/react-core": "npm:0.11.2"
1874018764
"@scalprum/react-test-utils": "npm:0.2.11"
1874118765
"@testing-library/dom": "npm:9.3.4"
1874218766
"@testing-library/jest-dom": "npm:6.9.1"
@@ -18753,7 +18777,7 @@ __metadata:
1875318777
react-dom: "npm:18.3.1"
1875418778
react-router-dom: "npm:6.30.3"
1875518779
react-use: "npm:17.6.0"
18756-
tss-react: "npm:4.9.20"
18780+
tss-react: "npm:4.9.21"
1875718781
typescript: "npm:5.9.3"
1875818782
languageName: unknown
1875918783
linkType: soft
@@ -19736,6 +19760,26 @@ __metadata:
1973619760
languageName: node
1973719761
linkType: hard
1973819762

19763+
"body-parser@npm:~1.20.5":
19764+
version: 1.20.5
19765+
resolution: "body-parser@npm:1.20.5"
19766+
dependencies:
19767+
bytes: "npm:~3.1.2"
19768+
content-type: "npm:~1.0.5"
19769+
debug: "npm:2.6.9"
19770+
depd: "npm:2.0.0"
19771+
destroy: "npm:~1.2.0"
19772+
http-errors: "npm:~2.0.1"
19773+
iconv-lite: "npm:~0.4.24"
19774+
on-finished: "npm:~2.4.1"
19775+
qs: "npm:~6.15.1"
19776+
raw-body: "npm:~2.5.3"
19777+
type-is: "npm:~1.6.18"
19778+
unpipe: "npm:~1.0.0"
19779+
checksum: 10c0/ad777ca5e4711eae253c93f50fdc4608c60b76a9710d79e5e5b84581c76691e6ad21ecc9158986d9ea2b365df73e403ca33c27a8bccc1a7cfc2ccc248548118d
19780+
languageName: node
19781+
linkType: hard
19782+
1973919783
"bonjour-service@npm:^1.0.11, bonjour-service@npm:^1.2.1":
1974019784
version: 1.3.0
1974119785
resolution: "bonjour-service@npm:1.3.0"
@@ -23935,7 +23979,46 @@ __metadata:
2393523979
languageName: node
2393623980
linkType: hard
2393723981

23938-
"express@npm:4.22.1, express@npm:^4.14.0, express@npm:^4.17.3, express@npm:^4.18.2, express@npm:^4.22.0, express@npm:^4.22.1":
23982+
"express@npm:4.22.2":
23983+
version: 4.22.2
23984+
resolution: "express@npm:4.22.2"
23985+
dependencies:
23986+
accepts: "npm:~1.3.8"
23987+
array-flatten: "npm:1.1.1"
23988+
body-parser: "npm:~1.20.5"
23989+
content-disposition: "npm:~0.5.4"
23990+
content-type: "npm:~1.0.4"
23991+
cookie: "npm:~0.7.1"
23992+
cookie-signature: "npm:~1.0.6"
23993+
debug: "npm:2.6.9"
23994+
depd: "npm:2.0.0"
23995+
encodeurl: "npm:~2.0.0"
23996+
escape-html: "npm:~1.0.3"
23997+
etag: "npm:~1.8.1"
23998+
finalhandler: "npm:~1.3.1"
23999+
fresh: "npm:~0.5.2"
24000+
http-errors: "npm:~2.0.0"
24001+
merge-descriptors: "npm:1.0.3"
24002+
methods: "npm:~1.1.2"
24003+
on-finished: "npm:~2.4.1"
24004+
parseurl: "npm:~1.3.3"
24005+
path-to-regexp: "npm:~0.1.12"
24006+
proxy-addr: "npm:~2.0.7"
24007+
qs: "npm:~6.15.1"
24008+
range-parser: "npm:~1.2.1"
24009+
safe-buffer: "npm:5.2.1"
24010+
send: "npm:~0.19.0"
24011+
serve-static: "npm:~1.16.2"
24012+
setprototypeof: "npm:1.2.0"
24013+
statuses: "npm:~2.0.1"
24014+
type-is: "npm:~1.6.18"
24015+
utils-merge: "npm:1.0.1"
24016+
vary: "npm:~1.1.2"
24017+
checksum: 10c0/d06dd4379fd217440b30f8abbe45f0e74931114c1395034f03e7d635196ecdab530d4835a1962a6aa34838d61967dc6f1f77846999bba3032373e9e714222c44
24018+
languageName: node
24019+
linkType: hard
24020+
24021+
"express@npm:^4.14.0, express@npm:^4.17.3, express@npm:^4.18.2, express@npm:^4.22.0, express@npm:^4.22.1":
2393924022
version: 4.22.1
2394024023
resolution: "express@npm:4.22.1"
2394124024
dependencies:
@@ -33387,6 +33470,15 @@ __metadata:
3338733470
languageName: node
3338833471
linkType: hard
3338933472

33473+
"qs@npm:~6.15.1":
33474+
version: 6.15.2
33475+
resolution: "qs@npm:6.15.2"
33476+
dependencies:
33477+
side-channel: "npm:^1.1.0"
33478+
checksum: 10c0/e6fd5f6f0aab06d480fe9ab15cebfc4ce4235303e2f91dc69a8f7f4df1e668a61c11d1cfbabacf4295cbbeb7b670ed23db45307480726259761f98e5695e93a7
33479+
languageName: node
33480+
linkType: hard
33481+
3339033482
"querystring-es3@npm:^0.2.0, querystring-es3@npm:^0.2.1":
3339133483
version: 0.2.1
3339233484
resolution: "querystring-es3@npm:0.2.1"
@@ -37784,25 +37876,25 @@ __metadata:
3778437876
languageName: node
3778537877
linkType: hard
3778637878

37787-
"tss-react@npm:4.9.20":
37788-
version: 4.9.20
37789-
resolution: "tss-react@npm:4.9.20"
37879+
"tss-react@npm:4.9.21":
37880+
version: 4.9.21
37881+
resolution: "tss-react@npm:4.9.21"
3779037882
dependencies:
3779137883
"@emotion/cache": "npm:*"
3779237884
"@emotion/serialize": "npm:*"
3779337885
"@emotion/utils": "npm:*"
3779437886
peerDependencies:
3779537887
"@emotion/react": ^11.4.1
3779637888
"@emotion/server": ^11.4.0
37797-
"@mui/material": ^5.0.0 || ^6.0.0 || ^7.0.0
37889+
"@mui/material": ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0
3779837890
"@types/react": ^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0
3779937891
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
3780037892
peerDependenciesMeta:
3780137893
"@emotion/server":
3780237894
optional: true
3780337895
"@mui/material":
3780437896
optional: true
37805-
checksum: 10c0/90095c969eaa6db893ea9ddb078b76e9668740a55aa8efc95086097cc818c5fc0b48c003d44892980db7665256487db19a39dad46e2952c3d554f7e1e361e8d9
37897+
checksum: 10c0/7a68a8f149b4d94b5a370ae1e0008856c4e464181790a5b02bd695372efd1fe37c1f3b59c93cca69f40009d845d91127d411ed0d40c35d0f8288d861ff1909a9
3780637898
languageName: node
3780737899
linkType: hard
3780837900

0 commit comments

Comments
 (0)