diff --git a/package-lock.json b/package-lock.json index 396ef961..de924253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/preact": "^6.0.2", "@astrojs/rss": "4.0.19", "@astrojs/sitemap": "3.7.3", - "astro": "7.1.6", + "astro": "7.2.0", "preact": "^10.29.8" }, "devDependencies": { @@ -19,7 +19,7 @@ "@eslint/js": "10.0.1", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", - "eslint": "10.8.0", + "eslint": "10.8.1", "eslint-plugin-astro": "3.1.0", "globals": "17.9.0", "pagefind": "^1.5.2", @@ -3548,9 +3548,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", @@ -3560,7 +3560,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", @@ -4396,9 +4395,9 @@ } }, "node_modules/eslint": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz", - "integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz", + "integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 5e71c2d1..acc9176f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@astrojs/preact": "^6.0.2", "@astrojs/rss": "4.0.19", "@astrojs/sitemap": "3.7.3", - "astro": "7.1.6", + "astro": "7.2.0", "preact": "^10.29.8" }, "devDependencies": { @@ -41,7 +41,7 @@ "@eslint/js": "10.0.1", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", - "eslint": "10.8.0", + "eslint": "10.8.1", "eslint-plugin-astro": "3.1.0", "globals": "17.9.0", "pagefind": "^1.5.2",