From cb82a0ef9bd9bbc124bc7a8b381e8132b582719a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Jun 2025 04:51:12 +0000 Subject: [PATCH] fix: testrepo/nested/node_yarn_workspace/packages/api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-XSS-1584355 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- testrepo/nested/node_yarn_workspace/packages/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrepo/nested/node_yarn_workspace/packages/api/package.json b/testrepo/nested/node_yarn_workspace/packages/api/package.json index 0e92134..156b52a 100644 --- a/testrepo/nested/node_yarn_workspace/packages/api/package.json +++ b/testrepo/nested/node_yarn_workspace/packages/api/package.json @@ -10,7 +10,7 @@ "test": "node tests/*.js " }, "dependencies": { - "apollo-server": "^2.22.2", + "apollo-server": "^3.13.0", "countries-list": "^2.6.1", "graphql": "^15.5.0", "graphql-request": "^3.4.0",