diff --git a/scripts/mock-gateway/package-lock.json b/scripts/mock-gateway/package-lock.json index 70ed706..78ddd55 100644 --- a/scripts/mock-gateway/package-lock.json +++ b/scripts/mock-gateway/package-lock.json @@ -8,13 +8,13 @@ "name": "ghostcrab-mock-gateway", "version": "0.1.0", "dependencies": { - "ws": "^8.21.1" + "ws": "^8.21.2" } }, "node_modules/ws": { - "version": "8.21.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", - "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", + "version": "8.21.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.2.tgz", + "integrity": "sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/scripts/mock-gateway/package.json b/scripts/mock-gateway/package.json index c2b12b9..5dfe0c0 100644 --- a/scripts/mock-gateway/package.json +++ b/scripts/mock-gateway/package.json @@ -8,7 +8,7 @@ "start": "node server.mjs" }, "dependencies": { - "ws": "^8.21.1" + "ws": "^8.21.2" }, "overrides": { "brace-expansion@1": "^1.1.16", diff --git a/site/package-lock.json b/site/package-lock.json index fb0d8d8..c375019 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.10", "@astrojs/mdx": "^7.0.5", "@astrojs/sitemap": "^3.2.1", - "astro": "^7.1.6", + "astro": "^7.2.0", "typescript": "^5.7.2" } }, @@ -1984,34 +1984,6 @@ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", "license": "MIT" }, - "node_modules/@rollup/pluginutils": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz", - "integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==", - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/pluginutils/node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "license": "MIT" - }, "node_modules/@shikijs/core": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.3.1.tgz", @@ -2464,9 +2436,9 @@ } }, "node_modules/astro": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.6.tgz", - "integrity": "sha512-83x9rYbHazMaZkYrAFRVZXSQx2moFkz0F7cjTDUF3GWfS0a3p2vZXG1ZdhV86rStHApQCodBJW+XTD37xISIrQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.0.tgz", + "integrity": "sha512-lLTYzx3fOvCmtwD3JVBLQcbORbIOW1/j0R+3IvJx/XKwMGrk7mFnF0BYSOeRiNw1qHUR5mdA6+hRnyvyDfqrWQ==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.2", @@ -2476,7 +2448,6 @@ "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", - "@rollup/pluginutils": "^5.3.0", "am-i-vibing": "^0.4.0", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", diff --git a/site/package.json b/site/package.json index 6dcfa82..358f6a0 100644 --- a/site/package.json +++ b/site/package.json @@ -14,7 +14,7 @@ "@astrojs/check": "^0.9.10", "@astrojs/mdx": "^7.0.5", "@astrojs/sitemap": "^3.2.1", - "astro": "^7.1.6", + "astro": "^7.2.0", "typescript": "^5.7.2" }, "overrides": {