Merge pull request #313 from umbraco/dependabot/npm_and_yarn/msw-0.49.2

This commit is contained in:
Niels Lyngsø
2022-12-15 13:10:46 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.4.0",
"msw": "^0.49.1",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
"playwright-msw": "^2.1.0",
@@ -22230,9 +22230,9 @@
"dev": true
},
"node_modules/msw": {
"version": "0.49.1",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.1.tgz",
"integrity": "sha512-JpIIq4P65ofj0HVmDMkJuRwgP9s5kcdutpZ15evMTb2k91/USB7IKWRLV9J1Mzc3OqTdwNj4RwtOWJ5y/FulQQ==",
"version": "0.49.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.2.tgz",
"integrity": "sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -48043,9 +48043,9 @@
"dev": true
},
"msw": {
"version": "0.49.1",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.1.tgz",
"integrity": "sha512-JpIIq4P65ofj0HVmDMkJuRwgP9s5kcdutpZ15evMTb2k91/USB7IKWRLV9J1Mzc3OqTdwNj4RwtOWJ5y/FulQQ==",
"version": "0.49.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.2.tgz",
"integrity": "sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g==",
"dev": true,
"requires": {
"@mswjs/cookies": "^0.2.2",

View File

@@ -99,7 +99,7 @@
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.4.0",
"msw": "^0.49.1",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
"playwright-msw": "^2.1.0",