From 8cef5eb2a42c4e9e4ac7e103d796de51fd8633cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jul 2021 22:35:12 +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/boshea7/project/752421bf-1785-4f45-bfdb-4abeb7d63f66?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 32987e8..bdca0db 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 01a8e35..30315e1 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",