Bump msw from 2.0.11 to 2.0.13 in /extensions/ql-vscode (#3227)

Bumps [msw](https://github.com/mswjs/msw) from 2.0.11 to 2.0.13.
- [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.11...v2.0.13)

---
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-11 08:43:49 -08:00
committed by GitHub
parent 766f54b76e
commit 0d2b7916ee
2 changed files with 13 additions and 13 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.11",
"msw": "^2.0.13",
"nanoid": "^5.0.1",
"node-fetch": "^2.6.7",
"p-queue": "^8.0.1",
@@ -3988,9 +3988,9 @@
}
},
"node_modules/@mswjs/interceptors": {
"version": "0.25.13",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.13.tgz",
"integrity": "sha512-xfjR81WwXPHwhDbqJRHlxYmboJuiSaIKpP4I5TJVFl/EmByOU13jOBT9hmEnxcjR3jvFYoqoNKt7MM9uqerj9A==",
"version": "0.25.14",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.14.tgz",
"integrity": "sha512-2dnIxl+obqIqjoPXTFldhe6pcdOrqiz+GcLaQQ6hmL02OldAF7nIC+rUgTWm+iF6lvmyCVhFFqbgbapNhR8eag==",
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0",
"@open-draft/logger": "^0.3.0",
@@ -24997,16 +24997,16 @@
"dev": true
},
"node_modules/msw": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.0.11.tgz",
"integrity": "sha512-dAXFS2DxZX0uFqMPhS3oUAu8S/5IQ5qKKSwtXl3/dMTeML0C8JfSvbeWtowYg6pu4Iehgp5L/pHLrlIcG++y/A==",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.0.13.tgz",
"integrity": "sha512-FN4GUOTxm+cucXsFFNIZooHWNGGGRZCa5HxcrbdPxSIZMmGkPW2XewidZPcQn6AXO5SisZtfijXFGDlme/BbUw==",
"hasInstallScript": true,
"dependencies": {
"@bundled-es-modules/cookie": "^2.0.0",
"@bundled-es-modules/js-levenshtein": "^2.0.1",
"@bundled-es-modules/statuses": "^1.0.1",
"@mswjs/cookies": "^1.1.0",
"@mswjs/interceptors": "^0.25.13",
"@mswjs/interceptors": "^0.25.14",
"@open-draft/until": "^2.1.0",
"@types/cookie": "^0.4.1",
"@types/js-levenshtein": "^1.1.1",
@@ -25035,7 +25035,7 @@
"url": "https://opencollective.com/mswjs"
},
"peerDependencies": {
"typescript": ">= 4.7.x <= 5.2.x"
"typescript": ">= 4.7.x <= 5.3.x"
},
"peerDependenciesMeta": {
"typescript": {
@@ -26130,9 +26130,9 @@
}
},
"node_modules/outvariant": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.0.tgz",
"integrity": "sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw=="
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.2.tgz",
"integrity": "sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ=="
},
"node_modules/p-limit": {
"version": "3.1.0",

View File

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