From 0b936a6a307f85586ba269febce7c5d7d5a42497 Mon Sep 17 00:00:00 2001 From: Matthew J Martin <19975+matmar10@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:03:34 -0500 Subject: [PATCH] chore: upgrade deps to fix all critical vulnerabilities --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d0b2aa1..0bff777 100644 --- a/package.json +++ b/package.json @@ -69,13 +69,13 @@ "esprima": "4.0.0", "glob": "7.1.2", "he": "1.1.1", - "js-yaml": "3.11.0", - "jsonpath": "1.0.0", + "js-yaml": "^3.14.1", + "jsonpath": "^1.1.1", "jsonschema": "1.2.2", - "lodash": "4.17.10", + "lodash": "^4.17.21", "mkdirp": "0.5.1", "pretty-ms": "3.1.0", - "request": "2.85.0", + "request": "^2.88.2", "request-cookies": "1.1.0", "semver": "5.5.0", "serialize-error": "2.1.0",