@security-alert/sarif-to-markdown 1.10.3 → 1.10.4

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/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -351,7 +351,7 @@ https://github.com/owner/repo/blob/master/base/examples/Xss.js#L4
351
351
 
352
352
  ## Changelog
353
353
 
354
- See [Releases page](https://github.com/azu/security-alert/releases).
354
+ See [Releases page](https://github.com/security-alert/security-alert/releases).
355
355
 
356
356
  ## Running tests
357
357
 
@@ -363,7 +363,7 @@ Install devDependencies and Run `npm test`:
363
363
 
364
364
  Pull requests and stars are always welcome.
365
365
 
366
- For bugs and feature requests, [please create an issue](https://github.com/azu/security-alert/issues).
366
+ For bugs and feature requests, [please create an issue](https://github.com/security-alert/security-alert/issues).
367
367
 
368
368
  1. Fork it!
369
369
  2. Create your feature branch: `git checkout -b my-new-feature`
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@security-alert/sarif-to-markdown",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "Convert Sarif format to body text",
5
5
  "keywords": [
6
6
  "sarif",
7
7
  "security-alert",
8
8
  "codeql"
9
9
  ],
10
- "homepage": "https://github.com/azu/security-alert/tree/master/packages/sarif-to-markdown/",
10
+ "homepage": "https://github.com/security-alert/security-alert/tree/master/packages/sarif-to-markdown/",
11
11
  "bugs": {
12
- "url": "https://github.com/azu/security-alert/issues"
12
+ "url": "https://github.com/security-alert/security-alert/issues"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/azu/security-alert.git"
16
+ "url": "https://github.com/security-alert/security-alert.git"
17
17
  },
18
18
  "license": "MIT",
19
19
  "author": "azu",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "c4850218e9577edd6b74a38868b41bd2936df22d"
59
+ "gitHead": "c362df11d1023f31c0a4342df87226e6fadf61e3"
60
60
  }