diff --git a/package-lock.json b/package-lock.json index bd3562fcd..c9599428c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/node": "20.6.0", "@types/nprogress": "^0.2.0", "@types/react-instantsearch-dom": "^6.12.3", - "@types/uuid": "^9.0.3", + "@types/uuid": "^9.0.4", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "babel-plugin-styled-components": "^2.1.4", @@ -3638,9 +3638,9 @@ "peer": true }, "node_modules/@types/uuid": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", - "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 5ec20e60e..b6b881d0d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/node": "20.6.0", "@types/nprogress": "^0.2.0", "@types/react-instantsearch-dom": "^6.12.3", - "@types/uuid": "^9.0.3", + "@types/uuid": "^9.0.4", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "babel-plugin-styled-components": "^2.1.4",