hubot-grafana 3.1.2 → 3.1.4

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  node-version: ${{ matrix.node-version }}
20
20
  - name: npm install, build, and test
21
21
  run: |
22
- npm install
22
+ npm ci
23
23
  npm run build --if-present
24
24
  npm test
25
25
  env:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hubot-grafana",
3
3
  "description": "Query Grafana dashboards",
4
- "version": "3.1.2",
4
+ "version": "3.1.4",
5
5
  "author": "Stephen Yeargin <stephen@yearg.in>",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -28,12 +28,12 @@
28
28
  "chai": "^4.3.6",
29
29
  "coffee-script": "^1.12.7",
30
30
  "hubot-test-helper": "^1.9.0",
31
- "husky": "^7.0.4",
32
- "mocha": "^9.2.2",
33
- "nock": "^13.2.4",
34
- "release-it": "^14.13.1",
31
+ "husky": "^8.0.1",
32
+ "mocha": "^10.0.0",
33
+ "nock": "^13.2.9",
34
+ "release-it": "^15.3.0",
35
35
  "require-dir": "^1.2.0",
36
- "sinon": "^13.0.1",
36
+ "sinon": "^14.0.0",
37
37
  "sinon-chai": "^3.7.0",
38
38
  "travis-cov": "^0.2.5"
39
39
  },