Skip to content

Commit f5300b3

Browse files
Copilotmsenechal
andcommitted
Fix security vulnerabilities: update vite, typescript-eslint, neo4j packages, and add lodash override
Co-authored-by: msenechal <56915224+msenechal@users.noreply.github.com> Agent-Logs-Url: https://github.com/neo4j-labs/neo4j-needle-starterkit/sessions/a915eb66-1034-4d50-bfd2-5572e82f4bdd
1 parent fe52512 commit f5300b3

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@neo4j-ndl/base": "^3.7.10",
15-
"@neo4j-ndl/react": "^3.8.22",
16-
"@neo4j-nvl/react": "^0.3.8",
17-
"@tanstack/react-table": "^8.9.3",
14+
"@neo4j-ndl/base": "^3.7.36",
15+
"@neo4j-ndl/react": "^3.9.26",
16+
"@neo4j-nvl/react": "^1.1.0",
17+
"@tanstack/react-table": "^8.21.3",
1818
"autoprefixer": "^10.4.17",
1919
"eslint-plugin-react": "^7.33.2",
2020
"neo4j-driver": "^5.14.0",
@@ -32,16 +32,22 @@
3232
"@types/node": "^20.11.16",
3333
"@types/react": "^18.2.15",
3434
"@types/react-dom": "^18.2.7",
35-
"@typescript-eslint/eslint-plugin": "^6.0.0",
36-
"@typescript-eslint/parser": "^6.0.0",
37-
"@vitejs/plugin-react": "^4.0.3",
38-
"eslint": "^8.45.0",
35+
"@typescript-eslint/eslint-plugin": "^7.18.0",
36+
"@typescript-eslint/parser": "^7.18.0",
37+
"@vitejs/plugin-react": "^4.3.4",
38+
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^8.5.0",
4040
"eslint-plugin-react-hooks": "^4.6.0",
4141
"eslint-plugin-react-refresh": "^0.4.3",
4242
"prettier": "^2.7.1",
4343
"typescript": "5.3.3",
44-
"vite": "^4.4.5"
44+
"vite": "^6.4.1"
45+
},
46+
"resolutions": {
47+
"lodash": "4.17.23"
48+
},
49+
"overrides": {
50+
"lodash": "4.17.23"
4551
},
4652
"packageManager": "yarn@1.22.22"
4753
}

0 commit comments

Comments
 (0)