Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrayson committed Jun 10, 2021
1 parent 0aa53bf commit f566733
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"xml2js": "> 0.0.0",
"xmldom": ">= 0.1.16",
"xpath": ">= 0.0.5"
"xml2js": "~0.4.23",
"xmldom": "~0.6.0",
"xpath": "~0.0.32"
},
"devDependencies": {
"chai": "^4.3.4",
Expand All @@ -26,6 +26,6 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"mocha": "^4.1.0"
"mocha": "^8.4.0"
}
}

0 comments on commit f566733

Please sign in to comment.