Skip to content

Commit

Permalink
chore: upgrade isolated-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 28, 2024
1 parent 00a0459 commit bf1604d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf1604d

Please sign in to comment.