Skip to content

Commit

Permalink
Merge pull request #497 from TWilkin/dependabot/npm_and_yarn/follow-r…
Browse files Browse the repository at this point in the history
…edirects-1.15.6

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6
  • Loading branch information
TWilkin authored Mar 14, 2024
2 parents ed128f4 + cbf3e32 commit 9c38e1e
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 208 deletions.
2 changes: 1 addition & 1 deletion common/node/common-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerpi/common-api",
"version": "0.1.4",
"version": "0.1.5",
"description": "PowerPi Common API Typescript library",
"private": true,
"license": "GPL-3.0-only",
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appVersion: 0.5.3
dependencies:
# services
- name: api
version: 0.2.3
version: 0.2.4
- name: config-server
version: 0.1.16
condition: global.config
Expand All @@ -34,9 +34,9 @@ dependencies:
- name: smarter-device-manager
version: 0.1.2
- name: ui
version: 0.2.4
version: 0.2.5
- name: voice-assistant
version: 0.2.4
version: 0.2.5
condition: global.voiceAssistant
# controllers
- name: energenie-controller
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: api
description: A Helm chart for the PowerPi API service
type: application
version: 0.2.3
appVersion: 1.0.3
version: 0.2.4
appVersion: 1.0.4
4 changes: 2 additions & 2 deletions kubernetes/charts/ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: ui
description: A Helm chart for the PowerPi UI service
type: application
version: 0.2.4
appVersion: 1.6.1
version: 0.2.5
appVersion: 1.6.2
4 changes: 2 additions & 2 deletions kubernetes/charts/voice-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: voice-assistant
description: A Helm chart for the PowerPi voice assistant service
type: application
version: 0.2.4
appVersion: 2.0.7
version: 0.2.5
appVersion: 2.0.8
4 changes: 2 additions & 2 deletions services/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerpi/api",
"version": "1.0.3",
"version": "1.0.4",
"description": "PowerPi API",
"private": true,
"license": "GPL-3.0-only",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@powerpi/common": "^0.1.2",
"@powerpi/common-api": "0.1.4",
"@powerpi/common-api": "^0.1.5",
"@tsed/common": "^7.34.2",
"@tsed/core": "^7.34.2",
"@tsed/di": "^7.34.2",
Expand Down
4 changes: 2 additions & 2 deletions services/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerpi/ui",
"version": "1.6.1",
"version": "1.6.2",
"description": "PowerPi UI",
"private": true,
"license": "GPL-3.0-only",
Expand All @@ -24,7 +24,7 @@
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@powerpi/common-api": "0.1.4",
"@powerpi/common-api": "^0.1.5",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.3.1",
"classnames": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions services/voice-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powerpi/voice-assistant",
"version": "2.0.7",
"version": "2.0.8",
"description": "PowerPi home automation voice assistant service",
"private": true,
"license": "GPL-3.0-only",
Expand All @@ -27,7 +27,7 @@
"@jovotech/platform-core": "^4.5.15",
"@jovotech/server-express": "^4.5.15",
"@powerpi/common": "^0.1.2",
"@powerpi/common-api": "0.1.4",
"@powerpi/common-api": "^0.1.5",
"http-status-codes": "^2.2.0",
"source-map-support": "^0.5.19"
},
Expand Down
Loading

0 comments on commit 9c38e1e

Please sign in to comment.