Skip to content

Commit bc8093f

Browse files
build: bump isolated-vm (#184)
1 parent 6f7919b commit bc8093f

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '20.x'
20+
node-version: '22.x'
2121
cache: 'pnpm'
2222

2323
- name: Install dependencies
@@ -49,7 +49,7 @@ jobs:
4949
- uses: pnpm/action-setup@v4
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: '20.x'
52+
node-version: '22.x'
5353
cache: 'pnpm'
5454

5555
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "20.x"
19+
node-version: "22.x"
2020
cache: "pnpm"
2121

2222
- name: Install dependencies

packages/webcrack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dist",
2525
"src/cli-wrapper.js"
2626
],
27-
"engines": {
28-
"node": ">=18.0.0 <19 || >=20.0.0 <21 || >=22.0.0 <23"
27+
"engines": {
28+
"node": ">=22.0.0 <23 || >=24.0.0 <25"
2929
},
3030
"scripts": {
3131
"build": "node esbuild.config.js && tsc -p tsconfig.build.json",
@@ -67,7 +67,7 @@
6767
"@codemod/matchers": "^1.7.1",
6868
"commander": "^13.1.0",
6969
"debug": "^4.4.0",
70-
"isolated-vm": "^5.0.4"
70+
"isolated-vm": "^6.0.1"
7171
},
7272
"devDependencies": {
7373
"@types/babel__generator": "^7.6.8",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)