Skip to content

Commit

Permalink
chore(deps): update dependencies (#247)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* chore(deps): rollback `jsdom` version

- seems not support `node.js 14`
  • Loading branch information
yoshinorin authored Jun 1, 2023
1 parent 73bfe57 commit 5e48151
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
],
"license": "MIT",
"dependencies": {
"dompurify": "^2.4.0",
"dompurify": "^3.0.3",
"hexo-util": "^3.0.1",
"jsdom": "^20.0.1",
"marked": "^4.1.1"
"marked": "^4.3.0"
},
"devDependencies": {
"c8": "^7.12.0",
"chai": "^4.3.6",
"eslint": "^8.24.0",
"c8": "^7.13.0",
"chai": "^4.3.7",
"eslint": "^8.41.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^6.3.0",
"mocha": "^10.0.0"
"mocha": "^10.2.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 5e48151

Please sign in to comment.