Skip to content

Commit f1c2ebf

Browse files
committed
fix: plugins/events-backend-module-gitlab/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 f1c2ebf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/events-backend-module-gitlab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"postpack": "backstage-cli package postpack"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-plugin-api": "workspace:^",
39-
"@backstage/config": "workspace:^",
40-
"@backstage/plugin-events-node": "workspace:^",
38+
"@backstage/backend-plugin-api": "0.6.19",
39+
"@backstage/config": "0.1.1",
40+
"@backstage/plugin-events-node": "0.2.9",
4141
"winston": "^3.2.1"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)