Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump nodemailer and @types/nodemailer #2321

Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"json-bigint-patch": "^0.0.8",
"lodash": "^4.17.21",
"lucia": "^2.7.4",
"nodemailer": "^6.8.0",
"nodemailer": "^6.9.9",
"pinia": "^2.1.7",
"reflect-metadata": "^0.1.13",
"ts-loader": "^9.5.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.14.202",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer": "^6.4.14",
"@types/supertest": "^2.0.16",
"@types/uuid": "^9.0.8",
"@types/yaireo__tagify": "^4.18.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6851,12 +6851,12 @@ __metadata:
languageName: node
linkType: hard

"@types/nodemailer@npm:^6.4.7":
version: 6.4.8
resolution: "@types/nodemailer@npm:6.4.8"
"@types/nodemailer@npm:^6.4.14":
version: 6.4.14
resolution: "@types/nodemailer@npm:6.4.14"
dependencies:
"@types/node": "*"
checksum: 3cc9b6a0e54f25a1b36124df413964ff5a69e8dc4558c5dfc06818917313a50f4dbfe31fc9190e4270d07a0f8678474da24a2eae42f907933ea81d983b4772d4
checksum: 5f61f01dd736b17f431d1e8b320322f86460604b45df947fc4bc8999d7c7719405e349f7abba86e4fb100a464a30b52615d00dac03d9cb37562ff04487ebd310
languageName: node
linkType: hard

Expand Down Expand Up @@ -15290,7 +15290,7 @@ __metadata:
"@tailwindcss/typography": ^0.5.10
"@types/bcryptjs": ^2.4.6
"@types/lodash": ^4.14.202
"@types/nodemailer": ^6.4.7
"@types/nodemailer": ^6.4.14
"@types/supertest": ^2.0.16
"@types/uuid": ^9.0.8
"@types/yaireo__tagify": ^4.18.0
Expand Down Expand Up @@ -15331,7 +15331,7 @@ __metadata:
lucia: ^2.7.4
mount-vue-component: ^0.10.2
naive-ui: ^2.37.3
nodemailer: ^6.8.0
nodemailer: ^6.9.9
nuxt: ^3.9.0
nuxt-graphql-server: 3.0.0
nuxt-icon: ^0.6.8
Expand Down Expand Up @@ -17802,10 +17802,10 @@ __metadata:
languageName: node
linkType: hard

"nodemailer@npm:^6.8.0":
version: 6.9.2
resolution: "nodemailer@npm:6.9.2"
checksum: 76a7ea0cff221914d3ebb666f26f30c9374f84dd80c1b95bb186873295ecf8dea887ed36a1e8d5d90930c36b30f85ceac062fc9efb7bc75821fe497be4103d25
"nodemailer@npm:^6.9.9":
version: 6.9.9
resolution: "nodemailer@npm:6.9.9"
checksum: 9af862b497273796ad6ba7ca9eac23a7d69737554f6dd51cfd3557f60902c56344158192672f1208daf00340a47a9e1805bd809965edc191011b35dd98a74be1
languageName: node
linkType: hard

Expand Down
Loading