diff --git a/package-lock.json b/package-lock.json index 24b56ea..49133c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "getashell", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "getashell", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@radix-ui/react-icons": "^1.3.0", "@radix-ui/themes": "^3.1.1", @@ -16,7 +16,7 @@ "drizzle-orm": "^0.31.2", "iron-session": "^8.0.1", "next": "14.2.4", - "next-safe-action": "^6.2.0", + "next-safe-action": "^7.5.0", "postcss-import": "^16.1.0", "react": "^18.3.1", "react-dom": "^18", @@ -4799,7 +4799,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "devOptional": true + "dev": true }, "node_modules/fast-glob": { "version": "3.3.2", @@ -6263,89 +6263,38 @@ } }, "node_modules/next-safe-action": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/next-safe-action/-/next-safe-action-6.2.0.tgz", - "integrity": "sha512-gssUs3OLoNjLXZalrQaly38s/mUtXsIcKWGIK3jFkW8GHl0/Xhq+3G8yEEyObET2YlYqUj79K+mH3iTNBLDcMw==", - "dependencies": { - "@decs/typeschema": "^0.12.2" - }, + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/next-safe-action/-/next-safe-action-7.5.0.tgz", + "integrity": "sha512-o3qgVz+cHfOZ0/2aaLder/bCwEB8ipX023t5s6BnXlODg2CbnSfDuKsJse7vdgcuH5hDdvQcXCysZXYInj4yIw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/TheEdoRan" + }, + { + "type": "paypal", + "url": "https://www.paypal.com/donate/?hosted_button_id=ES9JRPSC66XKW" + } + ], "engines": { "node": ">=18.17" }, - "optionalDependencies": { - "zod": "^3.22.4" - }, "peerDependencies": { + "@sinclair/typebox": ">= 0.33.3", "next": ">= 14.0.0", - "react": ">= 18.2.0" - } - }, - "node_modules/next-safe-action/node_modules/@decs/typeschema": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/@decs/typeschema/-/typeschema-0.12.2.tgz", - "integrity": "sha512-PA8uAH/Xfsa5X2UNNSnb5i6vB8qWZywp4+d2U8kNMCO7qwirYRPbFCHwIfWBJyURh4rULn3Ey+VBADLcK2xxaQ==", - "deprecated": "TypeSchema has been restructured. Install @typeschema/main or @typeschema/all instead.", - "peerDependencies": { - "@deepkit/type": "^1.0.1-alpha.113", - "@effect/schema": "^0.60.6", - "@sinclair/typebox": "^0.32.11", - "ajv": "^8.12.0", - "arktype": "^1.0.29-alpha", - "effect": "^2.1.2", - "fp-ts": "^2.16.2", - "io-ts": "^2.2.21", - "joi": "^17.12.0", - "ow": "^0.28.2", - "runtypes": "^6.7.0", - "superstruct": "^1.0.3", - "valibot": "^0.26.0", - "vite": "^5.0.12", - "yup": "^1.3.3", - "zod": "^3.22.4" + "react": ">= 18.2.0", + "react-dom": ">= 18.2.0", + "valibot": ">= 0.36.0", + "yup": ">= 1.0.0", + "zod": ">= 3.0.0" }, "peerDependenciesMeta": { - "@deepkit/type": { - "optional": true - }, - "@effect/schema": { - "optional": true - }, "@sinclair/typebox": { "optional": true }, - "ajv": { - "optional": true - }, - "arktype": { - "optional": true - }, - "effect": { - "optional": true - }, - "fp-ts": { - "optional": true - }, - "io-ts": { - "optional": true - }, - "joi": { - "optional": true - }, - "ow": { - "optional": true - }, - "runtypes": { - "optional": true - }, - "superstruct": { - "optional": true - }, "valibot": { "optional": true }, - "vite": { - "optional": true - }, "yup": { "optional": true }, @@ -6354,30 +6303,6 @@ } } }, - "node_modules/next-safe-action/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "optional": true, - "peer": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/next-safe-action/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "optional": true, - "peer": true - }, "node_modules/next/node_modules/postcss": { "version": "8.4.31", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", @@ -7050,7 +6975,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "devOptional": true, + "dev": true, "engines": { "node": ">=6" } @@ -7283,16 +7208,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "optional": true, - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", @@ -8784,7 +8699,7 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "devOptional": true, + "dev": true, "dependencies": { "punycode": "^2.1.0" } diff --git a/package.json b/package.json index 1f4d70d..eab187c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "drizzle-orm": "^0.31.2", "iron-session": "^8.0.1", "next": "14.2.4", - "next-safe-action": "^6.2.0", + "next-safe-action": "^7.5.0", "postcss-import": "^16.1.0", "react": "^18.3.1", "react-dom": "^18",