Skip to content

Commit

Permalink
chore: bump devDependencies to resolve security vulns caused by cross…
Browse files Browse the repository at this point in the history
…-spawn (#98)

* chore: bump devDependencies to resolve security vulns caused by cross-spawn:5.0.1

* chore: bump eslint to 7.32.0
  • Loading branch information
MargarytaKolomiyets authored Nov 20, 2024
1 parent 6c63984 commit 3bf5ac3
Show file tree
Hide file tree
Showing 2 changed files with 537 additions and 1,014 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
"version:release": "yarn version --minor --message \"chore(release): publish\""
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "17.7.0",
"@types/jest": "29.5.13",
"@types/node": "18.18.0",
"@typescript-eslint/eslint-plugin": "2.28.0",
"@typescript-eslint/parser": "2.28.0",
"conventional-changelog": "5.1.0",
"conventional-changelog-cli": "4.1.0",
"eslint": "6.8.0",
"eslint": "7.32.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "4.3.8",
"jest": "29.7.0",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"pretty-quick": "4.0.0",
"ts-jest": "29.2.5",
"ts-node": "8.4.1",
"typescript": "4.9.5"
Expand Down
Loading

0 comments on commit 3bf5ac3

Please sign in to comment.