Skip to content

Commit 0542007

Browse files
authored
Merge pull request #1335 from joshunrau/update-axios
fix critical security vulnerability in axios
2 parents fd251ff + 1420643 commit 0542007

File tree

3 files changed

+5186
-3273
lines changed

3 files changed

+5186
-3273
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendatacapture",
33
"type": "module",
4-
"version": "1.13.7",
4+
"version": "1.13.8",
55
"private": true,
66
"packageManager": "pnpm@10.7.0",
77
"license": "Apache-2.0",
@@ -28,8 +28,6 @@
2828
"preview:core": "env-cmd turbo run preview --filter=@opendatacapture/api --filter=@opendatacapture/gateway --filter=@opendatacapture/web",
2929
"test": "env-cmd vitest",
3030
"test:coverage": "vitest --coverage",
31-
"test:cy": "env-cmd --use-shell 'start-server-and-test dev:test \"http://localhost:${API_DEV_SERVER_PORT}|http://localhost:${GATEWAY_DEV_SERVER_PORT}/api/healthcheck|http://localhost:${WEB_DEV_SERVER_PORT}\" test:cy:run'",
32-
"test:cy:run": "pnpm ws cypress test",
3331
"test:e2e": "env-cmd turbo run test:e2e",
3432
"ws": "./scripts/workspace.sh $@"
3533
},
@@ -56,7 +54,6 @@
5654
"prettier-plugin-astro": "^0.14.1",
5755
"prettier-plugin-tailwindcss": "^0.6.10",
5856
"sort-json": "^2.0.1",
59-
"start-server-and-test": "^2.0.10",
6057
"tsx": "catalog:",
6158
"turbo": "^2.3.3",
6259
"typescript": "5.6.x",

0 commit comments

Comments
 (0)