mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
fix: Bump vendored @mswjs/interceptors from 0.42.0 to 0.42.5 (#98607)
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
"@jest/transform": "29.5.0",
|
||||
"@jest/types": "29.5.0",
|
||||
"@modelcontextprotocol/sdk": "1.18.1",
|
||||
"@mswjs/interceptors": "0.42.0",
|
||||
"@mswjs/interceptors": "0.42.5",
|
||||
"@napi-rs/triples": "1.2.0",
|
||||
"@next/font": "16.4.0-canary.29",
|
||||
"@next/polyfill-module": "16.4.0-canary.29",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Generated
+5
-5
@@ -1210,8 +1210,8 @@ importers:
|
||||
specifier: 1.18.1
|
||||
version: 1.18.1(patch_hash=680fe4edb7abd1de29d08cdf217a22506e815a8cc1c2282201d5d47aa3e5da12)
|
||||
'@mswjs/interceptors':
|
||||
specifier: 0.42.0
|
||||
version: 0.42.0
|
||||
specifier: 0.42.5
|
||||
version: 0.42.5
|
||||
'@napi-rs/triples':
|
||||
specifier: 1.2.0
|
||||
version: 1.2.0
|
||||
@@ -4588,8 +4588,8 @@ packages:
|
||||
resolution: {integrity: sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@mswjs/interceptors@0.42.0':
|
||||
resolution: {integrity: sha512-HFjFa93wzY++HEC50SpTRMGCAlzA2y71a0H2io3vysc/QYQ0PJVrJuo3CXKcVPe5mOxT7FMwKBNuCouAoIeLxQ==}
|
||||
'@mswjs/interceptors@0.42.5':
|
||||
resolution: {integrity: sha512-mrHZiA/nh6OV5punS+GKzG9iZoryKRIg0DhIeu1v1OlOUAJDQ4+d4GWtMSXa/L88NBmn+j0eqQgyygNOn2dCoQ==}
|
||||
engines: {node: '>=22'}
|
||||
|
||||
'@napi-rs/cli@3.7.2':
|
||||
@@ -21831,7 +21831,7 @@ snapshots:
|
||||
outvariant: 1.4.2
|
||||
strict-event-emitter: 0.5.1
|
||||
|
||||
'@mswjs/interceptors@0.42.0':
|
||||
'@mswjs/interceptors@0.42.5':
|
||||
dependencies:
|
||||
'@open-draft/until': 3.0.1
|
||||
'@types/debug': 4.1.13
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ ignoredBuiltDependencies:
|
||||
blockExoticSubdeps: true
|
||||
minimumReleaseAge: 2880 # 48 hrs
|
||||
minimumReleaseAgeExclude:
|
||||
- '@mswjs/interceptors@0.42.0'
|
||||
- '@mswjs/interceptors@0.42.5'
|
||||
- '@next/*'
|
||||
- '@turbo/*'
|
||||
- '@types/react@19.2.18'
|
||||
|
||||
Reference in New Issue
Block a user