diff --git a/package-lock.json b/package-lock.json index 566aa04b6..8cda788f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "4.0.0-beta1", "license": "MIT", "devDependencies": { - "@astrojs/check": "^0.6.0", - "@astrojs/mdx": "^3.0.0", + "@astrojs/check": "^0.7.0", + "@astrojs/mdx": "^3.0.1", "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.5.17", + "astro": "^4.9.1", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -60,12 +60,12 @@ } }, "node_modules/@astrojs/check": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.6.0.tgz", - "integrity": "sha512-Q6fct7FvByTf0L5lvH2QwFelXtLViWhPNgMfOvrGq7spV5SPX9jQPoFxH+nRFh1oDhBBIWImRjkSpSyhX9fQHA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.7.0.tgz", + "integrity": "sha512-UTqwOeKNu9IYZmJXEeWnQuTdSd/pX58Hl4TUARsMlT97SVDL//kLBE4T/ctxRz6J573N87oE5ddtW/uOOnQTug==", "dev": true, "dependencies": { - "@astrojs/language-server": "^2.9.0", + "@astrojs/language-server": "^2.10.0", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", @@ -512,9 +512,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.0.tgz", - "integrity": "sha512-t1x+fmRA7w/AUWEhvWsMjw8op29mkzkpLN+AfsrtIAnGCf5y3NhcDwamKBvHDUTw/SdM3dn0JMi+JGaGnocDmw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.1.tgz", + "integrity": "sha512-UcPja14Qt6OEm7Wjak41Qa5f7G1M0oB2ARCsyIkXy6+Z65fJ6c1648UqEOqnEgR6Xtqq+V47wtK2qSP6KQKrAg==", "dev": true, "dependencies": { "@astrojs/markdown-remark": "5.1.0", @@ -3380,9 +3380,9 @@ } }, "node_modules/astro": { - "version": "4.8.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.6.tgz", - "integrity": "sha512-psHIfK+e+bMPhRwghV9yCGH/uc1jvY4DHmDZdoEepax9yA7kzYH0wt3dpkqlcrO2zxl5jzSC3DmqZfkD6wnW9A==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.1.tgz", + "integrity": "sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.8.0", diff --git a/package.json b/package.json index 3619ade20..39449ceba 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,12 @@ "url": "https://github.com/ColorlibHQ/AdminLTE/issues" }, "devDependencies": { - "@astrojs/check": "^0.6.0", - "@astrojs/mdx": "^3.0.0", + "@astrojs/check": "^0.7.0", + "@astrojs/mdx": "^3.0.1", "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.5.17", + "astro": "^4.9.1", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",