From 5602f0cd4f295b97fe469be71a024b96cef0333d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:57:43 +0100 Subject: [PATCH] Bump the node group with 2 updates (#392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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

Sourced from @​tabler/icons's releases.

Release 3.30.0

18 new icons:

Improvements

Fixes

Commits

Updates `@thulite/doks-core` from 1.8.0 to 1.8.1
Release notes

Sourced from @​thulite/doks-core's releases.

v1.8.1

What's Changed

New Contributors

Full Changelog: https://github.com/thuliteio/doks-core/compare/v1.8.0...v1.8.1

Changelog

Sourced from @​thulite/doks-core's changelog.

1.8.1

Patch Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",