From 72d2fca301e516e650e45698d507ee1dfa8adbd5 Mon Sep 17 00:00:00 2001 From: Samir F Date: Sun, 26 Jan 2025 15:35:44 -0500 Subject: [PATCH] Merging NPM dependency updates (#373) --- website/package-lock.json | 38 +++++++++++++++++++++++++++++--------- website/package.json | 5 +++-- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 7d8f1c8a..cf7c0a14 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -12,15 +12,16 @@ "dependencies": { "@hyas/doks-core": "^1.6.1", "@hyas/images": "^3.2.0", - "@hyas/inline-svg": "^1.0.5", + "@hyas/inline-svg": "^1.1.0", "@hyas/seo": "^2.3.0", - "@tabler/icons": "^2.40.0", + "@tabler/icons": "^3.29.0", "autoprefixer": "^10.4.20", "cross-spawn": "^7.0.6", "exec-bin": "^1.0.0", "gethyas": "^2.4.2", "hugo-installer": "^4.0.1", "nanoid": "^5.0.9", + "pnpm": "^9.15.4", "postcss": "^8.5.1", "postcss-cli": "^11.0.0" }, @@ -1558,11 +1559,13 @@ } }, "node_modules/@hyas/inline-svg": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@hyas/inline-svg/-/inline-svg-1.0.5.tgz", - "integrity": "sha512-zeR+mRyf9oKCztaM7Tw31S1on1eY0TZMF4lwlaKCYoN3bPxA2KJQB0I/SxCq3p0CHzdGs+J0ESnSp3H0Xg63fw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@hyas/inline-svg/-/inline-svg-1.1.0.tgz", + "integrity": "sha512-qvK8q6N4913kaDxYgiVVihkvGkk0LOuk0xG6A7KKMairsFx/l3sBwse0pX6xFcexD3aYYK36AWZuQ2VfZOrx/g==", + "deprecated": "Package no longer supported. Use https://www.npmjs.com/package/@thulite/inline-svg instead.", + "license": "MIT", "engines": { - "node": ">=16.12.0" + "node": ">=20.11.0" } }, "node_modules/@hyas/seo": { @@ -1812,9 +1815,10 @@ } }, "node_modules/@tabler/icons": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.47.0.tgz", - "integrity": "sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.29.0.tgz", + "integrity": "sha512-VWNINymdmhay3MDvWVREmRwuWLSrX3YiInKvs5L4AHRF4bAfJabLlEReE0BW/XFsBt22ff8/C8Eam/LXlF97mA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" @@ -3787,6 +3791,22 @@ "node": ">=0.10.0" } }, + "node_modules/pnpm": { + "version": "9.15.4", + "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-9.15.4.tgz", + "integrity": "sha512-stwg4vxys+GISEWbNzWaMgZGY+VielHkx0ssKd2OjgSRSDw6u0B4nP1Xi/Ni+2uoJhsF8Dh9dnku1uI+o7G2oA==", + "license": "MIT", + "bin": { + "pnpm": "bin/pnpm.cjs", + "pnpx": "bin/pnpx.cjs" + }, + "engines": { + "node": ">=18.12" + }, + "funding": { + "url": "https://opencollective.com/pnpm" + } + }, "node_modules/postcss": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", diff --git a/website/package.json b/website/package.json index 31e4ff49..93f59d54 100644 --- a/website/package.json +++ b/website/package.json @@ -27,15 +27,16 @@ "dependencies": { "@hyas/doks-core": "^1.6.1", "@hyas/images": "^3.2.0", - "@hyas/inline-svg": "^1.0.5", + "@hyas/inline-svg": "^1.1.0", "@hyas/seo": "^2.3.0", - "@tabler/icons": "^2.40.0", + "@tabler/icons": "^3.29.0", "autoprefixer": "^10.4.20", "cross-spawn": "^7.0.6", "exec-bin": "^1.0.0", "gethyas": "^2.4.2", "hugo-installer": "^4.0.1", "nanoid": "^5.0.9", + "pnpm": "^9.15.4", "postcss": "^8.5.1", "postcss-cli": "^11.0.0" },