From d46a1f3dc0dcd47a2c5d22ca2cee7ca660c64a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:39:15 +0000 Subject: [PATCH] Bump cached-path-relative from 1.0.1 to 1.1.0 in /example 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] --- example/package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 4e90173..c4c6be8 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -7,6 +7,7 @@ "resolved": "https://registry.npmjs.org/@cljs-oss/module-deps/-/module-deps-1.1.1.tgz", "integrity": "sha1-YmZ/KCFk8/EParnxJLpBb9EkOfo=", "requires": { + "JSONStream": "1.3.1", "babel-traverse": "6.26.0", "babylon": "6.18.0", "browser-resolve": "1.11.2", @@ -17,7 +18,6 @@ "duplexer2": "0.1.4", "enhanced-resolve": "3.4.1", "inherits": "2.0.3", - "JSONStream": "1.3.1", "konan": "1.1.0", "parents": "1.0.1", "readable-stream": "2.3.3", @@ -33,6 +33,15 @@ "resolved": "https://registry.npmjs.org/@roman01la/preact/-/preact-8.2.5-2.tgz", "integrity": "sha512-tJLgBrPTEncty1kGZsIXSriZffx6vvBOnOect8YEJsFzabScy8l+PbacyTwi1/U24Coc1Vlv/2A46TxooqsCWQ==" }, + "JSONStream": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz", + "integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=", + "requires": { + "jsonparse": "1.3.1", + "through": "2.3.8" + } + }, "acorn": { "version": "4.0.13", "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz", @@ -125,7 +134,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==" }, "chalk": { "version": "1.1.3", @@ -279,15 +288,6 @@ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" }, - "JSONStream": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz", - "integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=", - "requires": { - "jsonparse": "1.3.1", - "through": "2.3.8" - } - }, "konan": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/konan/-/konan-1.1.0.tgz",