Skip to content

Commit 17528e1

Browse files
committed
Pin dependency mkdirp to 1.0.4
1 parent 636e9a5 commit 17528e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bunyan": "1.8.15",
1818
"eslint": "7.21.0",
1919
"eslint-plugin-ghost": "2.0.0",
20-
"mkdirp": "^1.0.4",
20+
"mkdirp": "1.0.4",
2121
"mocha": "8.2.1",
2222
"should": "13.2.3",
2323
"sinon": "9.2.4"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,18 +1045,18 @@ minimist@^1.2.5:
10451045
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
10461046
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
10471047

1048+
1049+
version "1.0.4"
1050+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1051+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1052+
10481053
mkdirp@^0.5.1, mkdirp@~0.5.1:
10491054
version "0.5.5"
10501055
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
10511056
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
10521057
dependencies:
10531058
minimist "^1.2.5"
10541059

1055-
mkdirp@^1.0.4:
1056-
version "1.0.4"
1057-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1058-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1059-
10601060
10611061
version "8.2.1"
10621062
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39"

0 commit comments

Comments
 (0)