Skip to content

Commit

Permalink
fix(deps): [security] bump xmldom and y18n (#442)
Browse files Browse the repository at this point in the history
Bumps xmldom from 0.4.0 to 0.5.0. This update includes a security fix.
Bumps y18n from 4.0.0 to 4.0.1. This update includes a security fix.
  • Loading branch information
connium authored Mar 29, 2021
1 parent 5bb39ec commit 5163a1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"docs": "rm -r ./dist && tsc && jsdoc2md --name-format --param-list-format list --separators --partial ./tools/jsdoc2md/body.hbs ./tools/jsdoc2md/params-list.hbs ./tools/jsdoc2md/returns.hbs ./tools/jsdoc2md/scope.hbs --files ./dist/api/**/*.js > ./docs/API.md"
},
"dependencies": {
"xmldom": "^0.4.0"
"xmldom": "^0.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
Expand Down

0 comments on commit 5163a1e

Please sign in to comment.