Skip to content

Commit 9f4efd8

Browse files
MaledongMylesBorins
authored andcommitted
fixture: Upgrations of some packages, with one typo error
1. wont => won't. 2. Update 'semver' from 6.0.0 to 6.3.0. 3. Update 'marked' from 0.6.2 to 0.7.0, this is a fixture for some known vulnerability. Another will be fixed until metalsmith/markdown#40 is merged.
1 parent 84bedce commit 9f4efd8

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jstransformer-handlebars": "1.1.0",
4040
"junk": "3.1.0",
4141
"lodash.defaultsdeep": "^4.6.1",
42-
"marked": "0.6.2",
42+
"marked": "0.7.0",
4343
"metalsmith": "2.3.0",
4444
"metalsmith-collections": "0.9.0",
4545
"metalsmith-discover-helpers": "^0.1.1",
@@ -57,7 +57,7 @@
5757
"octonode": "^0.9.5",
5858
"request": "^2.88.0",
5959
"require-dir": "1.2.0",
60-
"semver": "6.0.0",
60+
"semver": "6.3.0",
6161
"st": "1.2.2",
6262
"strftime": "0.10.0"
6363
},

scripts/release-post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* What's this?? It will help you create release blog
5-
* posts so you wont have to do the tedious work
5+
* posts so you won't have to do the tedious work
66
* of stitching together data from changelog, shasums etc,
77
* but get a more or less complete release blog ready to go.
88
*

0 commit comments

Comments
 (0)