diff --git a/package-lock.json b/package-lock.json index 648fa2e4..2ceb52d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/jest": "^29.5.3", "@types/node": "^20.5.7", "@types/node-fetch": "^2.6.4", - "@types/underscore": "^1.11.6", + "@types/underscore": "^1.11.8", "@typescript-eslint/parser": "^6.5.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.48.0", @@ -1521,9 +1521,9 @@ "dev": true }, "node_modules/@types/underscore": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.6.tgz", - "integrity": "sha512-G2oC64I/sR817KDL2b2Mc7+diXyxcibyUeLMyexU4K/sG8hyt/YMlbBK0TVhx/YQ1ehfzgXhLuq2YQHIL4bXUQ==", + "version": "1.11.8", + "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.8.tgz", + "integrity": "sha512-p6xsoGDciPWrMc5EgyYwPdluONx1dXiXAZ+CqfGMJfsGcm+VkSLS8fP7I1DWGa3uRo9o2E6mAgBAXpWQAhk8jg==", "dev": true }, "node_modules/@types/yargs": { @@ -6484,9 +6484,9 @@ "dev": true }, "@types/underscore": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.6.tgz", - "integrity": "sha512-G2oC64I/sR817KDL2b2Mc7+diXyxcibyUeLMyexU4K/sG8hyt/YMlbBK0TVhx/YQ1ehfzgXhLuq2YQHIL4bXUQ==", + "version": "1.11.8", + "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.8.tgz", + "integrity": "sha512-p6xsoGDciPWrMc5EgyYwPdluONx1dXiXAZ+CqfGMJfsGcm+VkSLS8fP7I1DWGa3uRo9o2E6mAgBAXpWQAhk8jg==", "dev": true }, "@types/yargs": { diff --git a/package.json b/package.json index 0fad4ecb..5abb54e1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/jest": "^29.5.3", "@types/node": "^20.5.7", "@types/node-fetch": "^2.6.4", - "@types/underscore": "^1.11.6", + "@types/underscore": "^1.11.8", "@typescript-eslint/parser": "^6.5.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.48.0",