Skip to content

Commit

Permalink
Update transient dependency xml2js to v0.5.0 to fix security vulnerab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
mhawkshaw committed Apr 12, 2023
1 parent a20e900 commit 74c2f11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Enviroplus",
"name": "homebridge-enviroplus",
"version": "2.1.7",
"version": "2.1.8",
"description": "Fetches information from Raspberry Pi Enviroplus sensors for air quality.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -40,5 +40,8 @@
"dependencies": {
"async-mqtt": "^2.6.2",
"mqtt": "^4.3.7"
},
"overrides": {
"xml2js": "^0.5.0"
}
}

0 comments on commit 74c2f11

Please sign in to comment.