From ff6741a22e9958bad431ce04d8917bb126982766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:23:07 +0000 Subject: [PATCH] Bump cached-path-relative from 1.0.2 to 1.1.0 in /tgui 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: direct:production ... Signed-off-by: dependabot[bot] --- tgui/package-lock.json | 6 +++--- tgui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tgui/package-lock.json b/tgui/package-lock.json index 1de061b1c53..f8bd314b559 100644 --- a/tgui/package-lock.json +++ b/tgui/package-lock.json @@ -1565,9 +1565,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==" }, "caller-callsite": { "version": "2.0.0", diff --git a/tgui/package.json b/tgui/package.json index 0e47e25e767..c14e5afe76f 100644 --- a/tgui/package.json +++ b/tgui/package.json @@ -17,7 +17,7 @@ "babelify-external-helpers": "1.1.0", "browserify": "13.0.0", "bundle-collapser": "1.2.1", - "cached-path-relative": "1.0.2", + "cached-path-relative": "1.1.0", "cssnano": "^4.1.10", "dom4": "1.7.0", "es3ify": "0.2.1",