From 4e7cd06779df3934a01ff8c822c10218f9b6fcab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:18:39 +0000 Subject: [PATCH] chore(deps): bump kth-style from 9.0.11 to 9.0.16 Bumps [kth-style](https://github.com/KTH/kth-style) from 9.0.11 to 9.0.16. - [Release notes](https://github.com/KTH/kth-style/releases) - [Changelog](https://github.com/KTH/kth-style/blob/main/CHANGELOG.md) - [Commits](https://github.com/KTH/kth-style/commits/v9.0.16) --- updated-dependencies: - dependency-name: kth-style dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a9593ab..7a310707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "kth-node-express-routing": "^2.0.16", "kth-node-i18n": "^1.0.18", "kth-node-redis": "^3.2.0", - "kth-style": "^9.0.11", + "kth-style": "^9.0.16", "react": "^18.2.0", "react-data-table-component": "^7.5.4", "react-dom": "^18.2.0", @@ -12396,11 +12396,6 @@ "node": ">=0.10.0" } }, - "node_modules/klaro": { - "version": "0.7.18", - "resolved": "https://registry.npmjs.org/klaro/-/klaro-0.7.18.tgz", - "integrity": "sha512-Q5nehkGeZuFerisW4oeeB1ax6dHDszWckR70EcxKvhFiJQ61CM0WBSo20yLbdvz8N9MFsOFu4RNCO9JsbkCxgQ==" - }, "node_modules/kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", @@ -12455,13 +12450,12 @@ } }, "node_modules/kth-style": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/kth-style/-/kth-style-9.0.11.tgz", - "integrity": "sha512-TspCSd7sIAKf6a7uoQHd6WtBbTAOQd/jFNxauUimMtU6ikq3WNv8SJPtIXb0JjwTmAyyvVBdyVu2JpIeEosxnQ==", + "version": "9.0.16", + "resolved": "https://registry.npmjs.org/kth-style/-/kth-style-9.0.16.tgz", + "integrity": "sha512-nMVve5JnMmDK9tpzGi9agRh1fLQI1JSMRdaI+tPsdvW+pAhDT1nGH0T9gixuZoWqcYFv/wfdn6SHdY7m48P0+A==", "dependencies": { "bootstrap": "^5.3.2", "jquery": "^3.6.0", - "klaro": "^0.7.18", "tether": "^2.0.0" }, "engines": { diff --git a/package.json b/package.json index eb5a4aa5..88259388 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "kth-node-express-routing": "^2.0.16", "kth-node-i18n": "^1.0.18", "kth-node-redis": "^3.2.0", - "kth-style": "^9.0.11", + "kth-style": "^9.0.16", "react": "^18.2.0", "react-data-table-component": "^7.5.4", "react-dom": "^18.2.0",