Bump msw from 2.0.10 to 2.0.11 in /extensions/ql-vscode (#3198)

Bumps [msw](https://github.com/mswjs/msw) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.0.10...v2.0.11)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-04 10:34:59 -08:00
committed by GitHub
parent fd8f88890e
commit 902074f7a5
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"d3-graphviz": "^5.0.2",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"msw": "^2.0.0",
"msw": "^2.0.11",
"nanoid": "^5.0.1",
"node-fetch": "^2.6.7",
"p-queue": "^8.0.1",
@@ -24789,9 +24789,9 @@
"dev": true
},
"node_modules/msw": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.0.10.tgz",
"integrity": "sha512-JhKdzIEuMDSU7qak4CJjiSFW2J0R4Wm5AuLhFzimKs68Wx7PTyqjgnw7+7FpQ3kGi0yY49g/qEFmUmMyLmjb4w==",
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.0.11.tgz",
"integrity": "sha512-dAXFS2DxZX0uFqMPhS3oUAu8S/5IQ5qKKSwtXl3/dMTeML0C8JfSvbeWtowYg6pu4Iehgp5L/pHLrlIcG++y/A==",
"hasInstallScript": true,
"dependencies": {
"@bundled-es-modules/cookie": "^2.0.0",

View File

@@ -1920,7 +1920,7 @@
"d3-graphviz": "^5.0.2",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"msw": "^2.0.0",
"msw": "^2.0.11",
"nanoid": "^5.0.1",
"node-fetch": "^2.6.7",
"p-queue": "^8.0.1",