Skip to content

Commit

Permalink
fix(deps): update dependency discord-api-types to v0.37.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2022
1 parent 533374d commit 6178695
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.6",
"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.6",
"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.6"
},
"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==

[email protected].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==
[email protected].6:
version "0.37.6"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.6.tgz#92b7afd858e7d3c2e5670cccff57a4be7845a50c"
integrity sha512-hCYkleaLAesaKn/G+thOaqu8djrMjUywL7d0c/VBdHFDKveqPjshCyXdilPXPVb7uBWtsbSCf9quxPNEOThtwg==

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

0 comments on commit 6178695

Please sign in to comment.