Skip to content

Commit

Permalink
fix(deps): update dependencies to latest and re-complile to patch rep…
Browse files Browse the repository at this point in the history
…orted vulnerabilities
  • Loading branch information
bryantbiggs committed Sep 4, 2021
1 parent 142198d commit 8bcc233
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 345 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@
"release": "semantic-release"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.9.0",
"@octokit/rest": "^18.10.0",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/node": "^16.4.12",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@vercel/ncc": "^0.29.0",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vercel/ncc": "^0.30.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"lint-staged": "^11.1.1",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^17.4.4",
"typescript": "^4.3.5"
"semantic-release": "^17.4.7",
"typescript": "^4.4.2"
},
"resolutions": {
"merge": ">=2.1.1"
Expand Down
Loading

0 comments on commit 8bcc233

Please sign in to comment.