Merge pull request #5011 from mozilla/dependabot/npm_and_yarn/msw-2.4.4
Bump msw from 2.4.2 to 2.4.4
This commit is contained in:
Коммит
6f48b080ad
|
@ -25,7 +25,7 @@
|
|||
"@stripe/stripe-js": "^4.4.0",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"cldr-localenames-modern": "^45.0.0",
|
||||
"msw": "^2.4.2",
|
||||
"msw": "^2.4.4",
|
||||
"react": "18.3.1",
|
||||
"react-aria": "^3.34.1",
|
||||
"react-confetti": "^6.1.0",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"@stripe/stripe-js": "^4.4.0",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"cldr-localenames-modern": "^45.0.0",
|
||||
"msw": "^2.4.2",
|
||||
"msw": "^2.4.4",
|
||||
"react": "18.3.1",
|
||||
"react-aria": "^3.34.1",
|
||||
"react-confetti": "^6.1.0",
|
||||
|
@ -1997,15 +1997,15 @@
|
|||
"integrity": "sha512-xN6DNJ1P93lqrzhEHhx6J8HvIVpWDBLNOO4cqlHWH6HNPOoD/vsfygCwg6UJ+pkWBAwQLbS10xgB3Y2+kCP82Q=="
|
||||
},
|
||||
"node_modules/@mswjs/interceptors": {
|
||||
"version": "0.29.1",
|
||||
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.29.1.tgz",
|
||||
"integrity": "sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==",
|
||||
"version": "0.35.0",
|
||||
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.0.tgz",
|
||||
"integrity": "sha512-f5cHyIvm4m4g1I5x9EH1etGx0puaU0OaX2szqGRVBVgUC6aMASlOI5hbpe7tJ9l4/VWjCUu5OMraCazLZGI24A==",
|
||||
"dependencies": {
|
||||
"@open-draft/deferred-promise": "^2.2.0",
|
||||
"@open-draft/logger": "^0.3.0",
|
||||
"@open-draft/until": "^2.0.0",
|
||||
"is-node-process": "^1.2.0",
|
||||
"outvariant": "^1.2.1",
|
||||
"outvariant": "^1.4.3",
|
||||
"strict-event-emitter": "^0.5.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -7775,8 +7775,6 @@
|
|||
"version": "16.8.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz",
|
||||
"integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
||||
}
|
||||
|
@ -11546,20 +11544,21 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.2.tgz",
|
||||
"integrity": "sha512-GImSQGhn19czhVpxPdiUDK8CMZ6jbBcvOhzfJd8KFErjEER2wDKWs1UYaetJs2GSNlAqt6heZYm7g3eLatTcog==",
|
||||
"version": "2.4.4",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.4.tgz",
|
||||
"integrity": "sha512-iuM0qGs4YmgYCLH+xqb07w2e/e4fYmsx3+WHVlIOUA34TW1sw+wRpNmOlXnLDkw/T7233Jnm6t+aNf4v2E3e2Q==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/cookie": "^2.0.0",
|
||||
"@bundled-es-modules/statuses": "^1.0.1",
|
||||
"@bundled-es-modules/tough-cookie": "^0.1.6",
|
||||
"@inquirer/confirm": "^3.0.0",
|
||||
"@mswjs/interceptors": "^0.29.0",
|
||||
"@mswjs/interceptors": "^0.35.0",
|
||||
"@open-draft/until": "^2.1.0",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/statuses": "^2.0.4",
|
||||
"chalk": "^4.1.2",
|
||||
"graphql": "^16.8.1",
|
||||
"headers-polyfill": "^4.0.2",
|
||||
"is-node-process": "^1.2.0",
|
||||
"outvariant": "^1.4.2",
|
||||
|
@ -11578,13 +11577,9 @@
|
|||
"url": "https://github.com/sponsors/mswjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": ">= 16.8.x",
|
||||
"typescript": ">= 4.8.x"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"graphql": {
|
||||
"optional": true
|
||||
},
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
|
@ -12085,9 +12080,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/outvariant": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.2.tgz",
|
||||
"integrity": "sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ=="
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
|
||||
"integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA=="
|
||||
},
|
||||
"node_modules/p-limit": {
|
||||
"version": "3.1.0",
|
||||
|
@ -16433,15 +16428,15 @@
|
|||
"integrity": "sha512-xN6DNJ1P93lqrzhEHhx6J8HvIVpWDBLNOO4cqlHWH6HNPOoD/vsfygCwg6UJ+pkWBAwQLbS10xgB3Y2+kCP82Q=="
|
||||
},
|
||||
"@mswjs/interceptors": {
|
||||
"version": "0.29.1",
|
||||
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.29.1.tgz",
|
||||
"integrity": "sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==",
|
||||
"version": "0.35.0",
|
||||
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.0.tgz",
|
||||
"integrity": "sha512-f5cHyIvm4m4g1I5x9EH1etGx0puaU0OaX2szqGRVBVgUC6aMASlOI5hbpe7tJ9l4/VWjCUu5OMraCazLZGI24A==",
|
||||
"requires": {
|
||||
"@open-draft/deferred-promise": "^2.2.0",
|
||||
"@open-draft/logger": "^0.3.0",
|
||||
"@open-draft/until": "^2.0.0",
|
||||
"is-node-process": "^1.2.0",
|
||||
"outvariant": "^1.2.1",
|
||||
"outvariant": "^1.4.3",
|
||||
"strict-event-emitter": "^0.5.1"
|
||||
}
|
||||
},
|
||||
|
@ -20323,7 +20318,7 @@
|
|||
"jest-junit": "^16.0.0",
|
||||
"license-checker": "^25.0.1",
|
||||
"lint-staged": "^15.2.10",
|
||||
"msw": "^2.4.2",
|
||||
"msw": "^2.4.4",
|
||||
"next": "^14.2.7",
|
||||
"prettier": "3.3.3",
|
||||
"react": "18.3.1",
|
||||
|
@ -20525,9 +20520,7 @@
|
|||
"graphql": {
|
||||
"version": "16.8.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz",
|
||||
"integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==",
|
||||
"optional": true,
|
||||
"peer": true
|
||||
"integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw=="
|
||||
},
|
||||
"has": {
|
||||
"version": "1.0.3",
|
||||
|
@ -23117,19 +23110,20 @@
|
|||
"dev": true
|
||||
},
|
||||
"msw": {
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.2.tgz",
|
||||
"integrity": "sha512-GImSQGhn19czhVpxPdiUDK8CMZ6jbBcvOhzfJd8KFErjEER2wDKWs1UYaetJs2GSNlAqt6heZYm7g3eLatTcog==",
|
||||
"version": "2.4.4",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.4.4.tgz",
|
||||
"integrity": "sha512-iuM0qGs4YmgYCLH+xqb07w2e/e4fYmsx3+WHVlIOUA34TW1sw+wRpNmOlXnLDkw/T7233Jnm6t+aNf4v2E3e2Q==",
|
||||
"requires": {
|
||||
"@bundled-es-modules/cookie": "^2.0.0",
|
||||
"@bundled-es-modules/statuses": "^1.0.1",
|
||||
"@bundled-es-modules/tough-cookie": "^0.1.6",
|
||||
"@inquirer/confirm": "^3.0.0",
|
||||
"@mswjs/interceptors": "^0.29.0",
|
||||
"@mswjs/interceptors": "^0.35.0",
|
||||
"@open-draft/until": "^2.1.0",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/statuses": "^2.0.4",
|
||||
"chalk": "^4.1.2",
|
||||
"graphql": "^16.8.1",
|
||||
"headers-polyfill": "^4.0.2",
|
||||
"is-node-process": "^1.2.0",
|
||||
"outvariant": "^1.4.2",
|
||||
|
@ -23461,9 +23455,9 @@
|
|||
}
|
||||
},
|
||||
"outvariant": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.2.tgz",
|
||||
"integrity": "sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ=="
|
||||
"version": "1.4.3",
|
||||
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
|
||||
"integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA=="
|
||||
},
|
||||
"p-limit": {
|
||||
"version": "3.1.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче