diff --git a/bun.lockb b/bun.lockb index bd69152b2..9cd0713f3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index deb0369c0..149e5ed82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "r-assign": "1.9.0", "reflect-metadata": "0.2.2", "rescript": "11.1.4", - "rescript-schema": "9.0.0", + "rescript-schema": "9.0.1", "rulr": "10.5.0", "runtypes": "6.7.0", "serve": "14.2.4", @@ -9334,10 +9334,9 @@ } }, "node_modules/rescript-schema": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/rescript-schema/-/rescript-schema-9.0.0.tgz", - "integrity": "sha512-JLZmA04dfd16In03vEwI/cbQyq02uyoKWWHVZctzdOzRzGJpNJLgGZto32rRfQcxEsTU1CdsXi4gH6zJ/uOBqw==", - "license": "MIT", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/rescript-schema/-/rescript-schema-9.0.1.tgz", + "integrity": "sha512-Tv1r+I+A4JfaFRshznG9Kxd/7E2Wvvp+TBTS3ANLcsI2XJe2vRMltFiSp9Z3u3XdBZwGV5veYsDzQnATWwW4Jg==", "peerDependencies": { "rescript": "11.x" } @@ -18122,9 +18121,9 @@ "integrity": "sha512-0bGU0bocihjSC6MsE3TMjHjY0EUpchyrREquLS8VsZ3ohSMD+VHUEwimEfB3kpBI1vYkw3UFZ3WD8R28guz/Vw==" }, "rescript-schema": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/rescript-schema/-/rescript-schema-9.0.0.tgz", - "integrity": "sha512-JLZmA04dfd16In03vEwI/cbQyq02uyoKWWHVZctzdOzRzGJpNJLgGZto32rRfQcxEsTU1CdsXi4gH6zJ/uOBqw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/rescript-schema/-/rescript-schema-9.0.1.tgz", + "integrity": "sha512-Tv1r+I+A4JfaFRshznG9Kxd/7E2Wvvp+TBTS3ANLcsI2XJe2vRMltFiSp9Z3u3XdBZwGV5veYsDzQnATWwW4Jg==", "requires": {} }, "resolve": { diff --git a/package.json b/package.json index a3c7372d0..d0395784a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "r-assign": "1.9.0", "reflect-metadata": "0.2.2", "rescript": "11.1.4", - "rescript-schema": "9.0.0", + "rescript-schema": "9.0.1", "rulr": "10.5.0", "runtypes": "6.7.0", "serve": "14.2.4",