From 03c29b5b0c1b4704e40fe27f21ed10af2ff475ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jun 2023 17:15:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MARKED-584281 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d60e601..bf996f7 100644 --- a/package.json +++ b/package.json @@ -36,17 +36,17 @@ "devDependencies": { "@types/jest": "^25.1.1", "copyfiles": "^2.2.0", - "eslint": "^6.8.0", + "eslint": "^7.0.0", "eslint-config-airbnb-base": "^14.0.0", - "eslint-plugin-import": "^2.20.1", - "jest": "^29.5.0", + "eslint-plugin-import": "^2.25.0", + "jest": "^27.0.0", "rimraf": "^3.0.1", "rollup": "^1.31.0", "@rollup/plugin-node-resolve": "^8.0.1", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.34.1", - "ts-jest": "^29.1.0", - "typedoc": "^0.24.8", + "ts-jest": "^26.0.0", + "typedoc": "^0.21.10", "typescript": "^4.7.4" }, "jest": {