From 8adaa77334b5e5eb949d755f248f36e48028863d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 14:36:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TAFFYDB-2992450 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d3a3392..ae0f579 100644 --- a/package.json +++ b/package.json @@ -66,18 +66,18 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-security": "^1.4.0", - "jest": "^24.9.0", - "jsdoc": "3.6.3", + "jest": "^27.0.0", + "jsdoc": "4.0.0", "jsonlint": "^1.6.3", "license-checker": "^25.0.1", "markdownlint": "^0.17.2", "markdownlint-cli": "^0.19.0", "remark": "^11.0.2", "remark-cli": "^7.0.1", - "remark-lint": "^6.0.5", - "remark-preset-lint-consistent": "^2.0.3", - "remark-preset-lint-markdown-style-guide": "^2.1.3", - "remark-preset-lint-recommended": "^3.0.3", + "remark-lint": "^7.0.0", + "remark-preset-lint-consistent": "^3.0.0", + "remark-preset-lint-markdown-style-guide": "^3.0.0", + "remark-preset-lint-recommended": "^4.0.0", "retire": "^2.0.3", "typescript": "^3.7.4", "write-good": "^1.0.2"