Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Dependabot updates (#404)
Browse files Browse the repository at this point in the history
* chore(deps): bump mocha from 10.0.0 to 10.1.0 (#401)

Bumps [mocha](https://github.com/mochajs/mocha) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: package.json & package-lock.json to reduce vulnerabilities (#403)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-XMLDOMXMLDOM-3042243

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuan Ruo <yuanruo@data.gov.sg>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
4 people committed Oct 19, 2022
1 parent 5afb1c3 commit ab5dc70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.21",
"xml-crypto": "^3.0.0",
"xml-encryption": "^2.0.0",
"xml-encryption": "^3.0.0",
"xml2json-light": "^1.0.6",
"xpath": "0.0.32"
},
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "5.0.0",
"mocha": "10.0.0",
"mocha": "10.1.0",
"mustache": "4.2.0",
"nyc": "15.1.0",
"sinon": "^14.0.1",
Expand Down

0 comments on commit ab5dc70

Please sign in to comment.