From 213b84f3dcc93aee36e2b2d012ef7f9950b43aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:00:35 +0100 Subject: [PATCH] chore(deps): bump @kth/kth-node-web-common from 9.0.1 to 9.1.0 (#353) Bumps [@kth/kth-node-web-common](https://github.com/KTH/kth-node-web-common) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/KTH/kth-node-web-common/releases) - [Changelog](https://github.com/KTH/kth-node-web-common/blob/main/CHANGELOG.md) - [Commits](https://github.com/KTH/kth-node-web-common/compare/v9.0.1...v9.1.0) --- updated-dependencies: - dependency-name: "@kth/kth-node-web-common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6beb58f..cd2347ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@kth/api-call": "^4.0.40", "@kth/kth-node-response": "^1.0.7", - "@kth/kth-node-web-common": "^9.0.1", + "@kth/kth-node-web-common": "^9.1.0", "@kth/kth-reactstrap": "^0.4.78", "@kth/log": "^4.0.7", "@kth/monitor": "^4.2.1", @@ -3202,11 +3202,11 @@ } }, "node_modules/@kth/cortina-block": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@kth/cortina-block/-/cortina-block-5.1.0.tgz", - "integrity": "sha512-4jdjnlRL0CQ+LCoqGABmjIyz3oKoXKHJDMDeGpxfMg+DrLVysK079PSqUqxGRrccNcj44ctGt6BdKUUkPAcSMg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@kth/cortina-block/-/cortina-block-5.1.1.tgz", + "integrity": "sha512-ljLownpz7rPvkb5lamNaAhKKpwfmoQ30l4MJvT3E1Sq4wJvmVyi6oQCOlyWbKT6v91Fbkb9BM2E4nDFrzShVRg==", "dependencies": { - "@kth/log": "^4.0.5", + "@kth/log": "^4.0.7", "cheerio": "^1.0.0-rc.12" }, "peerDependencies": { @@ -3267,16 +3267,16 @@ "integrity": "sha512-iXRZLTSaIpuGEvZ7no9KUEp2+YATyuqdm72kglxGJCXRwIFhBDLRb9rHgUkuxu8fhhNtv8nH7F9v4Q2HhJL/cw==" }, "node_modules/@kth/kth-node-web-common": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@kth/kth-node-web-common/-/kth-node-web-common-9.0.1.tgz", - "integrity": "sha512-ibg49XDtATxsyeUM3NayF29jLwfTJURPAuYB3u7Zhs0PAQ2oPX2iOFvabLD/cqQxBxcqEr4yzlHphlMovCEerQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@kth/kth-node-web-common/-/kth-node-web-common-9.1.0.tgz", + "integrity": "sha512-zmsVvtlfwU+Jht0uYnKX+l+U0Pd6Vef8lKVa6YL5Q+FsKaeRGf0AgSnvPVnT8JxP0F/Zm6ax/sNbbeUJa7SQoQ==", "dependencies": { - "@kth/cortina-block": "^5.1.0", - "@kth/log": "^4.0.5", + "@kth/cortina-block": "^5.1.1", + "@kth/log": "^4.0.7", "entities": "^2.2.0", - "handlebars": "^4.7.7", - "kth-node-i18n": "^1.0.15", - "kth-node-redis": "^3.1.43", + "handlebars": "^4.7.8", + "kth-node-i18n": "^1.0.18", + "kth-node-redis": "^3.2.0", "locale": "^0.1.0" } }, diff --git a/package.json b/package.json index 0719fea6..28ba5213 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@kth/api-call": "^4.0.40", "@kth/kth-node-response": "^1.0.7", - "@kth/kth-node-web-common": "^9.0.1", + "@kth/kth-node-web-common": "^9.1.0", "@kth/kth-reactstrap": "^0.4.78", "@kth/log": "^4.0.7", "@kth/monitor": "^4.2.1",