mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Bump msw from 1.2.1 to 1.2.2 in /web
Bumps [msw](https://github.com/mswjs/msw) from 1.2.1 to 1.2.2. - [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/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ff90db30e6
commit
bc268cff8a
16
web/package-lock.json
generated
16
web/package-lock.json
generated
@ -43,7 +43,7 @@
|
||||
"eslint-plugin-vitest-globals": "^1.3.1",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"jsdom": "^22.0.0",
|
||||
"msw": "^1.2.1",
|
||||
"msw": "^1.2.2",
|
||||
"postcss": "^8.4.23",
|
||||
"prettier": "^2.8.8",
|
||||
"tailwindcss": "^3.3.2",
|
||||
@ -6835,9 +6835,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.1.tgz",
|
||||
"integrity": "sha512-bF7qWJQSmKn6bwGYVPXOxhexTCGD5oJSZg8yt8IBClxvo3Dx/1W0zqE1nX9BSWmzRsCKWfeGWcB/vpqV6aclpw==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.2.tgz",
|
||||
"integrity": "sha512-GsW3PE/Es/a1tYThXcM8YHOZ1S1MtivcS3He/LQbbTCx3rbWJYCtWD5XXyJ53KlNPT7O1VI9sCW3xMtgFe8XpQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@ -6872,7 +6872,7 @@
|
||||
"url": "https://opencollective.com/mswjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">= 4.4.x <= 5.0.x"
|
||||
"typescript": ">= 4.4.x <= 5.1.x"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
@ -14463,9 +14463,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"msw": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.1.tgz",
|
||||
"integrity": "sha512-bF7qWJQSmKn6bwGYVPXOxhexTCGD5oJSZg8yt8IBClxvo3Dx/1W0zqE1nX9BSWmzRsCKWfeGWcB/vpqV6aclpw==",
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.2.tgz",
|
||||
"integrity": "sha512-GsW3PE/Es/a1tYThXcM8YHOZ1S1MtivcS3He/LQbbTCx3rbWJYCtWD5XXyJ53KlNPT7O1VI9sCW3xMtgFe8XpQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@mswjs/cookies": "^0.2.2",
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
"eslint-plugin-vitest-globals": "^1.3.1",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"jsdom": "^22.0.0",
|
||||
"msw": "^1.2.1",
|
||||
"msw": "^1.2.2",
|
||||
"postcss": "^8.4.23",
|
||||
"prettier": "^2.8.8",
|
||||
"tailwindcss": "^3.3.2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user