Skip to content

Commit

Permalink
fix(deps): update dependency @slack/types to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2021
1 parent d6eed71 commit 87abeb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"release": "standard-version --release-as 1.0.3"
},
"dependencies": {
"@slack/types": "^1.0.0",
"@slack/types": "^2.0.0",
"@slack/webhook": "^5.0.0",
"@types/commander": "^2.12.2",
"@types/pino": "^6.0.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,11 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@slack/types/-/types-1.0.0.tgz#1dc7a63b293c4911e474197585c3feda012df17a"

"@slack/types@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.0.0.tgz#7b938ab576cd1d6c9ff9ad67a96f8058d101af10"
integrity sha512-Nu4jWC39mDY5egAX4oElwOypdu8Cx9tmR7bo3ghaHYaC7mkKM1+b+soanW5s2ssu4yOLxMdFExMh6wlR34B6CA==

"@slack/webhook@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@slack/webhook/-/webhook-5.0.0.tgz#0044a3940afc16cbc607c71acdffddb9e9d4f161"
Expand Down

0 comments on commit 87abeb5

Please sign in to comment.