Skip to content

Commit

Permalink
Merge pull request #12 from Jtalk/feature/audit-fix
Browse files Browse the repository at this point in the history
[Audit] Update dependnecies
  • Loading branch information
Jtalk authored Apr 23, 2022
2 parents eb8f4f4 + cbbda06 commit d6ec959
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 22 deletions.
76 changes: 64 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@vercel/ncc": "^0.31.0",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"@vercel/ncc": "^0.33.4",
"duration-js": "^4.0.0",
"semver": "^7.3.5"
"semver": "^7.3.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"prettier": "^2.4.0"
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.6.2"
}
}

0 comments on commit d6ec959

Please sign in to comment.