Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: fixed make-dir dep
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 10, 2020
1 parent 8d82c0d commit 16fad9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sender-rewriting-scheme": "^1.0.0",
"signale": "^1.4.0",
"smtp-server": "^3.7.0",
"spamscanner": "^0.0.8",
"spamscanner": "^0.0.9",
"split-lines": "^2.0.0",
"superagent": "^6.0.0",
"uuid-by-string": "^3.0.2",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5580,7 +5580,7 @@ make-dir@^2.0.0:
pify "^4.0.1"
semver "^5.6.0"

make-dir@^3.0.0, make-dir@^3.0.2:
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
Expand Down Expand Up @@ -8783,10 +8783,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==

spamscanner@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/spamscanner/-/spamscanner-0.0.8.tgz#74bc41c6206a97c3b44d36a90e3e3b4975ad6050"
integrity sha512-t2klxbBTVkaxt6VM8GBCGGhUHMno57ekUkFsEX4J528K8MKE0vRzGRzZyoS7AVzLhtM/WG5PbohB40EeynyJCg==
spamscanner@^0.0.9:
version "0.0.9"
resolved "https://registry.yarnpkg.com/spamscanner/-/spamscanner-0.0.9.tgz#d7c271dff2fc7d30e38cb2bcc345daa54f3b7e23"
integrity sha512-6GJJ5OjPSGiNzhv4Mcb3BxLa1oeZZkbTKXuLPo9mmigFzakLCj5gjEK/rVT4idJaz8ojxndihhAzZEqo3RqiDA==
dependencies:
"@ladjs/naivebayes" "^0.1.0"
bitcoin-regex "^2.0.0"
Expand Down Expand Up @@ -8817,6 +8817,7 @@ spamscanner@^0.0.8:
mac-regex "^1.0.0"
macos-version "^5.2.0"
mailparser "^2.8.1"
make-dir "^3.1.0"
mime-types "^2.1.27"
ms "^2.1.2"
natural "^2.1.5"
Expand Down

0 comments on commit 16fad9b

Please sign in to comment.