Merge pull request #489 from nodemailer/add_package_lock

Add package lock
This commit is contained in:
Andris Reinman 2023-09-05 11:20:07 +03:00 committed by GitHub
commit 3105a9c476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10087 additions and 4 deletions

3
.gitignore vendored
View file

@ -4,7 +4,6 @@ npm-debug.log
.npmrc
config/production.*
config/development.*
package-lock.json*
certs/test-*
zmta-milter
zmta-milter.toml
zmta-milter.toml

10084
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@
"grunt-mocha-test": "0.13.3",
"grunt-shell-spawn": "0.4.0",
"grunt-wait": "0.3.0",
"imapflow": "1.0.136",
"imapflow": "1.0.143",
"mailparser": "3.6.5",
"mocha": "10.2.0",
"request": "2.88.2",
@ -66,7 +66,7 @@
"ioredis": "5.3.2",
"ipaddr.js": "2.1.0",
"isemail": "3.2.0",
"joi": "17.10.0",
"joi": "17.10.1",
"js-yaml": "4.1.0",
"key-fingerprint": "1.1.0",
"libbase64": "1.2.1",