Skip to content

Commit 5fbcb09

Browse files
build(deps-dev): bump msw from 2.8.2 to 2.10.2 in /workspaces/confluence (#464)
Bumps [msw](https://github.com/mswjs/msw) from 2.8.2 to 2.10.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.8.2...v2.10.2) --- updated-dependencies: - dependency-name: msw dependency-version: 2.10.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd95f6b commit 5fbcb09

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@philips-software/backstage-plugin-search-confluence-backend': patch
3+
'@philips-software/backstage-plugin-search-confluence-frontend': patch
4+
---
5+
6+
Updated dependency `msw` to `^2.10.2`.

workspaces/confluence/plugins/search-confluence-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/supertest": "^6.0.3",
5454
"@types/uuid": "^10.0.0",
5555
"jest-fetch-mock": "^3.0.3",
56-
"msw": "^2.8.2"
56+
"msw": "^2.10.2"
5757
},
5858
"files": [
5959
"dist",

workspaces/confluence/plugins/search-confluence-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react-dom": "^18",
5959
"jest": "^29.7.0",
6060
"jest-canvas-mock": "^2.5.2",
61-
"msw": "^2.8.2",
61+
"msw": "^2.10.2",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-router-dom": "^6.23.1"

workspaces/confluence/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6320,17 +6320,17 @@ __metadata:
63206320
languageName: node
63216321
linkType: hard
63226322

6323-
"@mswjs/interceptors@npm:^0.37.0":
6324-
version: 0.37.6
6325-
resolution: "@mswjs/interceptors@npm:0.37.6"
6323+
"@mswjs/interceptors@npm:^0.39.1":
6324+
version: 0.39.2
6325+
resolution: "@mswjs/interceptors@npm:0.39.2"
63266326
dependencies:
63276327
"@open-draft/deferred-promise": "npm:^2.2.0"
63286328
"@open-draft/logger": "npm:^0.3.0"
63296329
"@open-draft/until": "npm:^2.0.0"
63306330
is-node-process: "npm:^1.2.0"
63316331
outvariant: "npm:^1.4.3"
63326332
strict-event-emitter: "npm:^0.5.1"
6333-
checksum: 10/bc1541ba3b8b04db267cb962542752383245cb55b074b1eeee4c9fb03ccb8713b0c4b55eab46af2bc161b9893d8a25998894f88e3f2e3feab5f092c4d7c416cb
6333+
checksum: 10/faaa95d636363a197f125c32066457fa74d5063d8ccae4c9c0e0510179060d92b1faf8640df45a0623e0bf42a30d610c83364a58e0eb0ca412c87b2e835936c1
63346334
languageName: node
63356335
linkType: hard
63366336

@@ -7036,7 +7036,7 @@ __metadata:
70367036
"@types/supertest": "npm:^6.0.3"
70377037
"@types/uuid": "npm:^10.0.0"
70387038
jest-fetch-mock: "npm:^3.0.3"
7039-
msw: "npm:^2.8.2"
7039+
msw: "npm:^2.10.2"
70407040
p-limit: "npm:^6.2.0"
70417041
retry: "npm:^0.13.1"
70427042
uuid: "npm:^11.1.0"
@@ -7066,7 +7066,7 @@ __metadata:
70667066
"@types/react-dom": "npm:^18"
70677067
jest: "npm:^29.7.0"
70687068
jest-canvas-mock: "npm:^2.5.2"
7069-
msw: "npm:^2.8.2"
7069+
msw: "npm:^2.10.2"
70707070
react: "npm:^18.3.1"
70717071
react-dom: "npm:^18.3.1"
70727072
react-router-dom: "npm:^6.23.1"
@@ -19975,15 +19975,15 @@ __metadata:
1997519975
languageName: node
1997619976
linkType: hard
1997719977

19978-
"msw@npm:^2.8.2":
19979-
version: 2.8.2
19980-
resolution: "msw@npm:2.8.2"
19978+
"msw@npm:^2.10.2":
19979+
version: 2.10.2
19980+
resolution: "msw@npm:2.10.2"
1998119981
dependencies:
1998219982
"@bundled-es-modules/cookie": "npm:^2.0.1"
1998319983
"@bundled-es-modules/statuses": "npm:^1.0.1"
1998419984
"@bundled-es-modules/tough-cookie": "npm:^0.1.6"
1998519985
"@inquirer/confirm": "npm:^5.0.0"
19986-
"@mswjs/interceptors": "npm:^0.37.0"
19986+
"@mswjs/interceptors": "npm:^0.39.1"
1998719987
"@open-draft/deferred-promise": "npm:^2.2.0"
1998819988
"@open-draft/until": "npm:^2.1.0"
1998919989
"@types/cookie": "npm:^0.6.0"
@@ -20004,7 +20004,7 @@ __metadata:
2000420004
optional: true
2000520005
bin:
2000620006
msw: cli/index.js
20007-
checksum: 10/7579a8dccb8cc8eb0f13d0bf3a232a3d50a478511d95bc2a4b70778e78ffa28fd0949a855fbceb6ec381bbf76f6331a6d36fcb4a3197ff5bf55d0f14a7f3b35c
20007+
checksum: 10/bc90bc34a0b9e978e662f33fa630a0de66c4b6eff3a92b41efa08bf67d79b43e4a961a17b0d274580393c912f4ac6226c76a8bc33148799b1ee43477df712c26
2000820008
languageName: node
2000920009
linkType: hard
2001020010

0 commit comments

Comments
 (0)