Skip to content

Commit

Permalink
fix: Update dependencies to latest to patch reported vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jan 8, 2023
1 parent 996c3f5 commit 1036d2b
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 335 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,25 @@
"semver": "^7.3.8"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/find-in-files": "^0.5.1",
"@types/node": "^18.11.9",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vercel/ncc": "^0.34.0",
"commitizen": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vercel/ncc": "^0.36.0",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.5",
"typescript": "^4.8.4"
"semantic-release": "^20.0.2",
"typescript": "^4.9.4"
}
}

0 comments on commit 1036d2b

Please sign in to comment.