From 2f89af1ece731e564bcbf9bd15df780d3b7184bb Mon Sep 17 00:00:00 2001 From: Sindre Gulseth Date: Tue, 2 Apr 2024 13:59:48 +0200 Subject: [PATCH] chore(deps): upgrade groq-js to latest --- packages/@sanity/codegen/package.json | 2 +- packages/@sanity/migrate/package.json | 2 +- packages/@sanity/schema/package.json | 2 +- packages/sanity/package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++++++++--------- 5 files changed, 21 insertions(+), 13 deletions(-) diff --git a/packages/@sanity/codegen/package.json b/packages/@sanity/codegen/package.json index f9f938914b3e..be8dce511861 100644 --- a/packages/@sanity/codegen/package.json +++ b/packages/@sanity/codegen/package.json @@ -66,7 +66,7 @@ "@babel/types": "^7.23.9", "debug": "^4.3.4", "globby": "^10.0.0", - "groq-js": "^1.5.0", + "groq-js": "^1.7.0", "json5": "^2.2.3", "tsconfig-paths": "^4.2.0", "zod": "^3.22.4" diff --git a/packages/@sanity/migrate/package.json b/packages/@sanity/migrate/package.json index 5ef552d8830c..0d1bb980e9a8 100644 --- a/packages/@sanity/migrate/package.json +++ b/packages/@sanity/migrate/package.json @@ -70,7 +70,7 @@ "arrify": "^2.0.1", "debug": "^4.3.4", "fast-fifo": "^1.3.2", - "groq-js": "^1.5.0", + "groq-js": "^1.7.0", "p-map": "^7.0.1" }, "devDependencies": { diff --git a/packages/@sanity/schema/package.json b/packages/@sanity/schema/package.json index 6d89193f12cd..847a953e6e52 100644 --- a/packages/@sanity/schema/package.json +++ b/packages/@sanity/schema/package.json @@ -77,7 +77,7 @@ "@sanity/generate-help-url": "^3.0.0", "@sanity/types": "3.36.2", "arrify": "^1.0.1", - "groq-js": "^1.5.0", + "groq-js": "^1.7.0", "humanize-list": "^1.0.1", "leven": "^3.1.0", "lodash": "^4.17.21", diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 8f5d21bb6ebc..83dbed047400 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -248,7 +248,7 @@ "framer-motion": "^11.0.0", "get-it": "^8.4.16", "get-random-values-esm": "1.0.2", - "groq-js": "^1.5.0", + "groq-js": "^1.7.0", "hashlru": "^2.3.0", "history": "^5.3.0", "i18next": "^23.2.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7073860374a9..4240bae3f1ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -879,8 +879,8 @@ importers: specifier: ^10.0.0 version: 10.0.2 groq-js: - specifier: ^1.5.0 - version: 1.5.0 + specifier: ^1.7.0 + version: 1.7.0 json5: specifier: ^2.2.3 version: 2.2.3 @@ -1075,8 +1075,8 @@ importers: specifier: ^1.3.2 version: 1.3.2 groq-js: - specifier: ^1.5.0 - version: 1.5.0 + specifier: ^1.7.0 + version: 1.7.0 p-map: specifier: ^7.0.1 version: 7.0.1 @@ -1255,8 +1255,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 groq-js: - specifier: ^1.5.0 - version: 1.5.0 + specifier: ^1.7.0 + version: 1.7.0 humanize-list: specifier: ^1.0.1 version: 1.0.1 @@ -1600,8 +1600,8 @@ importers: specifier: 1.0.2 version: 1.0.2 groq-js: - specifier: ^1.5.0 - version: 1.5.0 + specifier: ^1.7.0 + version: 1.7.0 hashlru: specifier: ^2.3.0 version: 2.3.0 @@ -6546,7 +6546,7 @@ packages: express: 4.18.3 globby: 11.1.0 groq: 3.36.2 - groq-js: 1.5.0 + groq-js: 1.7.0 history: 5.3.0 jsonc-parser: 3.2.1 mkdirp: 1.0.4 @@ -12104,6 +12104,14 @@ packages: transitivePeerDependencies: - supports-color + /groq-js@1.7.0: + resolution: {integrity: sha512-K+yhiPIBW7gkPYKCdqGB6xnC7qkxf4Kuweh/tDNlOgP2fzLEtSI/XWqLDDGfHRUutdYCFXuOUgbIwDbtyyLACg==} + engines: {node: '>= 14'} + dependencies: + debug: 4.3.4(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color + /groq@3.36.2: resolution: {integrity: sha512-tSOM50aJa53agZux7s8Kp2B/+VPHczlFD8BYUdCroRRzjTOgx3/4n3PDNTXubr7+GouHt94l+KSqRMho3d9aOA==} engines: {node: '>=18'}