Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a44e77d

Browse files
aileenkirrg001
authored andcommitted
Bump dependencies (#106)
no issue - image-size@0.6.1 - validator@9.1.1 - chai@4.1.2 - cz-conventional-changelog@2.1.0 - mocha@4.0.1 - semantic-release@9.1.0
1 parent 427c046 commit a44e77d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"watch": "mocha --watch $(find test -name '*.test.js')",
99
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')",
1010
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')",
11-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
11+
"semantic-release": "semantic-release"
1212
},
1313
"engines": {
1414
"node": "^4.5.0 || ^6.9.0 || ^8.9.0"
@@ -32,21 +32,21 @@
3232
"emits": "^3.0.0",
3333
"got": "^7.1.0",
3434
"htmlparser2": "^3.9.2",
35-
"image-size": "0.5.1",
35+
"image-size": "0.6.1",
3636
"lodash": "^4.17.4",
37-
"nock": "^9.0.2",
38-
"rewire": "^2.5.2",
3937
"uuid": "^3.0.0",
40-
"validator": "^8.2.0"
38+
"validator": "^9.1.1"
4139
},
4240
"devDependencies": {
43-
"chai": "^3.5.0",
44-
"cz-conventional-changelog": "1.2.0",
41+
"chai": "^4.1.2",
42+
"cz-conventional-changelog": "2.1.0",
4543
"istanbul": "^0.4.5",
46-
"mocha": "^3.2.0",
47-
"semantic-release": "6.3.2",
48-
"sinon": "^1.17.7",
49-
"sinon-chai": "^2.8.0"
44+
"mocha": "^4.0.1",
45+
"semantic-release": "9.1.0",
46+
"sinon": "1.17.7",
47+
"sinon-chai": "^2.8.0",
48+
"nock": "^9.0.2",
49+
"rewire": "^2.5.2"
5050
},
5151
"config": {
5252
"commitizen": {

0 commit comments

Comments
 (0)