git-raw-commits 2.0.3 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.3...git-raw-commits@2.0.7) (2020-05-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update yargs-parser to move off a flagged-vulnerable version. ([#635](https://github.com/conventional-changelog/conventional-changelog/issues/635)) ([aafc0f0](https://github.com/conventional-changelog/conventional-changelog/commit/aafc0f00412c3e4b23b8418300e5a570a48fe24d))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits@2.0.2...git-raw-commits@2.0.3) (2019-11-14)
7
18
 
8
19
  **Note:** Version bump only for package git-raw-commits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-raw-commits",
3
- "version": "2.0.3",
3
+ "version": "2.0.7",
4
4
  "description": "Get raw git commits out of your repository using git-log(1)",
5
5
  "bugs": {
6
6
  "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "engines": {
20
- "node": ">=6.9.0"
20
+ "node": ">=10"
21
21
  },
22
22
  "files": [
23
23
  "index.js",
@@ -33,9 +33,9 @@
33
33
  "git-log"
34
34
  ],
35
35
  "dependencies": {
36
- "dargs": "^4.0.1",
36
+ "dargs": "^7.0.0",
37
37
  "lodash.template": "^4.0.2",
38
- "meow": "^5.0.0",
38
+ "meow": "^7.0.0",
39
39
  "split2": "^2.0.0",
40
40
  "through2": "^3.0.0"
41
41
  },
@@ -45,5 +45,5 @@
45
45
  "bin": {
46
46
  "git-raw-commits": "cli.js"
47
47
  },
48
- "gitHead": "79217815a7ce5f3d3f833961ce9a14bd454e5789"
48
+ "gitHead": "83643c5a0d2c4d7c9ba14cbf990ffbc577a51e8c"
49
49
  }