From dcfd1fa19c0c3809148e18823386b9d1c351648d Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 16 Jun 2021 12:22:14 -0700 Subject: [PATCH] chore: bump lodash and eslint per npm audit (#677) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66e8737df7..2a3145911f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dayjs": "^1.8.29", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^8.5.1", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "q": "2.0.x", "qs": "^6.9.4", "rootpath": "^0.1.2", @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/node": "9.6.57", - "eslint": "^7.3.1", + "eslint": "^7.28.0", "express": "^4.17.1", "jasmine": "~3.5.0", "jsdoc": "^3.6.7",