From c10c32d3f621736a495d4a4517f81b452bbf3a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 05:22:20 +0000 Subject: [PATCH] Bump the node group with 2 updates Bumps the node group with 2 updates: [@tabler/icons](https://github.com/tabler/tabler-icons) and [@thulite/doks-core](https://github.com/thuliteio/doks-core). Updates `@tabler/icons` from 3.29.0 to 3.30.0 - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/compare/v3.29.0...v3.30.0) Updates `@thulite/doks-core` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/thuliteio/doks-core/releases) - [Changelog](https://github.com/thuliteio/doks-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/thuliteio/doks-core/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: "@tabler/icons" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node - dependency-name: "@thulite/doks-core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: node ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49087d29..51d941e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@tabler/icons": "^3.29.0", - "@thulite/doks-core": "^1.8.0", + "@tabler/icons": "^3.30.0", + "@thulite/doks-core": "^1.8.1", "@thulite/images": "^3.3.0", "@thulite/inline-svg": "^1.2.0", "@thulite/seo": "^2.4.1", @@ -1773,9 +1773,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.29.0.tgz", - "integrity": "sha512-VWNINymdmhay3MDvWVREmRwuWLSrX3YiInKvs5L4AHRF4bAfJabLlEReE0BW/XFsBt22ff8/C8Eam/LXlF97mA==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.30.0.tgz", + "integrity": "sha512-c8OKLM48l00u9TFbh2qhSODMONIzML8ajtCyq95rW8vzkWcBrKRPM61tdkThz2j4kd5u17srPGIjqdeRUZdfdw==", "license": "MIT", "funding": { "type": "github", @@ -1818,9 +1818,9 @@ } }, "node_modules/@thulite/doks-core": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@thulite/doks-core/-/doks-core-1.8.0.tgz", - "integrity": "sha512-aouKSFQdssEt4wIsVYiVvvz5ZHxqme45EbLo31BvmEz8MMvovakq+o8ymFUcg90fdcAGhTcYzLKz5jlRZsc3TQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@thulite/doks-core/-/doks-core-1.8.1.tgz", + "integrity": "sha512-ALMrZD+pJ3V4K0wqw1SH9cNdwP7oEHhjXE1eemDi9wqcrGeoEzpVldBnFglbF7QoaEp/6rw8y3YDg/y+iGjmIw==", "license": "MIT", "dependencies": { "@thulite/bootstrap": "^1.2.0", diff --git a/package.json b/package.json index 2d3416b0..3e946021 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo" }, "dependencies": { - "@tabler/icons": "^3.29.0", - "@thulite/doks-core": "^1.8.0", + "@tabler/icons": "^3.30.0", + "@thulite/doks-core": "^1.8.1", "@thulite/images": "^3.3.0", "@thulite/inline-svg": "^1.2.0", "@thulite/seo": "^2.4.1",