diff --git a/package-lock.json b/package-lock.json index 4a000d62..6f4d8cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@astrojs/mdx": "^1.1.2", "@astrojs/react": "^3.0.3", "@astrojs/rss": "^3.0.0", - "@astrojs/sitemap": "^3.0.1", + "@astrojs/sitemap": "^3.0.2", "@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", @@ -17,7 +17,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "@mdx-js/react": "^2.3.0", - "astro": "^3.2.4", + "astro": "^3.3.2", "astro-google-analytics": "^1.0.3", "bootstrap": "^3.4.1", "date-fns": "^2.30.0", @@ -223,9 +223,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.1.tgz", - "integrity": "sha512-ErCthOQF0Yt6KkvaS+v/7CM6TxztOPHJjla4cbM3fBAFsDQbCS3tvoWSMqPJtmTFiy7veQ1eC5gH58FhPe85zg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.2.tgz", + "integrity": "sha512-ldxCDc0+QHcq2jH4WJFcz5iBc5/SqotEqpT91dhvoLqoRUT5U21rQ6u6qA4FyRVjpd/0Nt1kFjEsRbwoB8IKiQ==", "dependencies": { "sitemap": "^7.1.1", "zod": "3.21.1" @@ -1253,9 +1253,9 @@ } }, "node_modules/astro": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.3.0.tgz", - "integrity": "sha512-O3MsXULamxQMy6sBgv07iVe5teJ41o+9tVScB/Yo2Io0XwvLXVhjVrjAxKpulBcKpU3/LyOpVfj/x63fcONbPA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.3.2.tgz", + "integrity": "sha512-uyimGY0p1gYXKAZe3/RCfbqNbuwpEvPkTKF5TE63Glb9ZgeLUBXu+ZlsG4LIMxCQ40p5F0D5+zuNJdH+om2PQQ==", "dependencies": { "@astrojs/compiler": "^2.1.0", "@astrojs/internal-helpers": "0.2.1", @@ -1276,6 +1276,7 @@ "common-ancestor-path": "^1.0.1", "cookie": "^0.5.0", "debug": "^4.3.4", + "deterministic-object-hash": "^1.3.1", "devalue": "^4.3.2", "diff": "^5.1.0", "es-module-lexer": "^1.3.0", @@ -1304,7 +1305,7 @@ "shikiji": "^0.6.8", "string-width": "^6.1.0", "strip-ansi": "^7.1.0", - "tsconfck": "3.0.0-next.9", + "tsconfck": "^3.0.0", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7", "vite": "^4.4.9", @@ -2164,6 +2165,11 @@ "node": ">=8" } }, + "node_modules/deterministic-object-hash": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-1.3.1.tgz", + "integrity": "sha512-kQDIieBUreEgY+akq0N7o4FzZCr27dPG1xr3wq267vPwDlSXQ3UMcBXHqTGUBaM/5WDS1jwTYjxRhUzHeuiAvw==" + }, "node_modules/devalue": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz", @@ -6239,9 +6245,9 @@ } }, "node_modules/tsconfck": { - "version": "3.0.0-next.9", - "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0-next.9.tgz", - "integrity": "sha512-bgVlu3qcRUZpm9Au1IHiPDkb8XU+72bRkXrBaJsiAjIlixtkbKLe4q1odrrqG0rVHvh0Q4R3adT/nh1FwzftXA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz", + "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==", "bin": { "tsconfck": "bin/tsconfck.js" }, diff --git a/package.json b/package.json index f8a1c07b..b379521a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@astrojs/mdx": "^1.1.2", "@astrojs/react": "^3.0.3", "@astrojs/rss": "^3.0.0", - "@astrojs/sitemap": "^3.0.1", + "@astrojs/sitemap": "^3.0.2", "@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", @@ -17,7 +17,7 @@ "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "@mdx-js/react": "^2.3.0", - "astro": "^3.2.4", + "astro": "^3.3.2", "astro-google-analytics": "^1.0.3", "bootstrap": "^3.4.1", "date-fns": "^2.30.0",