Skip to content

Commit da0335f

Browse files
authored
update packages using axios to version past vulnerability (#684)
1 parent d771d15 commit da0335f

5 files changed

Lines changed: 84 additions & 96 deletions

File tree

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"vendor/antlr4-c3/index.ts": ["bash check-imports.sh"],
99
"*.js": ["oxlint --fix --type-aware --max-warnings 0"],
1010
"*(!cypher).json": ["oxfmt"],
11-
"*.yaml": ["oxfmt"],
11+
"*(!pnpm-lock).yaml": ["oxfmt"],
1212
"*.yml": ["oxfmt"]
1313
}

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@neo4j-cypher/language-support": "workspace:*",
4242
"@neo4j-cypher/lint-worker": "workspace:*",
4343
"@neo4j-cypher/query-tools": "workspace:*",
44-
"axios": "^1.9.0",
44+
"axios": "^1.15.2",
4545
"lodash.debounce": "^4.0.8",
4646
"neo4j-driver": "catalog:",
4747
"vscode-languageserver": "^8.1.0",

packages/lint-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@neo4j-cypher/language-support": "workspace:*",
5050
"@neo4j-cypher/query-tools": "workspace:*",
51-
"axios": "^1.9.0",
51+
"axios": "^1.15.2",
5252
"languageSupport-next.13": "npm:@neo4j-cypher/language-support@2.0.0-next.13",
5353
"vscode-languageserver": "^8.1.0",
5454
"vscode-languageserver-types": "^3.17.3",

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@neo4j-cypher/query-tools": "workspace:*",
5353
"@neo4j-ndl/base": "3.7.7",
5454
"@neo4j-ndl/react": "3.8.13",
55-
"axios": "1.9.0",
55+
"axios": "1.15.2",
5656
"neo4j-driver": "catalog:",
5757
"react": "18.3.1",
5858
"react-dom": "18.3.1",

0 commit comments

Comments
 (0)