Skip to content

Commit 84aa9f7

Browse files
Merge pull request #19 from abhinavminhas/dev
Github Release Creation - v.1.0.4
2 parents 0ffc107 + cc442da commit 84aa9f7

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release
22

33
env:
4-
RELEASE_NAME: "v.1.0.3"
4+
RELEASE_NAME: "v.1.0.4"
55
RELEASE_NOTES: |
6-
- Sofware Release (qTest-MSTest-Parser)
7-
- No change to qTest-MSTest-Parser
8-
- Security Update - 'glob-parent' dependency update to latest version (6.0.2) to avoid [CVE-2020-28469](https://github.com/advisories/GHSA-ww39-953v-wcq6)
6+
- Security Update - 'decode-uri-component' vulnerable to Denial of Service (DoS) [CVE-2022-38900](https://github.com/advisories/GHSA-w573-4hg7-7wgq)
7+
- Security Update - 'minimatch' ReDoS vulnerability [CVE-2022-3517](https://github.com/advisories/GHSA-f8q6-p94x-37v3)
8+
- Security Update - 'xml2js' is vulnerable to prototype pollution [CVE-2023-0842](https://github.com/advisories/GHSA-776f-qx25-q3cc)
99
1010
on:
1111
workflow_dispatch:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"dependencies": {
2020
"fs": "^0.0.1-security",
2121
"globby": "^9.1.0",
22-
"xml2js": "^0.4.23"
22+
"xml2js": "^0.5.0"
2323
}
2424
}

0 commit comments

Comments
 (0)