diff --git a/package-lock.json b/package-lock.json index b1cbd4d310..b82352c3d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@material/select": "^14.0.0", "@tweenjs/tween.js": "^18.6.4", "clsx": "^1.2.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.0.1", "playground-elements": "^0.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -1292,6 +1292,11 @@ "supercluster": "^7.1.3" } }, + "node_modules/@googlemaps/markerclusterer/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==" + }, "node_modules/@googlemaps/react-wrapper": { "version": "1.1.35", "resolved": "https://registry.npmjs.org/@googlemaps/react-wrapper/-/react-wrapper-1.1.35.tgz", @@ -6357,9 +6362,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.0.1", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz", + "integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==", + "engines": { + "node": ">=6.0.0" + } }, "node_modules/fast-glob": { "version": "3.2.12", diff --git a/package.json b/package.json index 5ac4c85379..0aeb97b5ae 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@material/select": "^14.0.0", "@tweenjs/tween.js": "^18.6.4", "clsx": "^1.2.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.0.1", "playground-elements": "^0.17.0", "react": "^18.2.0", "react-dom": "^18.2.0",