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 Jun 10, 2021
1 parent 612215b commit 5c84daf
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 1,028 deletions.
10 changes: 2 additions & 8 deletions dist/index.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,30 @@
"release": "semantic-release"
},
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"@actions/tool-cache": "^1.6.1",
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@octokit/auth-action": "^1.3.2",
"@octokit/rest": "^18.5.3",
"@octokit/rest": "^18.5.6",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@vercel/ncc": "^0.28.5",
"commitizen": "^4.2.3",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vercel/ncc": "^0.28.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.25.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4"
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
},
"resolutions": {
"merge": ">=2.1.1"
Expand Down
Loading

0 comments on commit 5c84daf

Please sign in to comment.