Skip to content

Commit d06fe08

Browse files
authored
Security enhancements (#830)
1 parent 61b2ed8 commit d06fe08

4 files changed

Lines changed: 25 additions & 21 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build": "npm run copy-schema && tsc -p ./ && npm run build-webviews",
3333
"build-webviews": "cd ./webviews && npm run build && cd ..",
3434
"lint": "eslint \"./src/**/*.ts\"",
35-
"audit": "npm audit || audit-ci --config ./audit-ci.jsonc && cd webviews && npm run audit",
35+
"audit": "npm audit --audit-level=high || audit-ci --config ./audit-ci.jsonc && cd webviews && npm run audit",
3636
"watch": "npm run copy-schema && tsc -w -p ./",
3737
"watch-webviews": "cd ./webviews && npm run watch",
3838
"watch-all": "ts-node ./scripts/watch-all.ts",
@@ -141,6 +141,9 @@
141141
},
142142
"overrides": {
143143
"serialize-javascript": "^7.0.5",
144+
"tmp": "^0.2.7",
145+
"http-proxy-middleware": "^3.0.7",
146+
"form-data": "^2.5.6",
144147
"@deboxsoft/cpx": {
145148
"shell-quote": "^1.8.4"
146149
}

webviews/package-lock.json

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

webviews/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"watch": "vite build --watch",
88
"build": "vite build",
99
"check": "svelte-check --tsconfig ./tsconfig.json",
10-
"audit": "npm audit"
10+
"audit": "npm audit --audit-level=high"
1111
},
1212
"devDependencies": {
1313
"@sveltejs/vite-plugin-svelte": "^5.1.1",
@@ -18,6 +18,6 @@
1818
"svelte-codicons": "^0.21.0",
1919
"tslib": "^2.4.1",
2020
"typescript": "^5.5.4",
21-
"vite": "^6.4.2"
21+
"vite": "^6.4.3"
2222
}
2323
}

0 commit comments

Comments
 (0)