Skip to content

Commit 491aaca

Browse files
dependabot[bot]Github changeset workflow
andauthored
build(deps-dev): bump msw from 1.3.3 to 2.7.0 in /workspaces/confluence (#289)
* build(deps-dev): bump msw from 1.3.3 to 2.7.0 in /workspaces/confluence Bumps [msw](https://github.com/mswjs/msw) from 1.3.3 to 2.7.0. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v1.3.3...v2.7.0) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Automated de-duplication of lockfile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github changeset workflow <[email protected]>
1 parent 609de05 commit 491aaca

File tree

4 files changed

+205
-150
lines changed

4 files changed

+205
-150
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.0`.

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": "^1.0.0"
56+
"msw": "^2.7.0"
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": "^1.2.1",
61+
"msw": "^2.7.0",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-router-dom": "^6.23.1"

0 commit comments

Comments
 (0)