chore: upgrade isolated-vm

This commit is contained in:
moonrailgun 2024-01-28 16:51:44 +08:00
parent 00a045915e
commit bf1604d9ec
3 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile
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)
RUN pip install apprise --break-system-packages

View File

@ -1,9 +1,5 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
dayjs: 1.11.10
@ -254,8 +250,8 @@ importers:
specifier: ^2.0.0
version: 2.0.0
isolated-vm:
specifier: ^4.6.0
version: 4.6.0
specifier: ^4.7.2
version: 4.7.2
jsonwebtoken:
specifier: ^9.0.2
version: 9.0.2
@ -12837,8 +12833,8 @@ packages:
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
engines: {node: '>=0.10.0'}
/isolated-vm@4.6.0:
resolution: {integrity: sha512-MEnfC/54q5PED3VJ9UJYJPOlU6mYFHS3ivR9E8yeNNBEFRFUNBnY0xO4Rj3D/SOtFKPNmsQp9NWUYSKZqAoZiA==}
/isolated-vm@4.7.2:
resolution: {integrity: sha512-JVEs5gzWObzZK5+OlBplCdYSpokMcdhLSs/xWYYxmYWVfOOFF4oZJsYh7E/FmfX8e7gMioXMpMMeEyX1afuKrg==}
engines: {node: '>=16.0.0'}
requiresBuild: true
dependencies:
@ -16804,7 +16800,7 @@ packages:
engines: {node: '>=8.x'}
peerDependencies:
date-fns: '>= 2.x'
dayjs: 1.11.10
dayjs: '>= 1.x'
luxon: '>= 3.x'
moment: '>= 2.x'
react: '>=16.9.0'
@ -16833,7 +16829,7 @@ packages:
engines: {node: '>=8.x'}
peerDependencies:
date-fns: '>= 2.x'
dayjs: 1.11.10
dayjs: '>= 1.x'
luxon: '>= 3.x'
moment: '>= 2.x'
react: '>=16.9.0'
@ -21399,3 +21395,7 @@ packages:
/zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
dev: true
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false

View File

@ -36,7 +36,7 @@
"express-validator": "^7.0.1",
"fs-extra": "^11.2.0",
"is-localhost-ip": "^2.0.0",
"isolated-vm": "^4.6.0",
"isolated-vm": "^4.7.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"maxmind": "^4.3.18",