Skip to content

Commit

Permalink
fix(deps): update dependency @sinclair/typebox to ^0.33.0 (#1791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 7, 2024
1 parent ea78961 commit 0f49090
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fets-1791-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fets": patch
---
dependencies updates:
- Updated dependency [`@sinclair/typebox@^0.33.0` ↗︎](https://www.npmjs.com/package/@sinclair/typebox/v/0.33.0) (from `^0.32.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/fets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"typings": "dist/typings/index.d.ts",
"dependencies": {
"@sinclair/typebox": "^0.32.0",
"@sinclair/typebox": "^0.33.0",
"@whatwg-node/cookie-store": "^0.2.0",
"@whatwg-node/fetch": "^0.9.4",
"@whatwg-node/server": "^0.9.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2761,10 +2761,10 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@sinclair/typebox@^0.32.0":
version "0.32.35"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.32.35.tgz#41c04473509478df9895800018a3d3ae7d40fb3c"
integrity sha512-Ul3YyOTU++to8cgNkttakC0dWvpERr6RYoHO2W47DLbFvrwBDJUY31B1sImH6JZSYc4Kt4PyHtoPNu+vL2r2dA==
"@sinclair/typebox@^0.33.0":
version "0.33.0"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.33.0.tgz#02091efe2c58f88e5a953b9ef76db63bd711ab8d"
integrity sha512-y4wDeA3hHRpUtHlTDpWEtAnU8wTVzOuDJfn1Q7t42TXXHBrhHOK+Ij7y1zJAyXnDuIrEBVw8sLW1Uzl2WCyz+A==

"@sindresorhus/is@^4.0.0":
version "4.6.0"
Expand Down

0 comments on commit 0f49090

Please sign in to comment.