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 2a73e20 commit 009584b
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 @@ -79,26 +79,26 @@
"examples": "npm test && node spec/examples.js"
},
"devDependencies": {
"@eslint/js": "~9.9",
"@eslint/js": "~9.11",
"@fortawesome/fontawesome-free": "~6.6",
"@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",
"csso-cli": "~4.0",
"dna-engine": "~3.2",
"eslint": "~9.9",
"eslint": "~9.11",
"esm-to-plain-js": "~1.1",
"fetch-json": "~3.3",
"jsdom": "~24.1",
"jsdom": "~25.0",
"jshint": "~2.13",
"mocha": "~10.7",
"replacer-util": "~1.3",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.5",
"typescript-eslint": "~8.1",
"typescript": "~5.6",
"typescript-eslint": "~8.7",
"uglify-js": "~3.19",
"w3c-html-validator": "~1.8",
"web-ignition": "~2.2"
Expand Down

0 comments on commit 009584b

Please sign in to comment.