update superjson and node types

This commit is contained in:
Michael Dausmann
2024-02-19 00:20:07 +11:00
parent 9daea204e5
commit 463cf7f194
2 changed files with 35 additions and 17 deletions

48
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"openai": "^4.28.0", "openai": "^4.28.0",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"stripe": "^11.18.0", "stripe": "^11.18.0",
"superjson": "^1.13.3", "superjson": "^2.2.1",
"trpc-nuxt": "^0.10.19", "trpc-nuxt": "^0.10.19",
"vanilla-cookieconsent": "^2.9.2", "vanilla-cookieconsent": "^2.9.2",
"zod": "^3.22.4" "zod": "^3.22.4"
@@ -29,7 +29,7 @@
"@nuxtjs/tailwindcss": "^6.11.4", "@nuxtjs/tailwindcss": "^6.11.4",
"@prisma/client": "^5.9.1", "@prisma/client": "^5.9.1",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.19.17", "@types/node": "^20.11.19",
"nuxt": "^3.10.2", "nuxt": "^3.10.2",
"nuxt-icon": "^0.6.8", "nuxt-icon": "^0.6.8",
"prisma": "^5.9.1", "prisma": "^5.9.1",
@@ -3686,9 +3686,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.19.17", "version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.17.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==", "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }
@@ -9553,6 +9553,14 @@
"openai": "bin/cli" "openai": "bin/cli"
} }
}, },
"node_modules/openai/node_modules/@types/node": {
"version": "18.19.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.17.tgz",
"integrity": "sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/openapi-typescript": { "node_modules/openapi-typescript": {
"version": "6.7.4", "version": "6.7.4",
"resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.4.tgz", "resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.7.4.tgz",
@@ -11921,14 +11929,14 @@
} }
}, },
"node_modules/superjson": { "node_modules/superjson": {
"version": "1.13.3", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/superjson/-/superjson-1.13.3.tgz", "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
"integrity": "sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==", "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
"dependencies": { "dependencies": {
"copy-anything": "^3.0.2" "copy-anything": "^3.0.2"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=16"
} }
}, },
"node_modules/supports-color": { "node_modules/supports-color": {
@@ -16419,9 +16427,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "18.19.17", "version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.17.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==", "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"requires": { "requires": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }
@@ -20740,6 +20748,16 @@
"formdata-node": "^4.3.2", "formdata-node": "^4.3.2",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"web-streams-polyfill": "^3.2.1" "web-streams-polyfill": "^3.2.1"
},
"dependencies": {
"@types/node": {
"version": "18.19.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.17.tgz",
"integrity": "sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==",
"requires": {
"undici-types": "~5.26.4"
}
}
} }
}, },
"openapi-typescript": { "openapi-typescript": {
@@ -22424,9 +22442,9 @@
} }
}, },
"superjson": { "superjson": {
"version": "1.13.3", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/superjson/-/superjson-1.13.3.tgz", "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
"integrity": "sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==", "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
"requires": { "requires": {
"copy-anything": "^3.0.2" "copy-anything": "^3.0.2"
} }

View File

@@ -25,7 +25,7 @@
"@nuxtjs/tailwindcss": "^6.11.4", "@nuxtjs/tailwindcss": "^6.11.4",
"@prisma/client": "^5.9.1", "@prisma/client": "^5.9.1",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.19.17", "@types/node": "^20.11.19",
"nuxt": "^3.10.2", "nuxt": "^3.10.2",
"nuxt-icon": "^0.6.8", "nuxt-icon": "^0.6.8",
"prisma": "^5.9.1", "prisma": "^5.9.1",
@@ -42,7 +42,7 @@
"openai": "^4.28.0", "openai": "^4.28.0",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"stripe": "^11.18.0", "stripe": "^11.18.0",
"superjson": "^1.13.3", "superjson": "^2.2.1",
"trpc-nuxt": "^0.10.19", "trpc-nuxt": "^0.10.19",
"vanilla-cookieconsent": "^2.9.2", "vanilla-cookieconsent": "^2.9.2",
"zod": "^3.22.4" "zod": "^3.22.4"