Skip to content

Commit acdc483

Browse files
authored
fix(ai-integrations): resolve isolated-vm to ^6 and allow Node 22–24 (#2966)
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent 99e1d19 commit acdc483

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

workspaces/ai-integrations/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@internal/ai-integrations",
33
"version": "1.0.0",
44
"engines": {
5-
"node": "18 || 20"
5+
"node": "22 || 24"
66
},
77
"scripts": {
88
"dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
@@ -50,7 +50,8 @@
5050
},
5151
"resolutions": {
5252
"@types/react": "^18",
53-
"@types/react-dom": "^18"
53+
"@types/react-dom": "^18",
54+
"isolated-vm": "^6.0.1"
5455
},
5556
"prettier": "@spotify/prettier-config",
5657
"lint-staged": {

workspaces/ai-integrations/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23588,13 +23588,13 @@ __metadata:
2358823588
languageName: node
2358923589
linkType: hard
2359023590

23591-
"isolated-vm@npm:^5.0.1":
23592-
version: 5.0.4
23593-
resolution: "isolated-vm@npm:5.0.4"
23591+
"isolated-vm@npm:^6.0.1":
23592+
version: 6.1.2
23593+
resolution: "isolated-vm@npm:6.1.2"
2359423594
dependencies:
2359523595
node-gyp: "npm:latest"
23596-
prebuild-install: "npm:^7.1.2"
23597-
checksum: 10c0/3576ac27a907d2cd100590276fb31870eb702a0e7aeb43d6cdd8b76f57264211983ff6b8e6815f86c8376377fedb5cf22e94e663171935e04e2e96bffd944ca9
23596+
node-gyp-build: "npm:^4.8.4"
23597+
checksum: 10c0/2209032b8296e6af49250f7e04ab904e9c331bbbf1bdf8eeca78e32ed6bd98c84ced42b785127f0f2828a1c5e66d82cb2bf1459e973620e19b485c5a00252e98
2359823598
languageName: node
2359923599
linkType: hard
2360023600

@@ -29347,7 +29347,7 @@ __metadata:
2934729347
languageName: node
2934829348
linkType: hard
2934929349

29350-
"prebuild-install@npm:^7.1.1, prebuild-install@npm:^7.1.2":
29350+
"prebuild-install@npm:^7.1.1":
2935129351
version: 7.1.3
2935229352
resolution: "prebuild-install@npm:7.1.3"
2935329353
dependencies:

0 commit comments

Comments
 (0)