diff --git a/package-lock.json b/package-lock.json index 55fe66e5e..9eab2ec4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/git-url-parse": "^9.0.3", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.9", "@types/mocha": "^10.0.8", "@types/node": "^18.19.50", "@types/proxyquire": "^1.3.31", @@ -3443,9 +3443,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", + "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==", "dev": true }, "node_modules/@types/mime": { diff --git a/package.json b/package.json index 6c1b57aef..3c24edf99 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/git-url-parse": "^9.0.3", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.9", "@types/mocha": "^10.0.8", "@types/node": "^18.19.50", "@types/proxyquire": "^1.3.31",