From b19689b4fc3b0bf2d9bda880ba69a76633a1bf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:37:33 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates (#27) Bumps the dev-dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `astro` from 5.1.5 to 5.1.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.1.6/packages/astro) Updates `@types/node` from 22.10.5 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++---------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e41ac7e..858ae34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "@fontsource/borel": "^5.1.1", - "astro": "^5.1.3", + "astro": "^5.1.6", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15", @@ -26,7 +26,7 @@ "@iconify-json/mdi": "^1.2.1", "@iconify-json/simple-icons": "^1.2.18", "@tailwindcss/typography": "^0.5.15", - "@types/node": "^22.10.5", + "@types/node": "^22.10.6", "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9" @@ -1857,10 +1857,9 @@ } }, "node_modules/@types/node": { - "version": "22.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", - "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", - "license": "MIT", + "version": "22.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz", + "integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==", "dependencies": { "undici-types": "~6.20.0" } @@ -2179,10 +2178,9 @@ } }, "node_modules/astro": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.5.tgz", - "integrity": "sha512-Q9TE4aNlczxVoPDoXR3UcjLezL+70z0KbTRXovE4ybpx0mgNL1jsmSWtF3UFXB5+GTf9JK7om5fbIaaMReKcUg==", - "license": "MIT", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.6.tgz", + "integrity": "sha512-LpTazCIW6syxFePi65gg2ptqqC2kR+PDRym3V23hEQj5yCf+T0t5v9qtp3fW0/+6G+JvP0EprCfCRTt7h/hexg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", diff --git a/package.json b/package.json index e1cb707..a8ecb46 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.0", "@fontsource/borel": "^5.1.1", - "astro": "^5.1.3", + "astro": "^5.1.6", "astro-icon": "^1.1.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^3.4.15", @@ -29,7 +29,7 @@ "@iconify-json/mdi": "^1.2.1", "@iconify-json/simple-icons": "^1.2.18", "@tailwindcss/typography": "^0.5.15", - "@types/node": "^22.10.5", + "@types/node": "^22.10.6", "prettier": "^3.4.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.9"