firebase-tools 11.0.0 → 11.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-tools",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "Command-Line Interface for Firebase",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {
@@ -181,7 +181,7 @@
181
181
  "@types/sinon": "^9.0.10",
182
182
  "@types/sinon-chai": "^3.2.2",
183
183
  "@types/stream-json": "^1.7.2",
184
- "@types/supertest": "^2.0.6",
184
+ "@types/supertest": "^2.0.12",
185
185
  "@types/tar": "^6.1.1",
186
186
  "@types/tcp-port-used": "^1.0.1",
187
187
  "@types/tmp": "^0.2.3",
@@ -213,7 +213,7 @@
213
213
  "sinon": "^9.2.3",
214
214
  "sinon-chai": "^3.6.0",
215
215
  "source-map-support": "^0.5.9",
216
- "supertest": "^3.3.0",
216
+ "supertest": "^6.2.3",
217
217
  "swagger2openapi": "^6.0.3",
218
218
  "ts-node": "^10.4.0",
219
219
  "typescript": "^4.5.4",
@@ -29,7 +29,7 @@
29
29
  ]
30
30
  },
31
31
  "devDependencies": {
32
- "pkg": "^4.4.2",
32
+ "pkg": "^5.7.0",
33
33
  "prettier": "^1.15.3"
34
34
  }
35
35
  }