Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/feedback/.changeset/renovate-02722aa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-feedback-backend': patch
---

Updated dependency `@types/nodemailer` to `7.0.4`.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@backstage/plugin-auth-backend": "^0.25.2",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.10",
"@backstage/plugin-catalog-backend": "^3.0.0",
"@types/nodemailer": "7.0.3",
"@types/nodemailer": "7.0.4",
"@types/supertest": "2.0.16",
"msw": "1.3.5",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
Expand Down
10 changes: 5 additions & 5 deletions workspaces/feedback/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ __metadata:
"@backstage/plugin-catalog-backend": "npm:^3.0.0"
"@backstage/plugin-notifications-node": "npm:^0.2.17"
"@types/express": "npm:*"
"@types/nodemailer": "npm:7.0.3"
"@types/nodemailer": "npm:7.0.4"
"@types/supertest": "npm:2.0.16"
axios: "npm:^1.6.4"
express: "npm:^4.17.1"
Expand Down Expand Up @@ -10264,13 +10264,13 @@ __metadata:
languageName: node
linkType: hard

"@types/nodemailer@npm:7.0.3":
version: 7.0.3
resolution: "@types/nodemailer@npm:7.0.3"
"@types/nodemailer@npm:7.0.4":
version: 7.0.4
resolution: "@types/nodemailer@npm:7.0.4"
dependencies:
"@aws-sdk/client-sesv2": "npm:^3.839.0"
"@types/node": "npm:*"
checksum: 10/9b1dd2e1ff8eea4ec0392d9cc6ac250f93e4517ad5529787c71d6437e53a6ca418c70517cb3a4790ba23f31c9a82c35fa8b747c1f366de98c8f67eba3a639504
checksum: 10/dbba903cd64d6501b2dfba9ea268b71996dcff3dba24e839385954a4462ae6515d53afc93e8eff3a5b657e5319acdfb6dcd85c10a3216bacbc3c08fabdcf4125
languageName: node
linkType: hard

Expand Down