chore: upgrade isolated-vm
This commit is contained in:
parent
00a045915e
commit
bf1604d9ec
@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
# make sure run after pnpm build completed
|
# make sure run after pnpm build completed to avoid break system packages
|
||||||
# Push client(only support pure text message)
|
# Push client(only support pure text message)
|
||||||
RUN pip install apprise --break-system-packages
|
RUN pip install apprise --break-system-packages
|
||||||
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
settings:
|
|
||||||
autoInstallPeers: true
|
|
||||||
excludeLinksFromLockfile: false
|
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
dayjs: 1.11.10
|
dayjs: 1.11.10
|
||||||
|
|
||||||
@ -254,8 +250,8 @@ importers:
|
|||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
isolated-vm:
|
isolated-vm:
|
||||||
specifier: ^4.6.0
|
specifier: ^4.7.2
|
||||||
version: 4.6.0
|
version: 4.7.2
|
||||||
jsonwebtoken:
|
jsonwebtoken:
|
||||||
specifier: ^9.0.2
|
specifier: ^9.0.2
|
||||||
version: 9.0.2
|
version: 9.0.2
|
||||||
@ -12837,8 +12833,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
|
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
/isolated-vm@4.6.0:
|
/isolated-vm@4.7.2:
|
||||||
resolution: {integrity: sha512-MEnfC/54q5PED3VJ9UJYJPOlU6mYFHS3ivR9E8yeNNBEFRFUNBnY0xO4Rj3D/SOtFKPNmsQp9NWUYSKZqAoZiA==}
|
resolution: {integrity: sha512-JVEs5gzWObzZK5+OlBplCdYSpokMcdhLSs/xWYYxmYWVfOOFF4oZJsYh7E/FmfX8e7gMioXMpMMeEyX1afuKrg==}
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -16804,7 +16800,7 @@ packages:
|
|||||||
engines: {node: '>=8.x'}
|
engines: {node: '>=8.x'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
date-fns: '>= 2.x'
|
date-fns: '>= 2.x'
|
||||||
dayjs: 1.11.10
|
dayjs: '>= 1.x'
|
||||||
luxon: '>= 3.x'
|
luxon: '>= 3.x'
|
||||||
moment: '>= 2.x'
|
moment: '>= 2.x'
|
||||||
react: '>=16.9.0'
|
react: '>=16.9.0'
|
||||||
@ -16833,7 +16829,7 @@ packages:
|
|||||||
engines: {node: '>=8.x'}
|
engines: {node: '>=8.x'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
date-fns: '>= 2.x'
|
date-fns: '>= 2.x'
|
||||||
dayjs: 1.11.10
|
dayjs: '>= 1.x'
|
||||||
luxon: '>= 3.x'
|
luxon: '>= 3.x'
|
||||||
moment: '>= 2.x'
|
moment: '>= 2.x'
|
||||||
react: '>=16.9.0'
|
react: '>=16.9.0'
|
||||||
@ -21399,3 +21395,7 @@ packages:
|
|||||||
/zwitch@2.0.4:
|
/zwitch@2.0.4:
|
||||||
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"express-validator": "^7.0.1",
|
"express-validator": "^7.0.1",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"is-localhost-ip": "^2.0.0",
|
"is-localhost-ip": "^2.0.0",
|
||||||
"isolated-vm": "^4.6.0",
|
"isolated-vm": "^4.7.2",
|
||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"maxmind": "^4.3.18",
|
"maxmind": "^4.3.18",
|
||||||
|
Loading…
Reference in New Issue
Block a user