Skip to content

Commit bb73839

Browse files
committed
fix: plugins/events-backend-module-aws-sqs/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 bb73839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/events-backend-module-aws-sqs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"dependencies": {
3838
"@aws-sdk/client-sqs": "^3.350.0",
3939
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
41-
"@backstage/backend-tasks": "workspace:^",
40+
"@backstage/backend-plugin-api": "0.1.0",
41+
"@backstage/backend-tasks": "0.6.1",
4242
"@backstage/config": "workspace:^",
43-
"@backstage/plugin-events-node": "workspace:^",
43+
"@backstage/plugin-events-node": "0.1.0",
4444
"@backstage/types": "workspace:^",
4545
"luxon": "^3.0.0",
4646
"winston": "^3.2.1"

0 commit comments

Comments
 (0)