diff --git a/package-lock.json b/package-lock.json index 3260589a..c9921231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@koa/cors": "^5.0.0", "@types/koa__cors": "^5.0.0", - "@types/node": "^22.8.6", + "@types/node": "^22.8.7", "@types/qunit": "^2.19.12", "archiver": "^7.0.1", "ava": "^6.2.0", @@ -23,7 +23,7 @@ "patch-package": "^8.0.0", "prettier": "^3.3.3", "prettier-plugin-jsdoc": "^1.3.0", - "puppeteer-core": "^23.6.1", + "puppeteer-core": "^23.7.0", "qunit": "^2.22.0", "raw-body": "^3.0.0", "selfsigned": "^2.4.1", @@ -31,7 +31,7 @@ "tsx": "^4.19.2", "typedoc": "^0.26.11", "typedoc-plugin-markdown": "^4.2.10", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^3.3.6", "typescript": "~5.6.3", "undici": "^6.20.1" }, @@ -632,13 +632,13 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz", - "integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.1.tgz", + "integrity": "sha512-0kdAbmic3J09I6dT8e9vE2JOCSt13wHCW5x/ly8TSt2bDtuIWe2TgLZZDHdcziw9AVCzflMAXCrVyRIhIs44Ng==", "dev": true, "license": "Apache-2.0", "dependencies": { - "debug": "^4.3.6", + "debug": "^4.3.7", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", @@ -970,9 +970,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", - "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", + "version": "22.8.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz", + "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==", "dev": true, "license": "MIT", "dependencies": { @@ -5954,13 +5954,13 @@ } }, "node_modules/puppeteer-core": { - "version": "23.6.1", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.6.1.tgz", - "integrity": "sha512-DoNLAzQfGklPauEn33N4h9cM9GubJSINEn+AUMwAXwW159Y9JLk5y34Jsbv4c7kG8P0puOYWV9leu2siMZ/QpQ==", + "version": "23.7.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.7.0.tgz", + "integrity": "sha512-0kC81k3K6n6Upg/k04xv+Mi8yy62bNAJiK7LCA71zfq2XKEo9WAzas1t6UQiLgaNHtGNKM0d1KbR56p/+mgEiQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.4.0", + "@puppeteer/browsers": "2.4.1", "chromium-bidi": "0.8.0", "debug": "^4.3.7", "devtools-protocol": "0.0.1354347", @@ -7473,9 +7473,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.5.tgz", - "integrity": "sha512-EsOmQ23eBYqFFEkjo/prud/h2O2QIPQwdVvpyocwn3SWWFCP1YfuTCs94/dDQG6Ikte7gik88ic7Md8fDvEmtw==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.3.6.tgz", + "integrity": "sha512-iz/+UBDEDqtymjgO6AQA7P4A/kiGmHVKSStGFz7rueZClfbpYaJB5T+xePMF4i0N7PxWMPrWzQd1+B6pn40w1w==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 237997f5..74005724 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@koa/cors": "^5.0.0", "@types/koa__cors": "^5.0.0", - "@types/node": "^22.8.6", + "@types/node": "^22.8.7", "@types/qunit": "^2.19.12", "archiver": "^7.0.1", "ava": "^6.2.0", @@ -89,7 +89,7 @@ "patch-package": "^8.0.0", "prettier": "^3.3.3", "prettier-plugin-jsdoc": "^1.3.0", - "puppeteer-core": "^23.6.1", + "puppeteer-core": "^23.7.0", "qunit": "^2.22.0", "raw-body": "^3.0.0", "selfsigned": "^2.4.1", @@ -97,7 +97,7 @@ "tsx": "^4.19.2", "typedoc": "^0.26.11", "typedoc-plugin-markdown": "^4.2.10", - "typedoc-plugin-mdn-links": "^3.3.5", + "typedoc-plugin-mdn-links": "^3.3.6", "typescript": "~5.6.3", "undici": "^6.20.1" }