diff --git a/package-lock.json b/package-lock.json index 8641176752..f3dbeff7be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "next", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.5", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.4", @@ -16,8 +16,8 @@ "@fontsource-variable/overpass": "^5.1.2", "@fontsource-variable/roboto-flex": "^5.1.1", "@xmldom/xmldom": "^0.9.6", - "asciinema-player": "^3.8.1", - "astro": "^5.1.2", + "asciinema-player": "^3.8.2", + "astro": "^5.1.5", "astro-icon": "^1.1.5", "astro-seo": "^0.8.4", "class-variance-authority": "^0.7.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@iconify-json/mdi": "^1.2.2", - "@iconify-json/simple-icons": "^1.2.18", + "@iconify-json/simple-icons": "^1.2.19", "@iconify/tailwind": "^1.2.0", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", @@ -162,9 +162,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", - "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.5.tgz", + "integrity": "sha512-JhMCm4wf94PNHQDWKyez2ZVLcG5R6Cyjk8TmpqYVRrOTuU3GIWeDAoum7Q1p05SFD+nYwvXOcv42/m8pE3Ylug==", "dependencies": { "@astrojs/markdown-remark": "6.0.1", "@mdx-js/mdx": "^3.1.0", @@ -716,9 +716,9 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.18", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.18.tgz", - "integrity": "sha512-ae4ig7fxNXME1wl5og7Ocp82TM4jyz6IsOyI8GrteSbvHR9gaPu2Z01Amn5V/xo1Y7A7/+EH/3Ovpy2az/gYbg==", + "version": "1.2.19", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.19.tgz", + "integrity": "sha512-5ntmhLBUEKiakX3quPPXft+WfXIVfDINzTm3djZzzewah9ACxsCVaxoa4QVxlW8PMoF8jndXOqyHYZGCxwxoZw==", "dev": true, "dependencies": { "@iconify/types": "*" @@ -2353,9 +2353,9 @@ } }, "node_modules/asciinema-player": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.8.1.tgz", - "integrity": "sha512-NkpbFg81Y6iJFpDRndakLCQ0G26XSpvuT3vJTFjMRgHb26lqHgRNY9gun54e5MehZ4fEDNYkMZv+z6MfZ8c2aA==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.8.2.tgz", + "integrity": "sha512-Lgcnj9u/H6sRpGRX1my7Azcay6llLmB/GVkCGcDbPwdTVTisS1ir8SQ9jRWRvjlLUjpSJkN0euruvy3sLRM8tw==", "dependencies": { "@babel/runtime": "^7.21.0", "solid-js": "^1.3.0" @@ -2370,9 +2370,9 @@ } }, "node_modules/astro": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.2.tgz", - "integrity": "sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.5.tgz", + "integrity": "sha512-Q9TE4aNlczxVoPDoXR3UcjLezL+70z0KbTRXovE4ybpx0mgNL1jsmSWtF3UFXB5+GTf9JK7om5fbIaaMReKcUg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", @@ -2442,6 +2442,10 @@ "npm": ">=9.6.5", "pnpm": ">=7.1.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/astrodotbuild" + }, "optionalDependencies": { "sharp": "^0.33.3" } diff --git a/package.json b/package.json index 4721b9cb38..d8eb767a41 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "format:check": "prettier --check ./src" }, "dependencies": { - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.5", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.4", @@ -26,8 +26,8 @@ "@fontsource-variable/overpass": "^5.1.2", "@fontsource-variable/roboto-flex": "^5.1.1", "@xmldom/xmldom": "^0.9.6", - "asciinema-player": "^3.8.1", - "astro": "^5.1.2", + "asciinema-player": "^3.8.2", + "astro": "^5.1.5", "astro-icon": "^1.1.5", "astro-seo": "^0.8.4", "class-variance-authority": "^0.7.1", @@ -41,7 +41,7 @@ "devDependencies": { "@iconify-json/mdi": "^1.2.2", "@iconify/tailwind": "^1.2.0", - "@iconify-json/simple-icons": "^1.2.18", + "@iconify-json/simple-icons": "^1.2.19", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro-organize-imports": "^0.4.11",