From bb1de5f6b220af5f26386060c7fe2e63496b36ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:18:40 +0000 Subject: [PATCH] Bump cached-path-relative from 1.0.1 to 1.1.0 Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0e8c91c..d93182e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -354,7 +354,7 @@ "cached-path-relative": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz", - "integrity": "sha1-0JxLUoAKpMB44t2BqGmqyQ0uVOc=", + "integrity": "sha512-cI79dgUmNqTnvvcEofBa2MikCUUPi91mot41JzWBXe0jyR4+fSQfuzkSmuGrRl3rtFRVAJTBvw39vyHkMHHbVg==", "dev": true }, "camelcase": {