diff --git a/package-lock.json b/package-lock.json index 339ccf7e..c0f8dc61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@faustwp/atlas-shopify-blueprint", "version": "1.0.7", "dependencies": { - "@apollo/client": "^3.11.5", + "@apollo/client": "^3.11.8", "@apollo/react-testing": "^4.0.0", "@faustwp/cli": "1.2.1", "@faustwp/core": "1.2.0", @@ -71,9 +71,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.11.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.5.tgz", - "integrity": "sha512-gmTKgXhYH2Q3VT9vUWChuMy34gfK7n/EEJYc7kXt1GP7678Vz2L0xUlHSMEoPoqit317eamZjXQSyxlpn03lnQ==", + "version": "3.11.8", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.8.tgz", + "integrity": "sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/package.json b/package.json index 24b047e3..c82cf821 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepare": "husky install" }, "dependencies": { - "@apollo/client": "^3.11.5", + "@apollo/client": "^3.11.8", "@apollo/react-testing": "^4.0.0", "@faustwp/cli": "1.2.1", "@faustwp/core": "1.2.0",