chore: updates dependencies, including libsql
Updates various dependencies to their latest versions, addressing potential bugs and security vulnerabilities. Specifically, it updates the libsql client to address an identified issue.
This commit is contained in:
38
package.json
38
package.json
@@ -18,38 +18,38 @@
|
||||
"dependencies": {
|
||||
"@consumet/extensions": "github:consumet/consumet.ts#3dd0ccb",
|
||||
"@haverstack/axios-fetch-adapter": "^0.12.0",
|
||||
"@hono/swagger-ui": "^0.2.2",
|
||||
"@hono/zod-openapi": "^0.12.2",
|
||||
"@hono/swagger-ui": "^0.5.1",
|
||||
"@hono/zod-openapi": "^0.19.5",
|
||||
"@hono/zod-validator": "^0.2.2",
|
||||
"@libsql/client": "^0.6.2",
|
||||
"@libsql/client": "0.15.4",
|
||||
"drizzle-orm": "^0.31.4",
|
||||
"gql.tada": "^1.8.7",
|
||||
"graphql-request": "^7.1.0",
|
||||
"hono": "^4.6.7",
|
||||
"jose": "^5.8.0",
|
||||
"gql.tada": "^1.8.10",
|
||||
"graphql-request": "^7.1.2",
|
||||
"hono": "^4.7.7",
|
||||
"jose": "^5.10.0",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.mapkeys": "^4.6.0",
|
||||
"luxon": "^3.5.0",
|
||||
"zod": "^3.23.8"
|
||||
"luxon": "^3.6.1",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0no-co/graphqlsp": "^1.12.14",
|
||||
"@cloudflare/workers-types": "^4.20240903.0",
|
||||
"@0no-co/graphqlsp": "^1.12.16",
|
||||
"@cloudflare/workers-types": "^4.20250423.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/bun": "^1.1.8",
|
||||
"@types/bun": "^1.2.10",
|
||||
"@types/lodash.isequal": "^4.5.8",
|
||||
"@types/lodash.mapkeys": "^4.6.9",
|
||||
"@types/luxon": "^3.4.2",
|
||||
"@types/luxon": "^3.6.2",
|
||||
"drizzle-kit": "^0.22.8",
|
||||
"gtoken": "^7.1.0",
|
||||
"husky": "^9.1.5",
|
||||
"lint-staged": "^15.2.10",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.1",
|
||||
"msw": "2.4.3",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-toml": "^2.0.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-toml": "^2.0.4",
|
||||
"ts-morph": "^22.0.0",
|
||||
"typescript": "^5.5.4",
|
||||
"wrangler": "^3.80.0",
|
||||
"typescript": "^5.8.3",
|
||||
"wrangler": "^4.13.0",
|
||||
"zx": "8.1.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user