Skip to content

Commit b572de6

Browse files
authored
Merge pull request #4 from TryGhost/renovate/pin-dependencies
Pin dependency bunyan to 1.8.15
2 parents a462cd8 + 32fe5d4 commit b572de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish --access public && git push --follow-tags; fi"
1515
},
1616
"devDependencies": {
17-
"bunyan": "^1.8.15",
17+
"bunyan": "1.8.15",
1818
"eslint": "7.21.0",
1919
"eslint-plugin-ghost": "2.0.0",
2020
"mocha": "8.2.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ [email protected]:
209209
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
210210
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
211211

212-
bunyan@^1.8.15:
212+
213213
version "1.8.15"
214214
resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.15.tgz#8ce34ca908a17d0776576ca1b2f6cbd916e93b46"
215215
integrity sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==

0 commit comments

Comments
 (0)