From 61d89749c370ecb715b91ee96ac206dc4bc8471d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 04:06:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4c5531f..ab4e0144 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@babel/core": "^7.18.2", "@babel/eslint-parser": "^7.18.2", "@emotion/babel-plugin": "^11.9.2", - "@graphql-codegen/cli": "^1.9.1", + "@graphql-codegen/cli": "^2.3.1", "@graphql-codegen/introspection": "1.16.3", "@graphql-codegen/typescript": "^1.9.1", "@storybook/addon-actions": "^6.5.9",