From e60420ecde116084eec4896e3415637e75514975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:32:49 +0000 Subject: [PATCH] chore(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 fce1073..3f9836f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "fs": "0.0.2", "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", "lint-staged": "^15.2.2", "mongoose": "^8.1.3", @@ -7234,9 +7234,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" @@ -15751,9 +15751,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 e1c5f38..620f4f4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs": "0.0.2", "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", "lint-staged": "^15.2.2", "mongoose": "^8.1.3",