Skip to content

Commit

Permalink
build(deps): Update dependencies
Browse files Browse the repository at this point in the history
 debug                             4.1.1  →    4.2.0
 dottie                            2.0.1  →    2.0.2
 safe-buffer                       5.1.2  →    5.2.1
 upath                             1.1.0  →    2.0.0
 codecov                           3.7.1  →    3.8.0
 conventional-changelog-metahub    3.0.0  →    4.0.1
 cz-conventional-changelog         3.0.2  →    3.3.0
 mocha                             6.2.2  →    8.1.3
 nyc                              15.0.0  →   15.1.0
 semantic-release                 17.0.4  →   17.1.2
 standard                         12.0.1  →   14.3.4
 @semantic-release/changelog       5.0.0  →    5.0.1
 @wmfs/tymly                     1.103.3  →  1.165.0
 @wmfs/tymly-cardscript-plugin     1.9.1  →   1.21.0
 @wmfs/tymly-pg-plugin           1.137.0  →  1.231.0
 @wmfs/tymly-solr-plugin           2.1.1  →   2.14.0
  • Loading branch information
jezhiggins committed Oct 9, 2020
1 parent 6095f4c commit 813ab28
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
},
"main": "./lib/index.js",
"dependencies": {
"debug": "4.1.1",
"dottie": "2.0.1",
"debug": "4.2.0",
"dottie": "2.0.2",
"file-extension": "4.0.5",
"file-system": "2.2.2",
"safe-buffer": "5.1.2",
"upath": "1.1.0"
"safe-buffer": "5.2.1",
"upath": "2.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"codecov": "3.7.1",
"conventional-changelog-metahub": "3.0.0",
"cz-conventional-changelog": "3.0.2",
"mocha": "6.2.2",
"nyc": "15.0.0",
"semantic-release": "17.0.4",
"standard": "12.0.1",
"@semantic-release/changelog": "5.0.0",
"codecov": "3.8.0",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"mocha": "8.1.3",
"nyc": "15.1.0",
"semantic-release": "17.1.2",
"standard": "14.3.4",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/exec": "5.0.0",
"@wmfs/tymly": "1.103.3",
"@wmfs/tymly-cardscript-plugin": "1.9.1",
"@wmfs/tymly-pg-plugin": "1.137.0",
"@wmfs/tymly-solr-plugin": "2.1.1"
"@wmfs/tymly": "1.165.0",
"@wmfs/tymly-cardscript-plugin": "1.21.0",
"@wmfs/tymly-pg-plugin": "1.231.0",
"@wmfs/tymly-solr-plugin": "2.14.0"
},
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 813ab28

Please sign in to comment.