Skip to content

Commit

Permalink
fix(deps): update dependency discord-api-types to v0.37.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2022
1 parent 533374d commit 36ecf6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@apollo/client": "3.6.9",
"@sentry/browser": "7.7.0",
"@sentry/tracing": "7.7.0",
"discord-api-types": "0.37.0",
"discord-api-types": "0.37.8",
"graphql": "16.5.0",
"lodash": "4.17.21",
"sass": "1.54.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"apollo-server-express": "3.10.0",
"axios": "0.27.2",
"bot": "*",
"discord-api-types": "0.37.0",
"discord-api-types": "0.37.8",
"dotenv": "16.0.1",
"express": "4.18.1",
"graphql": "16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@prisma/client": "4.1.0",
"discord-api-types": "0.37.0"
"discord-api-types": "0.37.8"
},
"scripts": {
"build": "tsc"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1382,10 +1382,10 @@ diff@^4.0.1:
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==

discord-api-types@0.37.0:
version "0.37.0"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.0.tgz#c16f0bcc5630edc2b0597d8f273ec8385473a3be"
integrity sha512-6LlL0xceiZs/kQ5PeKe5inkcjR73vagt3oACsP/C5IWKjXfzLGKrXn6yRYgiHIeJyFZ1xVPRJYE4W/u8UTT4ig==
discord-api-types@0.37.8:
version "0.37.8"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.8.tgz#715e437898e136670c8e507c08957e70afa2fed3"
integrity sha512-uhol9KQ2moExZItMpuDMkf0R7sqqNHqcJBFN7S5iSdXBVCMRO7sC0GoyuRrv6ZDBYxoFU6nDy4dv0nld/aysqA==

discord-api-types@^0.36.3:
version "0.36.3"
Expand Down

0 comments on commit 36ecf6c

Please sign in to comment.