From 3f331a6e2988d5f5d90c2e8f138327cc18af7518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 00:20:57 +0000 Subject: [PATCH] Bump cached-path-relative from 1.0.1 to 1.1.0 in /examples/submodules 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] --- examples/submodules/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/submodules/package-lock.json b/examples/submodules/package-lock.json index 7945442..3a4a3a7 100644 --- a/examples/submodules/package-lock.json +++ b/examples/submodules/package-lock.json @@ -353,7 +353,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 }, "cipher-base": {