Skip to content

Commit

Permalink
Bump express-zod-api from 21.7.0-beta.1 to 21.7.0
Browse files Browse the repository at this point in the history
Bumps [express-zod-api](https://github.com/RobinTail/express-zod-api) from 21.7.0-beta.1 to 21.7.0.
- [Release notes](https://github.com/RobinTail/express-zod-api/releases)
- [Changelog](https://github.com/RobinTail/express-zod-api/blob/master/CHANGELOG.md)
- [Commits](RobinTail/express-zod-api@v21.7.0-beta.1...v21.7.0)

---
updated-dependencies:
- dependency-name: express-zod-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 61af9c7 commit 1a87179
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@octokit/core": "^6.1.2",
"compression": "^1.7.5",
"express": "^5.0.1",
"express-zod-api": "^21.7.0-beta.1",
"express-zod-api": "^21.7.0",
"fast-memory-cache": "^2.0.4",
"http-errors": "^2.0.0",
"mongoose": "^8.8.4",
Expand Down
24 changes: 11 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1254,11 +1254,9 @@
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@^18.3.0", "@types/react-dom@^18.3.1":
version "18.3.2"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.2.tgz#b58a9520f5f317a00bbda0271502889b71c345f0"
integrity sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==
dependencies:
"@types/react" "^18"
version "18.3.5"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==

"@types/react-syntax-highlighter@^15.5.7":
version "15.5.13"
Expand All @@ -1274,10 +1272,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18", "@types/react@^18.3.1", "@types/react@^18.3.11":
version "18.3.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
"@types/react@*", "@types/react@^18.3.1", "@types/react@^18.3.11":
version "18.3.16"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.16.tgz#5326789125fac98b718d586ad157442ceb44ff28"
integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down Expand Up @@ -2489,10 +2487,10 @@ expect-type@^1.1.0:
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.1.0.tgz#a146e414250d13dfc49eafcfd1344a4060fa4c75"
integrity sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==

express-zod-api@^21.7.0-beta.1:
version "21.7.0-beta.1"
resolved "https://registry.yarnpkg.com/express-zod-api/-/express-zod-api-21.7.0-beta.1.tgz#aa65a874fb398022dfbacc9701cb54d0901076bf"
integrity sha512-Rbb+9QQPCWHULHAHwzi17YAIawaDGPJUxZX2zEWhFvHNl/jyH+FDMM+lbiwy55HyeW2LHjFavAMYjjKXmEKE3g==
express-zod-api@^21.7.0:
version "21.7.0"
resolved "https://registry.yarnpkg.com/express-zod-api/-/express-zod-api-21.7.0.tgz#e955f2d9bc115615a66cb87c6460001eed0c3e99"
integrity sha512-8qDkD8cQieIcgyg5laVt2GeAdc+y/zLqEiQ/dUcOab/8nxTtgUZLVibVAdSjSCBzVuDUHsT6J0E1Lw2Q3oU9yQ==
dependencies:
ansis "^3.2.0"
node-mocks-http "^1.16.2"
Expand Down

0 comments on commit 1a87179

Please sign in to comment.