diff --git a/Gemfile.lock b/Gemfile.lock index dd9c5979..7c60cc14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: a4e40cc888d21e4145efb68c6ac5d0b726fe3ddd + revision: 861cc9cae785510cc7120185b458390c18fd615a specs: html2rss (0.17.0) addressable (~> 2.7) @@ -93,7 +93,7 @@ GEM logger mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (3.2025.0924) - net-http (0.6.0) + net-http (0.7.0) uri nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) @@ -118,13 +118,13 @@ GEM thor (1.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.4) + uri (1.1.0) websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) zeitwerk (2.7.3) - zlib (3.2.1) + zlib (3.2.2) PLATFORMS arm64-darwin-24 diff --git a/package-lock.json b/package-lock.json index d2822e98..1dc3b9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": { @@ -100,9 +100,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.1.tgz", - "integrity": "sha512-Fmt8mIsAIZN18Y4YQDI6p521GsYGe4hYxh9jWmz0pHBXnS5J7Na3TSXNya4eyIymCcKkuiKFbs7b/knsdGVYPg==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.2.tgz", + "integrity": "sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -1080,9 +1080,9 @@ } }, "node_modules/astro": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", - "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", + "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -1139,7 +1139,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.17.0", "vfile": "^6.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitefu": "^1.1.1", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 39ff0743..e6ccda1d 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": {