fix(release): Added package-lock required for pubslishing

This commit is contained in:
Andris Reinman 2023-09-05 11:14:08 +03:00
parent 103dc570d1
commit 6b42cc5c28
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364
3 changed files with 10087 additions and 4 deletions

3
.gitignore vendored
View file

@ -4,7 +4,6 @@ npm-debug.log
.npmrc .npmrc
config/production.* config/production.*
config/development.* config/development.*
package-lock.json*
certs/test-* certs/test-*
zmta-milter 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-mocha-test": "0.13.3",
"grunt-shell-spawn": "0.4.0", "grunt-shell-spawn": "0.4.0",
"grunt-wait": "0.3.0", "grunt-wait": "0.3.0",
"imapflow": "1.0.136", "imapflow": "1.0.143",
"mailparser": "3.6.5", "mailparser": "3.6.5",
"mocha": "10.2.0", "mocha": "10.2.0",
"request": "2.88.2", "request": "2.88.2",
@ -66,7 +66,7 @@
"ioredis": "5.3.2", "ioredis": "5.3.2",
"ipaddr.js": "2.1.0", "ipaddr.js": "2.1.0",
"isemail": "3.2.0", "isemail": "3.2.0",
"joi": "17.10.0", "joi": "17.10.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"key-fingerprint": "1.1.0", "key-fingerprint": "1.1.0",
"libbase64": "1.2.1", "libbase64": "1.2.1",