Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 6, 2023
1 parent b3536b5 commit d5bc355
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/license-checker": "^25.0.0",
"@types/node": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-compat": "^3.3.0",
Expand All @@ -60,19 +60,19 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-security": "^1.4.0",
"jest": "^24.9.0",
"typedoc": "^0.15.3",
"jest": "^29.0.0",
"typedoc": "^0.21.0",
"jsonlint": "^1.6.3",
"license-checker": "^25.0.1",
"markdownlint": "^0.17.2",
"markdownlint-cli": "^0.19.0",
"markdownlint-cli": "^0.34.0",
"remark": "^11.0.2",
"remark-cli": "^7.0.1",
"remark-cli": "^12.0.0",
"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",
"retire": "^2.0.3",
"retire": "^4.0.0",
"write-good": "^1.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.6.3"
Expand Down

0 comments on commit d5bc355

Please sign in to comment.