Skip to content

Commit

Permalink
Merge pull request #378 from KxSystems/fix-snyk-main
Browse files Browse the repository at this point in the history
Fix snyk vulnerability in  main
  • Loading branch information
Philip-Carneiro-KX authored Jul 10, 2024
2 parents d3ecedc + 566fc34 commit 273807f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
version: v1.5.0
ignore:
"SNYK-JS-AGGRIDCOMMUNITY-7414157":
- "*":
reason: "Fix not published yet. When the fix is published, we'll update the package.json to use the fixed version."
expires: "2050-01-01T00:00:00.000Z"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the **kdb VS Code extension** are documented in this file.

# v1.6.1

### Fixes

- Update Ag-Grid package to avoid prototype pollution

# v1.6.0

### Enhancements
Expand Down
22 changes: 16 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "1.6.0",
"version": "1.6.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down Expand Up @@ -874,7 +874,7 @@
"@types/graceful-fs": "^4.1.9",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@windozer/node-q": "^2.6.0",
"ag-grid-community": "^31.3.1",
"ag-grid-community": "^32.0.1",
"axios": "^1.7.2",
"chevrotain": "^10.5.0",
"csv-parser": "^3.0.0",
Expand Down

0 comments on commit 273807f

Please sign in to comment.