diff --git a/examples/with-apollo-and-redux/package.json b/examples/with-apollo-and-redux/package.json index 34884a15360c0..943b90ae98173 100644 --- a/examples/with-apollo-and-redux/package.json +++ b/examples/with-apollo-and-redux/package.json @@ -8,14 +8,14 @@ "dependencies": { "@apollo/client": "^3.0.0", "deepmerge": "^4.2.2", - "graphql": "14.5.8", - "lodash": "4.17.20", + "graphql": "14.7.0", + "lodash": "4.17.21", "next": "latest", "prop-types": "^15.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^7.1.1", "redux": "^4.0.1", - "redux-devtools-extension": "2.13.8" + "redux-devtools-extension": "2.13.9" } }