diff --git a/package-lock.json b/package-lock.json index 66ee75e8..4aa82a9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@uploadthing/shared": "^7.1.10", "@uploadthing/svelte": "^7.3.3", "drizzle-orm": "^0.45.2", - "effect": "^3.17.7", + "effect": "^3.20.0", "emojilib": "^4.0.3", "lottie-web": "^5.13.0", "lucide-svelte": "^0.468.0", @@ -2455,6 +2455,16 @@ "sqids": "^0.3.0" } }, + "node_modules/@uploadthing/shared/node_modules/effect": { + "version": "3.17.7", + "resolved": "https://registry.npmjs.org/effect/-/effect-3.17.7.tgz", + "integrity": "sha512-dpt0ONUn3zzAuul6k4nC/coTTw27AL5nhkORXgTi6NfMPzqWYa1M05oKmOMTxpVSTKepqXVcW9vIwkuaaqx9zA==", + "license": "MIT", + "dependencies": { + "@standard-schema/spec": "^1.0.0", + "fast-check": "^3.23.1" + } + }, "node_modules/@uploadthing/svelte": { "version": "7.3.3", "resolved": "https://registry.npmjs.org/@uploadthing/svelte/-/svelte-7.3.3.tgz", @@ -3508,9 +3518,9 @@ } }, "node_modules/effect": { - "version": "3.17.7", - "resolved": "https://registry.npmjs.org/effect/-/effect-3.17.7.tgz", - "integrity": "sha512-dpt0ONUn3zzAuul6k4nC/coTTw27AL5nhkORXgTi6NfMPzqWYa1M05oKmOMTxpVSTKepqXVcW9vIwkuaaqx9zA==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/effect/-/effect-3.20.0.tgz", + "integrity": "sha512-qMLfDJscrNG8p/aw+IkT9W7fgj50Z4wG5bLBy0Txsxz8iUHjDIkOgO3SV0WZfnQbNG2VJYb0b+rDLMrhM4+Krw==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", @@ -5229,6 +5239,22 @@ "integrity": "sha512-d3IxtzLo7P1oZ8s8YNvxzBUXRXojSut8pbPrTYtzsc5sn4+53jVqbk66pQerSZbZSJZQux6LkclB/+8IDordHg==", "license": "MIT" }, + "node_modules/uploadthing/node_modules/effect": { + "version": "3.17.7", + "resolved": "https://registry.npmjs.org/effect/-/effect-3.17.7.tgz", + "integrity": "sha512-dpt0ONUn3zzAuul6k4nC/coTTw27AL5nhkORXgTi6NfMPzqWYa1M05oKmOMTxpVSTKepqXVcW9vIwkuaaqx9zA==", + "license": "MIT", + "dependencies": { + "@standard-schema/spec": "^1.0.0", + "fast-check": "^3.23.1" + } + }, + "node_modules/uploadthing/node_modules/effect/node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, "node_modules/urlpattern-polyfill": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz", diff --git a/package.json b/package.json index f5b42b8f..7a4683de 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@uploadthing/shared": "^7.1.10", "@uploadthing/svelte": "^7.3.3", "drizzle-orm": "^0.45.2", - "effect": "^3.17.7", + "effect": "^3.20.0", "emojilib": "^4.0.3", "lottie-web": "^5.13.0", "lucide-svelte": "^0.468.0",