Skip to content

Commit 73b1fc9

Browse files
committed
fix: plugins/graphql-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOSERVER-15208673 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969
1 parent c67ec7f commit 73b1fc9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/graphql-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@apollo/server": "^4.0.0",
37-
"@backstage/backend-common": "workspace:^",
38-
"@backstage/config": "workspace:^",
39-
"@backstage/plugin-catalog-graphql": "workspace:^",
36+
"@apollo/server": "^5.4.0",
37+
"@backstage/backend-common": "0.24.1",
38+
"@backstage/config": "0.1.1",
39+
"@backstage/plugin-catalog-graphql": "0.1.1",
4040
"@graphql-tools/schema": "^9.0.0",
4141
"@types/express": "^4.17.6",
4242
"express": "^4.17.1",

0 commit comments

Comments
 (0)