There was an error while loading. Please reload this page.
1 parent 86ab94e commit cca7e64Copy full SHA for cca7e64
2 files changed
package.json
@@ -12,9 +12,9 @@
12
"@types/node": "^22.10.7",
13
"concurrently": "^9.2.1",
14
"husky": "^9.1.7",
15
- "lint-staged": "^16.2.6",
+ "lint-staged": "^17.0.7",
16
"typescript": "^5.9.3",
17
- "webpack-dev-server": "^5.2.2"
+ "webpack-dev-server": "^5.2.5"
18
},
19
"scripts": {
20
"install-dependencies": "./scripts/install-dependencies.sh",
@@ -35,8 +35,12 @@
35
"ajv": "^8.18.0",
36
"http-proxy-middleware": "^2.0.9",
37
"on-headers": "^1.1.0",
38
- "node-forge": "^1.3.2",
39
- "qs": "^6.14.2"
+ "node-forge": "^1.4.0",
+ "qs": "^6.14.2",
40
+ "shell-quote": "^1.8.4",
41
+ "fast-uri": "^3.1.1",
42
+ "picomatch": "^2.3.2",
43
+ "path-to-regexp": "^0.1.13"
44
45
"onlyBuiltDependencies": ["@biomejs/biome"]
46
}
0 commit comments