Skip to content

Commit

Permalink
Bump jsdom to fix deprecated punycode module
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Sep 28, 2024
1 parent 26563ac commit 42f82eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@
"test": "mocha spec/*.spec.js --timeout 7000 --retries 1"
},
"dependencies": {
"express": "~4.19",
"express": "~4.21",
"http-terminator": "~3.2",
"jsdom": "~24.1"
"jsdom": "~25.0"
},
"devDependencies": {
"@eslint/js": "~9.9",
"@types/express": "~4.17",
"@eslint/js": "~9.11",
"@types/express": "~5.0",
"@types/jsdom": "~21.1",
"@types/node": "~22.3",
"@types/node": "~22.7",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"eslint": "~9.9",
"eslint": "~9.11",
"fetch-json": "~3.3",
"jshint": "~2.13",
"mocha": "~10.7",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.5",
"typescript-eslint": "~8.1",
"typescript": "~5.6",
"typescript-eslint": "~8.7",
"w3c-html-validator": "~1.8"
}
}

0 comments on commit 42f82eb

Please sign in to comment.