From fddb48b1503c86c5b661c1fc98a070ad74754303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:44:49 +0000 Subject: [PATCH] chore(deps): update dependency @apollo/brand to ^0.7.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2183cab9b..b1291e9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.18.6", "license": "MIT", "dependencies": { - "@apollo/brand": "^0.6.0", + "@apollo/brand": "^0.7.0", "@apollo/client": "3.11.8", "@apollo/icons": "^0.6.0", "@apollo/tailwind-preset": "^0.1.13", @@ -146,9 +146,9 @@ } }, "node_modules/@apollo/brand": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@apollo/brand/-/brand-0.6.0.tgz", - "integrity": "sha512-VsFmaE7ReXOslqSZXuYmIguL0sBIyEjpuceNpNIahJExYbqooUw+bbipZ6MpQXHdyD5eez7XE1meqOGM25GewA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@apollo/brand/-/brand-0.7.0.tgz", + "integrity": "sha512-fSIeOPGplIxwcEetzbDOgwT7pjSbHsgmdh2errd27/mN9XL2uSVtIMmRtAxyDpsJDu94ZQL3dYtzlxOzfejEiQ==", "license": "UNLICENSED" }, "node_modules/@apollo/client": { diff --git a/package.json b/package.json index f9c3ba5c5..4b39eaaf1 100755 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "codegen": "graphql-codegen --config codegen.ts" }, "dependencies": { - "@apollo/brand": "^0.6.0", + "@apollo/brand": "^0.7.0", "@apollo/client": "3.11.8", "@apollo/icons": "^0.6.0", "@apollo/tailwind-preset": "^0.1.13",