diff --git a/package-lock.json b/package-lock.json index cf0ff0e9..10b12459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "copy-to-clipboard": "^3.3.1", "date-fns": "^2.27.0", "filesize": "^9.0.0", - "groq": "^2.29.3", + "groq": "^3.0.0", "is-hotkey": "^0.2.0", "nanoid": "^3.3.3", "pluralize": "^8.0.0", @@ -10208,11 +10208,11 @@ "dev": true }, "node_modules/groq": { - "version": "2.33.2", - "resolved": "https://registry.npmjs.org/groq/-/groq-2.33.2.tgz", - "integrity": "sha512-5pf4c91JESCS28IJCgolJq/WBw4Xvf2m8FgZVUlrCig17I+qERosALAHLyyutXu403EYnyCD3DdCLaPb3aGneA==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/groq/-/groq-3.14.1.tgz", + "integrity": "sha512-p59vq9jM8QOOY99lv17t5vxvR+WbxNdor4tY/+X5+NbsTui2jk2JzB1naQ2k5LF1MhbJXT8iUjQ9GV+syxambw==", "engines": { - "node": ">=6" + "node": ">=14" } }, "node_modules/groq-js": { @@ -10602,9 +10602,9 @@ } }, "node_modules/ignore-walk/node_modules/minimatch": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", - "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -27971,9 +27971,9 @@ "dev": true }, "groq": { - "version": "2.33.2", - "resolved": "https://registry.npmjs.org/groq/-/groq-2.33.2.tgz", - "integrity": "sha512-5pf4c91JESCS28IJCgolJq/WBw4Xvf2m8FgZVUlrCig17I+qERosALAHLyyutXu403EYnyCD3DdCLaPb3aGneA==" + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/groq/-/groq-3.14.1.tgz", + "integrity": "sha512-p59vq9jM8QOOY99lv17t5vxvR+WbxNdor4tY/+X5+NbsTui2jk2JzB1naQ2k5LF1MhbJXT8iUjQ9GV+syxambw==" }, "groq-js": { "version": "0.2.0", @@ -28260,9 +28260,9 @@ } }, "minimatch": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", - "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 06ab7655..9d0b14ca 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "copy-to-clipboard": "^3.3.1", "date-fns": "^2.27.0", "filesize": "^9.0.0", - "groq": "^2.29.3", + "groq": "^3.0.0", "is-hotkey": "^0.2.0", "nanoid": "^3.3.3", "pluralize": "^8.0.0",