Skip to content

Commit

Permalink
fix non-impacting but noisy dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 6, 2023
1 parent ca1bed7 commit 3dd8f75
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@sagold/json-pointer": "^5.1.1",
"@types/json-schema": "^7.0.12",
"@types/node": "^20.4.2",
"json-schema": "^0.2.3",
"json-schema": "^0.4.0",
"json-schema-library": "^8.0.0"
},
"optionalDependencies": {
Expand All @@ -76,16 +76,16 @@
"@codemirror/commands": "^6.2.4",
"@codemirror/theme-one-dark": "^6.1.2",
"@evilmartians/lefthook": "^1.4.6",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"codemirror": "^6.0.1",
"codemirror-json5": "^1.0.3",
"happy-dom": "^10.3.2",
"json5": "^2.2.3",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vitest": "0.33.0",
"vite": "^4.5.0",
"vitest": "0.34.6",
"vitest-dom": "^0.1.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 3dd8f75

Please sign in to comment.