@kronos-integration/service-influxdb 1.3.32 → 1.3.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ jobs:
17
17
  run: git checkout
18
18
  if: ${{ github.event_name == 'pull_request' }}
19
19
  - name: initialize CodeQL
20
- uses: github/codeql-action/init@v3
20
+ uses: github/codeql-action/init@v4
21
21
  with:
22
22
  languages: javascript
23
23
  - name: prepare node
@@ -28,4 +28,4 @@ jobs:
28
28
  - name: install
29
29
  run: npm ci
30
30
  - name: perform CodeQL analysis
31
- uses: github/codeql-action/analyze@v3
31
+ uses: github/codeql-action/analyze@v4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-influxdb",
3
- "version": "1.3.32",
3
+ "version": "1.3.34",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@influxdata/influxdb-client": "^1.35.0",
40
- "@kronos-integration/service": "^13.2.36",
41
- "pacc": "^4.39.2"
40
+ "@kronos-integration/service": "^13.2.38",
41
+ "pacc": "^4.39.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^24.6.2",
44
+ "@types/node": "^24.7.0",
45
45
  "ava": "^6.4.1",
46
46
  "c8": "^10.1.3",
47
47
  "documentation": "^14.0.3",