Skip to content

Commit

Permalink
fix(deps): update dependencies to latest and re-compile action to pat…
Browse files Browse the repository at this point in the history
…ch reported vulnerabilities
  • Loading branch information
bryantbiggs committed Aug 5, 2021
1 parent c21daa5 commit b0d9c06
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 1,013 deletions.
4 changes: 2 additions & 2 deletions cloudfront_invalidate/dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iam_access_credentials/dist/index.js

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -33,23 +33,24 @@
"release": "lerna version --conventional-commits --create-release github --yes"
},
"dependencies": {
"@actions/core": "^1.4.0"
"@actions/core": "^1.4.0",
"trim-newlines": ">=4.0.2"
},
"devDependencies": {
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vercel/ncc": "^0.28.6",
"@types/node": "^16.4.12",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@vercel/ncc": "^0.29.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.28.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
"prettier-plugin-package": "^1.3.0",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
},
"resolutions": {
"trim-newlines": ">=4.0.1"
Expand Down

0 comments on commit b0d9c06

Please sign in to comment.