diff --git a/bun.lockb b/bun.lockb index 2c60ffcd8..32f5acda1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 57ea9f032..b8e7d9d4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "csv-stringify": "6.5.2", "decoders": "1.25.5", "fp-ts": "2.16.9", - "io-ts": "2.2.21", + "io-ts": "2.2.22", "jet-schema": "1.4.3", "jointz": "7.0.4", "json-decoder": "1.4.1", @@ -6802,9 +6802,9 @@ } }, "node_modules/io-ts": { - "version": "2.2.21", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", - "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz", + "integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==", "peerDependencies": { "fp-ts": "^2.5.0" } @@ -16283,9 +16283,9 @@ "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" }, "io-ts": { - "version": "2.2.21", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", - "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz", + "integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==", "requires": {} }, "is-arrayish": { diff --git a/package.json b/package.json index 38856edad..2a81396bf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "csv-stringify": "6.5.2", "decoders": "1.25.5", "fp-ts": "2.16.9", - "io-ts": "2.2.21", + "io-ts": "2.2.22", "jet-schema": "1.4.3", "jointz": "7.0.4", "json-decoder": "1.4.1",