mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-23 18:55:26 +00:00
build(deps): bump nodemailer from 8.0.1 to 8.0.2 in /backend (#677)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc7e6a3855
commit
c38675d20a
8
backend/package-lock.json
generated
8
backend/package-lock.json
generated
@ -12,7 +12,7 @@
|
||||
"@fastify/type-provider-typebox": "^6.1.0",
|
||||
"@types/nodemailer": "^7.0.11",
|
||||
"fastify": "^5.8.1",
|
||||
"nodemailer": "^8.0.1",
|
||||
"nodemailer": "^8.0.2",
|
||||
"ts-dotenv": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -9514,9 +9514,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/nodemailer": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.1.tgz",
|
||||
"integrity": "sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==",
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.2.tgz",
|
||||
"integrity": "sha512-zbj002pZAIkWQFxyAaqoxvn+zoIwRnS40hgjqTXudKOOJkiFFgBeNqjgD3/YCR12sZnrghWYBY+yP1ZucdDRpw==",
|
||||
"license": "MIT-0",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
"@fastify/type-provider-typebox": "^6.1.0",
|
||||
"@types/nodemailer": "^7.0.11",
|
||||
"fastify": "^5.8.1",
|
||||
"nodemailer": "^8.0.1",
|
||||
"nodemailer": "^8.0.2",
|
||||
"ts-dotenv": "^0.9.1"
|
||||
},
|
||||
"imports": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user