From 8aa157096004440404d4eb77669ea0efd90048f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 06:57:00 +0000 Subject: [PATCH] fix: upgrade @strapi/plugin-graphql from 4.25.16 to 4.25.18 Snyk has created this PR to upgrade @strapi/plugin-graphql from 4.25.16 to 4.25.18. See this package in npm: @strapi/plugin-graphql See this project in Snyk: https://app.snyk.io/org/mds-gYTvqZf7xLp4kcJwiZgBFR/project/5fc4fdc3-e8c8-422a-8acc-801ae1a2bd1c?utm_source=github&utm_medium=referral&page=upgrade-pr --- cms/package-lock.json | 36 +++++++++++++++++++++++++++--------- cms/package.json | 2 +- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/cms/package-lock.json b/cms/package-lock.json index 7ebdf58..aa59586 100644 --- a/cms/package-lock.json +++ b/cms/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.1.3", "@chordata-insight/strapi-plugin-sso": "github:bcgov/strapi-plugin-sso", - "@strapi/plugin-graphql": "^4.25.10", + "@strapi/plugin-graphql": "^4.25.18", "@strapi/plugin-i18n": "4.25.10", "@strapi/plugin-users-permissions": "4.25.10", "@strapi/strapi": "^4.25.13", @@ -5689,17 +5689,17 @@ } }, "node_modules/@strapi/plugin-graphql": { - "version": "4.25.16", - "resolved": "https://registry.npmjs.org/@strapi/plugin-graphql/-/plugin-graphql-4.25.16.tgz", - "integrity": "sha512-CHrxNDS6+gRYBUae75hHJ/961OwiM3/lFtNcqxU9sFRMgkPjQe5S5e/85zU7G+ZOS6BlpMhyG9zet1dZYuk9Fw==", + "version": "4.25.18", + "resolved": "https://registry.npmjs.org/@strapi/plugin-graphql/-/plugin-graphql-4.25.18.tgz", + "integrity": "sha512-vGcrLXYDCT77ogBpHfPsx/Nt1IymnNCljD7jQF76WB2sCN2lXe3GvJHWLSujB5NC7TsmGqBHCu100YID7AsYHw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@graphql-tools/schema": "8.5.1", "@graphql-tools/utils": "^8.13.1", "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.16", + "@strapi/helper-plugin": "4.25.18", "@strapi/icons": "1.19.0", - "@strapi/utils": "4.25.16", + "@strapi/utils": "4.25.18", "apollo-server-core": "3.12.1", "apollo-server-koa": "3.10.0", "graphql": "^15.5.1", @@ -5725,9 +5725,9 @@ } }, "node_modules/@strapi/plugin-graphql/node_modules/@strapi/helper-plugin": { - "version": "4.25.16", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", - "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", + "version": "4.25.18", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.18.tgz", + "integrity": "sha512-pYkZGrtAB/Tb+khIsLN/yqBTQp6MR2PUkfe/8mVVT252aYR8yvo7vjZ0GdxbrmsBFelPWGaxrwNXSSaSgcjRYw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5754,6 +5754,24 @@ "styled-components": "^5.2.1" } }, + "node_modules/@strapi/plugin-graphql/node_modules/@strapi/utils": { + "version": "4.25.18", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.18.tgz", + "integrity": "sha512-i2QqZCF39iJwijHmqTwhMFb8MIskFt+nusqvW45YqWAvb94Ck8da4RAbcxamxNtTCYd14Dgu35+6mJy9bqZ9qA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "http-errors": "1.8.1", + "lodash": "4.17.21", + "p-map": "4.0.0", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + } + }, "node_modules/@strapi/plugin-i18n": { "version": "4.25.10", "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.25.10.tgz", diff --git a/cms/package.json b/cms/package.json index 8562369..2eca955 100644 --- a/cms/package.json +++ b/cms/package.json @@ -13,7 +13,7 @@ "dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.1.3", "@chordata-insight/strapi-plugin-sso": "github:bcgov/strapi-plugin-sso", - "@strapi/plugin-graphql": "^4.25.10", + "@strapi/plugin-graphql": "^4.25.18", "@strapi/plugin-i18n": "4.25.10", "@strapi/plugin-users-permissions": "4.25.10", "@strapi/strapi": "^4.25.13",