diff --git a/package-lock.json b/package-lock.json index ddaa5b4..55d5419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,12 +5,12 @@ "packages": { "": { "dependencies": { - "@effect/platform": "^0.48.8", + "@effect/platform": "^0.48.9", "@effect/schema": "^0.64.5", "@js-temporal/polyfill": "^0.4.4", "chalk": "^5.3.0", "doi-regex": "^0.1.13", - "effect": "2.4.7", + "effect": "2.4.8", "ioredis": "^5.3.2", "orcid-utils": "^1.2.2" }, @@ -329,9 +329,9 @@ } }, "node_modules/@effect/platform": { - "version": "0.48.8", - "resolved": "https://registry.npmjs.org/@effect/platform/-/platform-0.48.8.tgz", - "integrity": "sha512-kGOlQCa9TNzTG5c5NWsZM9vTnU3RePLl+vaM2eEXUiimzK6H9duOKHqGiMqiw87ZbMPR1Vh2rwT4slt8B7do0w==", + "version": "0.48.9", + "resolved": "https://registry.npmjs.org/@effect/platform/-/platform-0.48.9.tgz", + "integrity": "sha512-K84vIOlCo03rLCNzY0pCnx2Gw1V4UdYLbXq0NioGkVYpDWSX2hVoLrquM5O5wR8Ut2tWTBLjVIbJOvm30+WPMA==", "dependencies": { "find-my-way-ts": "^0.1.1", "isomorphic-ws": "^5.0.0", @@ -339,16 +339,16 @@ "path-browserify": "^1.0.1" }, "peerDependencies": { - "@effect/schema": "^0.64.5", - "effect": "2.4.7" + "@effect/schema": "^0.64.6", + "effect": "2.4.8" } }, "node_modules/@effect/schema": { - "version": "0.64.5", - "resolved": "https://registry.npmjs.org/@effect/schema/-/schema-0.64.5.tgz", - "integrity": "sha512-yYhwdYkGyj4GEepuo7kNvhtYqi3UxdbFR3A+W3/Ln9cKQa0WGJP8v6jKuSBpAJKz8aFuFVsJ6wRtrx1pgjE0OQ==", + "version": "0.64.6", + "resolved": "https://registry.npmjs.org/@effect/schema/-/schema-0.64.6.tgz", + "integrity": "sha512-y3rd8pX8uwugSz+uoT5d9FKyRPWtD6C5o9NMTKdoGeyfJLr5RCI4glUJeQYb+mQM3vyHPPxb3cxgMh4D/1vK7Q==", "peerDependencies": { - "effect": "2.4.7", + "effect": "2.4.8", "fast-check": "^3.13.2" } }, @@ -1999,9 +1999,9 @@ } }, "node_modules/effect": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/effect/-/effect-2.4.7.tgz", - "integrity": "sha512-4YOPi4r7nLFJAK1W/l7FM3fptZBtrJkqa5Rh2u7gkFCECn+RiwuQ8KYPm8sf4RFIp+fSQXGA87GIDtyxrz0mbA==" + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/effect/-/effect-2.4.8.tgz", + "integrity": "sha512-QLTWVVqFon6VrmnvdS0BVQfQrDV1ctr+Z6POIhRiPfZtvAXX3ijk8BLtRAxqP9MUqc+gnXDuX7jM6gcGLfconw==" }, "node_modules/enhanced-resolve": { "version": "5.15.0", diff --git a/package.json b/package.json index a6dd7c2..0e1482d 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "vitest": "^1.4.0" }, "dependencies": { - "@effect/platform": "^0.48.8", + "@effect/platform": "^0.48.9", "@effect/schema": "^0.64.5", "@js-temporal/polyfill": "^0.4.4", "chalk": "^5.3.0", "doi-regex": "^0.1.13", - "effect": "2.4.7", + "effect": "2.4.8", "ioredis": "^5.3.2", "orcid-utils": "^1.2.2" }