diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 8f17bba28b..4a0bc1c318 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -35,7 +35,7 @@ "next": "12.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-query": "3.39.1", + "react-query": "3.39.3", "sharp": "0.30.7", "styled-components": "5.3.5", "ts-proto": "1.118.0", @@ -6472,8 +6472,9 @@ "license": "MIT" }, "node_modules/react-query": { - "version": "3.39.1", - "license": "MIT", + "version": "3.39.3", + "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz", + "integrity": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==", "dependencies": { "@babel/runtime": "^7.5.5", "broadcast-channel": "^3.4.1", @@ -11807,7 +11808,9 @@ "version": "16.13.1" }, "react-query": { - "version": "3.39.1", + "version": "3.39.3", + "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz", + "integrity": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==", "requires": { "@babel/runtime": "^7.5.5", "broadcast-channel": "^3.4.1", diff --git a/src/frontend/package.json b/src/frontend/package.json index a4e4aa25a9..4e53cc39ce 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -38,7 +38,7 @@ "next": "12.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-query": "3.39.1", + "react-query": "3.39.3", "sharp": "0.30.7", "styled-components": "5.3.5", "ts-proto": "1.118.0",