Skip to content

Commit

Permalink
build: update deps for fix openpgp and postcss cve
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
  • Loading branch information
Certseeds committed Oct 26, 2023
1 parent 3d3c6ae commit 0a091ae
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 480 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
},
"dependencies": {
"idb": "^7.1.1",
"openpgp": "^5.9.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"openpgp": "^5.11.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@testing-library/vue": "^6.6.1",
"@types/node": "^18.17.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@types/node": "^18.18.7",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"@vue/tsconfig": "^0.1.3",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"only-allow": "^1.1.1",
"only-allow": "^1.2.1",
"typescript": "~4.7.4",
"vite": "^4.4.8",
"vite": "^4.5.0",
"vitest": "^0.29.8",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.21"
}
}

0 comments on commit 0a091ae

Please sign in to comment.