Skip to content

Commit 0f49090

Browse files
fix(deps): update dependency @sinclair/typebox to ^0.33.0 (#1791)
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>
1 parent ea78961 commit 0f49090

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/fets-1791-dependencies.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fets": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@sinclair/typebox@^0.33.0` ↗︎](https://www.npmjs.com/package/@sinclair/typebox/v/0.33.0) (from `^0.32.0`, in `dependencies`)

packages/fets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"typings": "dist/typings/index.d.ts",
3636
"dependencies": {
37-
"@sinclair/typebox": "^0.32.0",
37+
"@sinclair/typebox": "^0.33.0",
3838
"@whatwg-node/cookie-store": "^0.2.0",
3939
"@whatwg-node/fetch": "^0.9.4",
4040
"@whatwg-node/server": "^0.9.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,10 +2761,10 @@
27612761
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
27622762
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
27632763

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

27692769
"@sindresorhus/is@^4.0.0":
27702770
version "4.6.0"

0 commit comments

Comments
 (0)