diff --git a/package-lock.json b/package-lock.json index cae35926..38d976b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/sitemap": "^3.2.1", "@uswds/uswds": "3.10.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "dayjs": "^1.11.13", "typescript": "^5.7.2", "unist-util-visit": "^5.0.0" @@ -3130,9 +3130,9 @@ } }, "node_modules/astro": { - "version": "4.16.17", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", - "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -4779,15 +4779,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.16.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz", - "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==", - "dev": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, "node_modules/eslint/node_modules/@humanwhocodes/retry": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", diff --git a/package.json b/package.json index 605f5898..49817f77 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/sitemap": "^3.2.1", "@uswds/uswds": "3.10.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "dayjs": "^1.11.13", "typescript": "^5.7.2", "unist-util-visit": "^5.0.0"