Upgrade dependencies in package-lock.json
- Upgraded various dependencies across `@esbuild`, `@eslint`, `@hey-api`, and `@img` packages to their latest versions. - Removed unused `json5` dependency under `@babel/core`. - Ensured integrity hashes are updated to reflect changes.
This commit is contained in:
2478
frontend/package-lock.json
generated
Executable file → Normal file
2478
frontend/package-lock.json
generated
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
@@ -97,5 +97,9 @@
|
|||||||
"workerDirectory": [
|
"workerDirectory": [
|
||||||
"public"
|
"public"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"glob": "^10.4.1",
|
||||||
|
"inflight": "npm:lru-cache@^10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user