From 6114a8e368f2537f63502707553a1ab1c49e6885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:51:19 +0000 Subject: [PATCH] build(deps): bump kth-node-configuration from 2.0.13 to 2.1.0 Bumps [kth-node-configuration](https://github.com/KTH/kth-node-configuration) from 2.0.13 to 2.1.0. - [Release notes](https://github.com/KTH/kth-node-configuration/releases) - [Commits](https://github.com/KTH/kth-node-configuration/commits/v2.1.0) --- updated-dependencies: - dependency-name: kth-node-configuration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1b0ad4..35901eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "ibm_db": "^3.2.3", "kth-node-access-log": "^0.2.9", "kth-node-api-key-strategy": "^2.0.3", - "kth-node-configuration": "^2.0.13", + "kth-node-configuration": "^2.1.0", "kth-node-express-routing": "^2.0.16", "kth-node-i18n": "^1.0.18", "passport": "^0.7.0", @@ -8263,9 +8263,9 @@ } }, "node_modules/kth-node-configuration": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/kth-node-configuration/-/kth-node-configuration-2.0.13.tgz", - "integrity": "sha512-Ajz9Xj52KfQEgy0RkF3tUnnHpF3/ta0Vr7XhadoYcSUfpyDzcZwDm4wTtIs+6+PeE6ZFrmdbSE998xVJ1aBZrA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/kth-node-configuration/-/kth-node-configuration-2.1.0.tgz", + "integrity": "sha512-qp8cTpe71b6NflCLO7+21G1eSJDEfDA+I/+YL4P57+9GTktBQMv8oN8aoERvDEB1hpo+85ss0l1XK8nVShDYWA==", "dependencies": { "qs": "^6.11.0", "urlgrey": "^0.4.4" @@ -17643,9 +17643,9 @@ "requires": {} }, "kth-node-configuration": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/kth-node-configuration/-/kth-node-configuration-2.0.13.tgz", - "integrity": "sha512-Ajz9Xj52KfQEgy0RkF3tUnnHpF3/ta0Vr7XhadoYcSUfpyDzcZwDm4wTtIs+6+PeE6ZFrmdbSE998xVJ1aBZrA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/kth-node-configuration/-/kth-node-configuration-2.1.0.tgz", + "integrity": "sha512-qp8cTpe71b6NflCLO7+21G1eSJDEfDA+I/+YL4P57+9GTktBQMv8oN8aoERvDEB1hpo+85ss0l1XK8nVShDYWA==", "requires": { "qs": "^6.11.0", "urlgrey": "^0.4.4" diff --git a/package.json b/package.json index 4d856df..5403bb1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ibm_db": "^3.2.3", "kth-node-access-log": "^0.2.9", "kth-node-api-key-strategy": "^2.0.3", - "kth-node-configuration": "^2.0.13", + "kth-node-configuration": "^2.1.0", "kth-node-express-routing": "^2.0.16", "kth-node-i18n": "^1.0.18", "passport": "^0.7.0",