Skip to content

Commit

Permalink
fix(vitest): patch vite security issue
Browse files Browse the repository at this point in the history
update vitest dev dependencies to latest and run npm audit fix to patch found vulnerabilities

fix #5
  • Loading branch information
vmalnathnambiar committed Apr 4, 2024
1 parent 0317f8f commit c377a11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"@types/pako": "^2.0.3",
"@types/papaparse": "^5.3.14",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-cheminfo": "^9.2.0",
"prettier": "^2.8.8",
"semantic-release": "^23.0.5",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"dependencies": {
"arraybuffer-xml-parser": "^0.6.0",
Expand Down

0 comments on commit c377a11

Please sign in to comment.