From f0ff7731f998163801b1e356c5d0367fa3af04bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Sep 2020 22:51:20 +0000 Subject: [PATCH] fix: upgrade larvitutils from 2.3.0 to 2.3.3 Snyk has created this PR to upgrade larvitutils from 2.3.0 to 2.3.3. See this package in npm: https://www.npmjs.com/package/larvitutils See this project in Snyk: https://app.snyk.io/org/checkoss/project/c45b02c3-1189-49fc-8c52-23a68c96bc79?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fc7a8b..1b60155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -585,12 +585,19 @@ "requires": { "larvitfs": "2.3.1", "larvitutils": "2.3.0" + }, + "dependencies": { + "larvitutils": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/larvitutils/-/larvitutils-2.3.0.tgz", + "integrity": "sha512-GZWjDTQ/1C2Ss1RKy/p8JS/bUK+FcoxgFU6QDCyi22QHX0mYF8LsTY7g5EhBgAQhpy6ToKjptIAAO6e8r0PiWA==" + } } }, "larvitutils": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/larvitutils/-/larvitutils-2.3.0.tgz", - "integrity": "sha512-GZWjDTQ/1C2Ss1RKy/p8JS/bUK+FcoxgFU6QDCyi22QHX0mYF8LsTY7g5EhBgAQhpy6ToKjptIAAO6e8r0PiWA==" + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/larvitutils/-/larvitutils-2.3.3.tgz", + "integrity": "sha512-KOgKZ6HPxqxrlLVR55a5zDf6cqGKGi6/VwxzKtHUlYqBhC/NSyaggxhP/WpAFdkwf+s5ihGWqCxpE8Zwr4dF/Q==" }, "locate-path": { "version": "3.0.0", diff --git a/package.json b/package.json index 7bc1cff..3c484f2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "larvitfs": "2.3.1", "larvitreqparser": "0.2.1", "larvitrouter": "3.0.2", - "larvitutils": "2.3.0", + "larvitutils": "2.3.3", "node-yaml-config": "0.0.5", "semver": "5.7.1", "to": "0.2.9",