Skip to content

Commit 6eeda76

Browse files
fix(deps): update dependency @sinclair/typebox to ^0.34.0 (#2081)
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 d3e0150 commit 6eeda76

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/fets-2081-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.34.0` ↗︎](https://www.npmjs.com/package/@sinclair/typebox/v/0.34.0) (from `^0.33.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.33.0",
37+
"@sinclair/typebox": "^0.34.0",
3838
"@whatwg-node/cookie-store": "^0.2.0",
3939
"@whatwg-node/fetch": "^0.10.0",
4040
"@whatwg-node/server": "^0.9.55",

yarn.lock

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

3194-
"@sinclair/typebox@^0.33.0":
3195-
version "0.33.22"
3196-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.33.22.tgz#3339d85172509095a8384cb4b44834a7c9309d86"
3197-
integrity sha512-auUj4k+f4pyrIVf4GW5UKquSZFHJWri06QgARy9C0t9ZTjJLIuNIrr1yl9bWcJWJ1Gz1vOvYN1D+QPaIlNMVkQ==
3194+
"@sinclair/typebox@^0.34.0":
3195+
version "0.34.0"
3196+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.34.0.tgz#ff4c65da74460f3b5305d47dda50fb6c8dfdc701"
3197+
integrity sha512-BwY8C9W0/LP34i0Nzj0Xj2My0a7vBA1JGC7G0NxvQBBdHyXBf1ar27d79drRdhkgdlLhcyEpQHJKdpdoxZd+tA==
31983198

31993199
"@sindresorhus/is@^4.0.0":
32003200
version "4.6.0"

0 commit comments

Comments
 (0)