Skip to content

Commit

Permalink
Fix vulnerable dependencies axios, xml2js and mocha to pass npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Mar 28, 2024
1 parent 2bb0e32 commit 7a64772
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Fix vulnerable dependencies axios, xml2js and mocha to pass npm audit.

## 1.0.0 (2022-08-18)

- Initial stable release. This supports importing sprite map files into Apostrophe to create individual SVG sprite pieces.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.2.0"
"mocha": "^10.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.6.8",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"xml2js": "^0.4.23"
"xml2js": "^0.6.2"
}
}

0 comments on commit 7a64772

Please sign in to comment.