From fbed85b2e5cb4c2090635ee960792c127baa308e Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:15:50 -0700 Subject: [PATCH] update --- package-lock.json | 84 ----------------------------------------------- 1 file changed, 84 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4aa4f4..9af4372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1151,47 +1151,6 @@ "zod-validation-error": "^1.5.0" } }, - "node_modules/@zenstackhq/server/node_modules/@zenstackhq/runtime": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@zenstackhq/runtime/-/runtime-2.3.1.tgz", - "integrity": "sha512-IlbbOG4TFWsLQtdRXjmkqvTQLCIAuiFWzvehhSvTJ1jSWGiJQk/oQ45ri/MfEVFSuXSGAjFlmfCNG2dV1t1Lwg==", - "dependencies": { - "bcryptjs": "^2.4.3", - "buffer": "^6.0.3", - "change-case": "^4.1.2", - "decimal.js": "^10.4.2", - "deepmerge": "^4.3.1", - "is-plain-object": "^5.0.0", - "logic-solver": "^2.0.1", - "lower-case-first": "^2.0.2", - "pluralize": "^8.0.0", - "safe-json-stringify": "^1.2.0", - "semver": "^7.5.2", - "superjson": "^1.11.0", - "tiny-invariant": "^1.3.1", - "ts-pattern": "^4.3.0", - "tslib": "^2.4.1", - "upper-case-first": "^2.0.2", - "uuid": "^9.0.0", - "zod": "^3.22.4", - "zod-validation-error": "^1.5.0" - }, - "peerDependencies": { - "@prisma/client": "5.0.0 - 5.16.x" - } - }, - "node_modules/@zenstackhq/server/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/@zenstackhq/swr": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/@zenstackhq/swr/-/swr-2.3.2.tgz", @@ -1213,49 +1172,6 @@ "swr": "2.2.5 - 2" } }, - "node_modules/@zenstackhq/swr/node_modules/@zenstackhq/runtime": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@zenstackhq/runtime/-/runtime-2.3.1.tgz", - "integrity": "sha512-IlbbOG4TFWsLQtdRXjmkqvTQLCIAuiFWzvehhSvTJ1jSWGiJQk/oQ45ri/MfEVFSuXSGAjFlmfCNG2dV1t1Lwg==", - "dev": true, - "dependencies": { - "bcryptjs": "^2.4.3", - "buffer": "^6.0.3", - "change-case": "^4.1.2", - "decimal.js": "^10.4.2", - "deepmerge": "^4.3.1", - "is-plain-object": "^5.0.0", - "logic-solver": "^2.0.1", - "lower-case-first": "^2.0.2", - "pluralize": "^8.0.0", - "safe-json-stringify": "^1.2.0", - "semver": "^7.5.2", - "superjson": "^1.11.0", - "tiny-invariant": "^1.3.1", - "ts-pattern": "^4.3.0", - "tslib": "^2.4.1", - "upper-case-first": "^2.0.2", - "uuid": "^9.0.0", - "zod": "^3.22.4", - "zod-validation-error": "^1.5.0" - }, - "peerDependencies": { - "@prisma/client": "5.0.0 - 5.16.x" - } - }, - "node_modules/@zenstackhq/swr/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",