File tree Expand file tree Collapse file tree 4 files changed +90
-82
lines changed Expand file tree Collapse file tree 4 files changed +90
-82
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " codemirror-json-schema " : patch
3+ ---
4+
5+ Fix vulnerability message for json-schema type dependency
Original file line number Diff line number Diff line change 3737
3838 - name : Test
3939 run : pnpm test:coverage
40+
41+ - name : Vulnerability Audit
42+ run : pnpm audit --prod
Original file line number Diff line number Diff line change 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" : {
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" : {
You can’t perform that action at this time.
0 commit comments