Skip to content

Commit

Permalink
fix(deps): update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 20, 2021
1 parent 7218d69 commit eee0eac
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 467 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,36 @@
},
"resolutions": {
"ansi-regex": "^5.0.1",
"merge": ">=2.1.1"
"merge": ">=2.1.1",
"json-schema": ">=0.4.0"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.12.0",
"ansi-regex": "^6.0.1",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vercel/ncc": "^0.31.1",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vercel/ncc": "^0.32.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^11.2.6",
"lint-staged": "^12.0.3",
"prettier": "^2.4.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^18.0.0",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit eee0eac

Please sign in to comment.