From 94aafcfb9751bf9e6d7fda0c236728b0bbde9930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:33:33 +0000 Subject: [PATCH] fix(deps): bump cached-path-relative from 1.0.2 to 1.1.0 Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/ashaffer/cached-path-relative/releases) - [Commits](https://github.com/ashaffer/cached-path-relative/commits) --- updated-dependencies: - dependency-name: cached-path-relative dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index abb8d3f0..699b305d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantic-release", "license": "BSD-2-Clause", "dependencies": { - "@kronos-integration/endpoint": "^9.4.14", + "@kronos-integration/endpoint": "^9.4.17", "@kronos-integration/service": "^10.4.11", "jsonwebtoken": "^8.5.1", "model-attributes": "^4.1.12" @@ -425,14 +425,14 @@ } }, "node_modules/@kronos-integration/endpoint": { - "version": "9.4.16", - "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-9.4.16.tgz", - "integrity": "sha512-vcLJ5AhR3NQfHxUmGrSNnk17PLnfUSLFjg8Vgbdy6JUlufaE5Wum9AQwvhQWD/YWx+hxnIUhIcthIzzS5bDf6A==", + "version": "9.4.17", + "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-9.4.17.tgz", + "integrity": "sha512-ob+sw7zOrn9lXTxQL/jh7c8A+OTHx/7S9BbAofKUdnfiNOvEkYWKFyyztBG82bHqGyJgXfBxboqxHXiCol/1mA==", "dependencies": { "@kronos-integration/interceptor": "^10.2.14" }, "engines": { - "node": ">=14.17.4" + "node": ">=16.13.2" } }, "node_modules/@kronos-integration/interceptor": { @@ -1821,9 +1821,9 @@ } }, "node_modules/cached-path-relative": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", - "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", + "integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", "dev": true }, "node_modules/call-bind": { @@ -14001,9 +14001,9 @@ "dev": true }, "@kronos-integration/endpoint": { - "version": "9.4.16", - "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-9.4.16.tgz", - "integrity": "sha512-vcLJ5AhR3NQfHxUmGrSNnk17PLnfUSLFjg8Vgbdy6JUlufaE5Wum9AQwvhQWD/YWx+hxnIUhIcthIzzS5bDf6A==", + "version": "9.4.17", + "resolved": "https://registry.npmjs.org/@kronos-integration/endpoint/-/endpoint-9.4.17.tgz", + "integrity": "sha512-ob+sw7zOrn9lXTxQL/jh7c8A+OTHx/7S9BbAofKUdnfiNOvEkYWKFyyztBG82bHqGyJgXfBxboqxHXiCol/1mA==", "requires": { "@kronos-integration/interceptor": "^10.2.14" } @@ -15101,9 +15101,9 @@ } }, "cached-path-relative": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", - "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz", + "integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==", "dev": true }, "call-bind": {