Skip to content

Commit 4c9ca0a

Browse files
committed
fix non-impacting but noisy dependency vulnerabilities
1 parent ca1bed7 commit 4c9ca0a

File tree

4 files changed

+90
-82
lines changed

4 files changed

+90
-82
lines changed

.changeset/tiny-rocks-invite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"codemirror-json-schema": patch
3+
---
4+
5+
Fix vulnerability message for json-schema type dependency

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737

3838
- name: Test
3939
run: pnpm test:coverage
40+
41+
- name: Vulnerability Audit
42+
run: pnpm audit --prod

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@sagold/json-pointer": "^5.1.1",
5656
"@types/json-schema": "^7.0.12",
5757
"@types/node": "^20.4.2",
58-
"json-schema": "^0.2.3",
58+
"json-schema": "^0.4.0",
5959
"json-schema-library": "^8.0.0"
6060
},
6161
"optionalDependencies": {
@@ -76,16 +76,16 @@
7676
"@codemirror/commands": "^6.2.4",
7777
"@codemirror/theme-one-dark": "^6.1.2",
7878
"@evilmartians/lefthook": "^1.4.6",
79-
"@vitest/coverage-v8": "^0.33.0",
79+
"@vitest/coverage-v8": "^0.34.6",
8080
"codemirror": "^6.0.1",
8181
"codemirror-json5": "^1.0.3",
8282
"happy-dom": "^10.3.2",
8383
"json5": "^2.2.3",
8484
"typedoc": "^0.24.8",
8585
"typedoc-plugin-markdown": "^3.15.3",
8686
"typescript": "^5.1.6",
87-
"vite": "^4.4.4",
88-
"vitest": "0.33.0",
87+
"vite": "^4.5.0",
88+
"vitest": "0.34.6",
8989
"vitest-dom": "^0.1.0"
9090
},
9191
"scripts": {

0 commit comments

Comments
 (0)