diff --git a/package-lock.json b/package-lock.json index ba1a662885..b39ffd6487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "fast-fuzzy": "1.12.0", "framer-motion": "9.1.7", "fs-extra": "11.2.0", - "geist": "1.2.2", + "geist": "1.3.0", "glob": "10.3.12", "gray-matter": "4.0.3", "hast-util-to-string": "2.0.0", @@ -13034,11 +13034,11 @@ } }, "node_modules/geist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/geist/-/geist-1.2.2.tgz", - "integrity": "sha512-uRDrxhvdnPwWJmh+K5+/5LXSKwvJzaYCl9tDXgiBi4hj7hB4K7+n/WLcvJMFs5btvyn0r9OSwCd1s6CmqAsxEw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/geist/-/geist-1.3.0.tgz", + "integrity": "sha512-IoGBfcqVEYB4bEwsfHd35jF4+X9LHRPYZymHL4YOltHSs9LJa24DYs1Z7rEMQ/lsEvaAIc61Y9aUxgcJaQ8lrg==", "peerDependencies": { - "next": ">=13.2.0 <15" + "next": ">=13.2.0 <15.0.0-0" } }, "node_modules/gensync": { diff --git a/package.json b/package.json index 784da86552..0fbff3098d 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "fast-fuzzy": "1.12.0", "framer-motion": "9.1.7", "fs-extra": "11.2.0", - "geist": "1.2.2", + "geist": "1.3.0", "glob": "10.3.12", "gray-matter": "4.0.3", "hast-util-to-string": "2.0.0",