diff --git a/package-lock.json b/package-lock.json index 0ae97b0b2d..91874d0bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "devDependencies": { "@actions/core": "^2.0.2", "@astrojs/mdx": "^4.3.13", - "@astrojs/sitemap": "^3.6.1", + "@astrojs/sitemap": "^3.7.0", "@astrojs/ts-plugin": "^1.10.6", "@babel/core": "^7.28.5", "@biomejs/biome": "^2.3.11", @@ -55,7 +55,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.52.0", - "astro": "^5.16.9", + "astro": "^5.16.10", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", @@ -511,9 +511,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.6.1.tgz", - "integrity": "sha512-+o+TbxXqQJAOd+HxCjz/5RdAMrRFGjeuO+U6zddUuTO59WqMqXnsc8uveRiEr2Ff+3McZiEne7iG4J5cnuI6kA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.0.tgz", + "integrity": "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==", "dev": true, "license": "MIT", "dependencies": { @@ -2110,9 +2110,9 @@ } }, "node_modules/@expressive-code/core": { - "version": "0.41.5", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.5.tgz", - "integrity": "sha512-II5TEy5eOoXiqPwqtpSqwamUd7lZS3YH3ofxR1ZyQMmygqORZn8/7SzgfF8G0kB7uKCBzFZT6RgKgCuHcJuPpA==", + "version": "0.41.6", + "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.6.tgz", + "integrity": "sha512-FvJQP+hG0jWi/FLBSmvHInDqWR7jNANp9PUDjdMqSshHb0y7sxx3vHuoOr6SgXjWw+MGLqorZyPQ0aAlHEok6g==", "dev": true, "license": "MIT", "dependencies": { @@ -2149,13 +2149,13 @@ } }, "node_modules/@expressive-code/plugin-text-markers": { - "version": "0.41.5", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.5.tgz", - "integrity": "sha512-0DSiTsjWFEz6/iuLOGNNy2GaeCW41OwnVJMKx1tS+XKeQxAL89UkZP3egWNzxjWNHNMzEv3ZWWWYqbonEQlv/Q==", + "version": "0.41.6", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.6.tgz", + "integrity": "sha512-PBFa1wGyYzRExMDzBmAWC6/kdfG1oLn4pLpBeTfIRrALPjcGA/59HP3e7q9J0Smk4pC7U+lWkA2LHR8FYV8U7Q==", "dev": true, "license": "MIT", "dependencies": { - "@expressive-code/core": "^0.41.5" + "@expressive-code/core": "^0.41.6" } }, "node_modules/@fastify/busboy": { @@ -6343,9 +6343,9 @@ } }, "node_modules/astro": { - "version": "5.16.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.9.tgz", - "integrity": "sha512-gJvoZv0v8xCcKBcsxz1ZfXqoJ7sJJcyoKP8bUTjkuD4vDShLe0N26em4LQxitVv/2HLOpldQg67bEHB/qGoxJA==", + "version": "5.16.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.10.tgz", + "integrity": "sha512-mBaRwFrqwCHiKDvvfNW2rRRkLAqnkj3lbkte6Vg4OzeUiDyEsdU4oOqTZxHJf/mxzZvBiU37BxG1oeh+tq1IUA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -6367,7 +6367,7 @@ "debug": "^4.4.3", "deterministic-object-hash": "^2.0.2", "devalue": "^5.6.1", - "diff": "^5.2.0", + "diff": "^8.0.3", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", @@ -6599,6 +6599,15 @@ "vfile": "^6.0.3" } }, + "node_modules/astro/node_modules/diff": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", + "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/astro/node_modules/picomatch": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", @@ -7689,9 +7698,9 @@ } }, "node_modules/devalue": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.1.tgz", - "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.2.tgz", + "integrity": "sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==", "license": "MIT" }, "node_modules/devlop": { @@ -7709,6 +7718,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", + "dev": true, "engines": { "node": ">=0.3.1" } diff --git a/package.json b/package.json index 9a9e308e35..5cbbbc28b3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@actions/core": "^2.0.2", "@astrojs/mdx": "^4.3.13", - "@astrojs/sitemap": "^3.6.1", + "@astrojs/sitemap": "^3.7.0", "@astrojs/ts-plugin": "^1.10.6", "@babel/core": "^7.28.5", "@biomejs/biome": "^2.3.11", @@ -29,7 +29,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.52.0", - "astro": "^5.16.9", + "astro": "^5.16.10", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", diff --git a/src/data/enterprise-releases.json b/src/data/enterprise-releases.json index 11e6d3f157..192df10a9f 100644 --- a/src/data/enterprise-releases.json +++ b/src/data/enterprise-releases.json @@ -1,4 +1,8 @@ [ + { + "version": "8.12.0", + "releasedAt": "2026-01-14 10:43:49 +0000" + }, { "version": "8.11.0", "releasedAt": "2025-12-11 16:23:41 +0000"