Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2021
1 parent bdefe2b commit 1a8f264
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"build": "tsc --build"
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.35.0",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"yargs": "^17.2.1"
"@aws-sdk/client-ssm": "3.40.0",
"dotenv": "10.0.0",
"lodash": "4.17.21",
"yargs": "17.2.1"
},
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
"@types/yargs": "^17.0.5",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.2",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"@types/lodash": "4.14.176",
"@types/node": "16.11.7",
"@types/yargs": "17.0.5",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.4",
"jest": "27.3.1",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 1a8f264

Please sign in to comment.