diff --git a/package-lock.json b/package-lock.json index 13346c2..30df08c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "highlight.js": "^11.11.1", "markdown-it": "^15.0.0", "markdownlint-cli2": "^0.23.2", - "respec": "37.2.0", + "respec": "37.3.0", "vitest": "^4.0.1", "yaml": "^2.9.0", "yargs": "^18.1.0" @@ -381,12 +381,12 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.0.6.tgz", - "integrity": "sha512-B/gKoqlFkzhvzsI6jo9K1cZz9o5ypviVv/xu8CwA4grZzyVwN+XfkT+tu8T1zrauuEXv6VhS2oGX+6NL95WcKA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.2.0.tgz", + "integrity": "sha512-LlBrE8oqGfU7b1Nk2d5Q1SbuPhZxTj0cJEMDPEws28OjNMELlflekmPPuf4FnK03x0ZRjKaYwJElUcKK4kyqJA==", "license": "Apache-2.0", "dependencies": { - "modern-tar": "^0.7.6", + "modern-tar": "^0.8.0", "yargs": "^18.0.0" }, "bin": { @@ -1217,9 +1217,9 @@ } }, "node_modules/chromium-bidi": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-16.0.1.tgz", - "integrity": "sha512-J63PGu/9PpeCwLIcKYyzWP6yaVL5pxuBc0shlYCYM8BaAkmlwiQboXO1iNbOgSDbVklEyYFfNEcHD8oOAWacUA==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-17.0.2.tgz", + "integrity": "sha512-5v9GQFhTktFvotn/OFNJBmKLKRAb6n9r0bVCwf7sHgWc3/JryK0bj1nn93L3pHFrfgcsu6Be6EWsDi+1XHTGDg==", "license": "Apache-2.0", "dependencies": { "mitt": "^3.0.1", @@ -1597,9 +1597,9 @@ } }, "node_modules/devtools-protocol": { - "version": "0.0.1638949", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1638949.tgz", - "integrity": "sha512-mXwg4Fqnv0WR4iuAT/gYUmctNkjILwXFHyZ+m7Ty1dfr0ezZt2U3gnrrJTfRobJTHoXf+IbuFvFITzLrLFjwJA==", + "version": "0.0.1666840", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1666840.tgz", + "integrity": "sha512-gCcO42XCHKEs7Ag0S7aGYsnJ7hlgrO3qderYqeiY0Eqk+0GFfuvT13IA0hHreJTa2KCdDVyGMeOhdMNmrrTjVg==", "license": "BSD-3-Clause" }, "node_modules/dom-serializer": { @@ -3136,7 +3136,9 @@ } }, "node_modules/marked": { - "version": "18.0.5", + "version": "18.0.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.9.tgz", + "integrity": "sha512-/Sa4qiiHZxf0/FQdBBowr9q4r10krCwMvpK48FUBdXdUXScDxiQGR9zCPrFgRVR5LU3iySOiIjy09ZQvADir1w==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -4064,9 +4066,9 @@ "license": "MIT" }, "node_modules/modern-tar": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/modern-tar/-/modern-tar-0.7.6.tgz", - "integrity": "sha512-sweCIVXzx1aIGTCdzcMlSZt1h8k5Tmk08VNAuRk3IU28XamGiOH5ypi11g6De2CH7PhYqSSnGy2A/EFhbWnVKg==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/modern-tar/-/modern-tar-0.8.4.tgz", + "integrity": "sha512-gN54ddmyzEg10orwZ2u4OOv+bjpMWdIl5jIkodK97bMq8QBSL5c0D7YX0lT1Ooz+99S7+PvFbnxzdjgHo1r41g==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -4495,17 +4497,17 @@ } }, "node_modules/puppeteer": { - "version": "25.3.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.3.0.tgz", - "integrity": "sha512-O1tx8S315aw8eI99HZ5ZNcVEzJ9+jKF//eO5UvfZ3cXJ6okZ5sX3Y50u7DJaM+ewEK4LqXP068tBhfRaWikj+g==", + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.7.0.tgz", + "integrity": "sha512-zLBIYuW66SGwY7JNqGmiqeKiM92CYOs6xPibSRBPIeYGIfM1nE/8VCE8G0fGot2EfXENC4PbhktxLrQ0EK5Thg==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "3.0.6", - "chromium-bidi": "16.0.1", - "devtools-protocol": "0.0.1638949", + "@puppeteer/browsers": "3.2.0", + "chromium-bidi": "17.0.2", + "devtools-protocol": "0.0.1666840", "lilconfig": "^3.1.3", - "puppeteer-core": "25.3.0", + "puppeteer-core": "25.7.0", "typed-query-selector": "^2.12.2" }, "bin": { @@ -4516,17 +4518,17 @@ } }, "node_modules/puppeteer-core": { - "version": "25.3.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.3.0.tgz", - "integrity": "sha512-fm+wpUr2oigH1PXZvwgATrM2tYWHMDG8ASzTEe9uukCye4X5Ldx1K5BTHPFKITrIWvQQAQ256d1NpbEveBcKjA==", + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.7.0.tgz", + "integrity": "sha512-wgBBj7dU5ceGyoT2PCrJpkYOhxPY8mDOmcSKZP92Cj5GgqQ3kv/UxzawnOLxiYuupe4bDf/yiQm3bzs/1nI0rQ==", "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "3.0.6", - "chromium-bidi": "16.0.1", - "devtools-protocol": "0.0.1638949", + "@puppeteer/browsers": "3.2.0", + "chromium-bidi": "17.0.2", + "devtools-protocol": "0.0.1666840", "typed-query-selector": "^2.12.2", "webdriver-bidi-protocol": "0.4.2", - "ws": "^8.21.0" + "ws": "^8.21.1" }, "engines": { "node": ">=22.12.0" @@ -4639,15 +4641,15 @@ } }, "node_modules/respec": { - "version": "37.2.0", - "resolved": "https://registry.npmjs.org/respec/-/respec-37.2.0.tgz", - "integrity": "sha512-Uyo3EmzYT/z/ZCXKpt2gmUfCGOZzji2w1oY5zuAWxK5iR9uvJA8Aa/JWS8KPe9wQT27iLQKQV8KMOzOmVJNGOA==", + "version": "37.3.0", + "resolved": "https://registry.npmjs.org/respec/-/respec-37.3.0.tgz", + "integrity": "sha512-I0ARzzQvR/qrCaJxPUwiY70SUHt7YtjhIxVfVN8yj9Nblbow84/qtRUdKqk8spqvDKqM+MVmm2gDCoUBZEay6A==", "license": "W3C", "dependencies": { "colors": "1.4.0", "finalhandler": "^2.1.1", - "marked": "^18.0.4", - "puppeteer": "^25.0.4", + "marked": "^18.0.9", + "puppeteer": "^25.5.0", "sade": "^1.8.1", "serve-static": "^2.2.1" }, @@ -5698,9 +5700,9 @@ } }, "node_modules/ws": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", - "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "version": "8.21.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz", + "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 1d23fc4..07aceb9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "highlight.js": "^11.11.1", "markdownlint-cli2": "^0.23.2", "markdown-it": "^15.0.0", - "respec": "37.2.0", + "respec": "37.3.0", "vitest": "^4.0.1", "yaml": "^2.9.0", "yargs": "^18.1.0"