Skip to content

Commit

Permalink
fix(deps): update dependencies to latest to patch reported vulnerabil…
Browse files Browse the repository at this point in the history
…ities and upgrade to Node16
  • Loading branch information
bryantbiggs committed Apr 3, 2022
1 parent 657c299 commit 9766393
Show file tree
Hide file tree
Showing 5 changed files with 1,610 additions and 1,847 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Release
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ outputs:
description: The renamed S3 key of your signed object

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
21 changes: 18 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

56 changes: 27 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,35 +45,6 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"ansi-regex": "^5.0.1",
"json-schema": ">=0.4.0",
"marked": ">=4.0.10"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@aws-sdk/client-s3": "^3.47.0",
"@aws-sdk/client-signer": "^3.47.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vercel/ncc": "^0.33.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^18.0.1",
"typescript": "^4.5.4"
},
"release": {
"branches": [
"main"
Expand All @@ -100,5 +71,32 @@
}
]
]
},
"resolutions": {
"minimist": ">=1.2.6"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@aws-sdk/client-s3": "^3.58.0",
"@aws-sdk/client-signer": "^3.58.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vercel/ncc": "^0.33.3",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.2",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit 9766393

Please sign in to comment.