diff --git a/package-lock.json b/package-lock.json index 58a3c95c7f..35cf858898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tweenjs/tween.js": "^21.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.0", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1", @@ -6737,9 +6737,12 @@ "dev": true }, "node_modules/fast-equals": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz", - "integrity": "sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.0.tgz", + "integrity": "sha512-3VpaQYf+CDFdRQfgsb+3vY7XaKjM35WCMoQTTE8h4S/eUkHzyJFOOA/gATYgoLejy4FBrEQD/sXe5Auk4cW/AQ==", + "engines": { + "node": ">=6.0.0" + } }, "node_modules/fast-glob": { "version": "3.3.1", diff --git a/package.json b/package.json index 6a26e3225b..52e88eb8e7 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@tweenjs/tween.js": "^21.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.0", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1",