Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-04-21 18:01:41 +00:00
parent c9f0d30a86
commit 95d52b7807
647 changed files with 498055 additions and 3880 deletions

14
node_modules/jsdom/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "26.0.0",
"version": "26.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
@ -25,8 +25,7 @@
"dependencies": {
"cssstyle": "^4.2.1",
"data-urls": "^5.0.0",
"decimal.js": "^10.4.3",
"form-data": "^4.0.1",
"decimal.js": "^10.5.0",
"html-encoding-sniffer": "^4.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
@ -36,12 +35,12 @@
"rrweb-cssom": "^0.8.0",
"saxes": "^6.0.0",
"symbol-tree": "^3.2.4",
"tough-cookie": "^5.0.0",
"tough-cookie": "^5.1.1",
"w3c-xmlserializer": "^5.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-encoding": "^3.1.1",
"whatwg-mimetype": "^4.0.0",
"whatwg-url": "^14.1.0",
"whatwg-url": "^14.1.1",
"ws": "^8.18.0",
"xml-name-validator": "^5.0.0"
},
@ -56,12 +55,12 @@
"devDependencies": {
"@domenic/eslint-config": "^4.0.1",
"benchmark": "^2.1.4",
"eslint": "^9.17.0",
"eslint": "^9.20.0",
"eslint-plugin-html": "^8.1.2",
"globals": "^15.14.0",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.5",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"mocha-sugar-free": "^1.4.0",
"pngjs": "^7.0.0",
"server-destroy": "^1.0.1",
@ -86,6 +85,7 @@
"generate-js-globals": "node ./scripts/generate-js-globals.js"
},
"main": "./lib/api.js",
"type": "commonjs",
"engines": {
"node": ">=18"
}