Skip to content

Commit 33a39e1

Browse files
authored
fix: plugins/catalog-graphql/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 33a39e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/catalog-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
},
3636
"dependencies": {
3737
"@apollo/client": "^3.0.0",
38-
"@apollo/server": "^4.0.0",
39-
"@backstage/catalog-model": "workspace:^",
38+
"@apollo/server": "^5.4.0",
39+
"@backstage/catalog-model": "0.1.1",
4040
"@backstage/config": "workspace:^",
41-
"@backstage/types": "workspace:^",
41+
"@backstage/types": "0.1.1",
4242
"graphql": "^16.0.0",
4343
"graphql-modules": "^2.0.0",
4444
"graphql-tag": "^2.11.0",

0 commit comments

Comments
 (0)