Skip to content

Commit a9a81fb

Browse files
build(deps-dev): bump msw from 2.7.0 to 2.7.3 in /workspaces/confluence (#326)
Bumps [msw](https://github.com/mswjs/msw) from 2.7.0 to 2.7.3. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.0...v2.7.3) --- updated-dependencies: - dependency-name: msw 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 63d91cf commit a9a81fb

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
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.7.3`.

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.2",
5454
"@types/uuid": "^9.0.8",
5555
"jest-fetch-mock": "^3.0.3",
56-
"msw": "^2.7.0"
56+
"msw": "^2.7.3"
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.7.0",
61+
"msw": "^2.7.3",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-router-dom": "^6.23.1"

workspaces/confluence/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6993,7 +6993,7 @@ __metadata:
69936993
"@types/supertest": "npm:^6.0.2"
69946994
"@types/uuid": "npm:^9.0.8"
69956995
jest-fetch-mock: "npm:^3.0.3"
6996-
msw: "npm:^2.7.0"
6996+
msw: "npm:^2.7.3"
69976997
p-limit: "npm:^6.2.0"
69986998
retry: "npm:^0.13.1"
69996999
uuid: "npm:^9.0.1"
@@ -7023,7 +7023,7 @@ __metadata:
70237023
"@types/react-dom": "npm:^18"
70247024
jest: "npm:^29.7.0"
70257025
jest-canvas-mock: "npm:^2.5.2"
7026-
msw: "npm:^2.7.0"
7026+
msw: "npm:^2.7.3"
70277027
react: "npm:^18.3.1"
70287028
react-dom: "npm:^18.3.1"
70297029
react-router-dom: "npm:^6.23.1"
@@ -20171,9 +20171,9 @@ __metadata:
2017120171
languageName: node
2017220172
linkType: hard
2017320173

20174-
"msw@npm:^2.7.0":
20175-
version: 2.7.0
20176-
resolution: "msw@npm:2.7.0"
20174+
"msw@npm:^2.7.3":
20175+
version: 2.7.3
20176+
resolution: "msw@npm:2.7.3"
2017720177
dependencies:
2017820178
"@bundled-es-modules/cookie": "npm:^2.0.1"
2017920179
"@bundled-es-modules/statuses": "npm:^1.0.1"
@@ -20200,7 +20200,7 @@ __metadata:
2020020200
optional: true
2020120201
bin:
2020220202
msw: cli/index.js
20203-
checksum: 10/165ccf37d90da0d5271fdb8e01f89f48f7a60fb810038ff73d18c0e5e5ddfdb1266002d19cde61b9ae689ef37c39499b10d9d07e0d16662a31630ce9adce1d77
20203+
checksum: 10/f193329a68fc22e477a6f8504aa44a92bd12847f2eeac1dfbd8ec1cc43ff293112ec067de1c7fe312ba02beecb313fb00aeeebf5817432b57af2d796b2dff2fa
2020420204
languageName: node
2020520205
linkType: hard
2020620206

0 commit comments

Comments
 (0)