|
11 | 11 | }, |
12 | 12 | "homepage": "https://github.com/kong/insomnia#readme", |
13 | 13 | "engines": { |
14 | | - "node": ">=24", |
| 14 | + "node": ">=24.18.0", |
15 | 15 | "npm": ">=11" |
16 | 16 | }, |
17 | 17 | "workspaces": [ |
|
31 | 31 | "type-check": "npm run type-check --workspaces --if-present", |
32 | 32 | "test": "npm run test --workspaces --if-present", |
33 | 33 | "clean": "git clean -dfX", |
34 | | - "install-libcurl-electron": "node-pre-gyp install --directory node_modules/@getinsomnia/node-libcurl --update-binary --runtime=electron --target=41.0.3", |
35 | | - "install-libcurl-node": "node-pre-gyp install --directory node_modules/@getinsomnia/node-libcurl --update-binary --runtime=node --target=24.14.0", |
| 34 | + "install-libcurl-electron": "node-pre-gyp install --directory node_modules/@getinsomnia/node-libcurl --update-binary --runtime=electron --target=43.2.0", |
| 35 | + "install-libcurl-node": "node-pre-gyp install --directory node_modules/@getinsomnia/node-libcurl --update-binary --runtime=node --target=24.18.0", |
36 | 36 | "inso-start": "npm start -w insomnia-inso", |
37 | 37 | "inso-package": "npm run build -w insomnia-inso && npm run package -w insomnia-inso", |
38 | 38 | "watch:app": "npm run build:electron-entrypoints -w insomnia && npm run start:dev-server -w insomnia", |
|
83 | 83 | } |
84 | 84 | }, |
85 | 85 | "dependencies": { |
86 | | - "@getinsomnia/node-libcurl": "3.2.2", |
| 86 | + "@getinsomnia/node-libcurl": "3.3.0", |
87 | 87 | "ajv": "^8.17.1" |
| 88 | + }, |
| 89 | + "allowScripts": { |
| 90 | + "@getinsomnia/node-libcurl@3.3.0": true, |
| 91 | + "@scarf/scarf@1.4.0": true, |
| 92 | + "electron-winstaller@5.4.0": true, |
| 93 | + "esbuild@0.25.12": true, |
| 94 | + "esbuild@0.27.5": true, |
| 95 | + "fsevents@2.3.2": true, |
| 96 | + "fsevents@2.3.3": true, |
| 97 | + "node-llama-cpp@3.18.1": true, |
| 98 | + "protobufjs@7.6.4": true |
88 | 99 | } |
89 | 100 | } |
0 commit comments