Skip to content

Commit

Permalink
Merge pull request #311 from TWilkin/dependabot/npm_and_yarn/xml2js-0…
Browse files Browse the repository at this point in the history
….5.0

Bump xml2js from 0.4.23 to 0.5.0
  • Loading branch information
TWilkin authored Apr 13, 2023
2 parents 0f637b5 + a2b12bd commit 823032a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
6 changes: 3 additions & 3 deletions kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: powerpi
description: A Helm chart for deploying the PowerPi home automation stack
type: application
version: 0.1.7
appVersion: 0.1.5
version: 0.1.8
appVersion: 0.1.6
dependencies:
# services
- name: babel-fish
Expand All @@ -21,7 +21,7 @@ dependencies:
version: 0.1.1
condition: global.energy-monitor
- name: freedns
version: 0.1.0
version: 0.1.1
condition: global.freeDNS
- name: light-fantastic
version: 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/charts/freedns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: freedns
description: A Helm chart for the FreeDNS service making PowerPi accessible behind dynamically changing IP addresses
type: application
version: 0.1.0
appVersion: 0.0.10
version: 0.1.1
appVersion: 0.0.11
4 changes: 2 additions & 2 deletions services/freedns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerpi/freedns",
"version": "0.0.10",
"version": "0.0.11",
"description": "FreeDNS automatic updater service",
"private": true,
"license": "GPL-3.0-only",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"axios": "^0.21.2",
"loggy": "^1.0.8",
"xml2js": "^0.4.22"
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@
dependencies:
"@types/express" "*"

"@types/node@*", "@types/node@^18.0.0", "@types/node@^18.6.4", "@types/node@^18.7.2":
"@types/node@*", "@types/node@^18.6.4", "@types/node@^18.7.2":
version "18.15.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.10.tgz#4ee2171c3306a185d1208dad5f44dae3dee4cfe3"
integrity sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==
Expand All @@ -1732,6 +1732,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a"
integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==

"@types/node@^18.0.0":
version "18.15.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==

"@types/oauth@*":
version "0.9.1"
resolved "https://registry.npmjs.org/@types/oauth/-/oauth-0.9.1.tgz"
Expand Down Expand Up @@ -8992,10 +8997,10 @@ xml2js@0.4.19:
sax ">=0.6.0"
xmlbuilder "~9.0.1"

xml2js@^0.4.22:
version "0.4.23"
resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz"
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
xml2js@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"
Expand Down

0 comments on commit 823032a

Please sign in to comment.