firebase-tools 10.9.2 → 11.0.0

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": "10.9.2",
3
+ "version": "11.0.0",
4
4
  "description": "Command-Line Interface for Firebase",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {
@@ -28,7 +28,6 @@
28
28
  "test:emulator": "./scripts/emulator-tests/run.sh",
29
29
  "test:extensions-deploy": "./scripts/extensions-deploy-tests/run.sh",
30
30
  "test:extensions-emulator": "./scripts/extensions-emulator-tests/run.sh",
31
- "test:ext-dev-emulator": "./scripts/ext-dev-emulators-tests/run.sh",
32
31
  "test:hosting": "./scripts/hosting-tests/run.sh",
33
32
  "test:triggers-end-to-end": "./scripts/triggers-end-to-end-tests/run.sh",
34
33
  "test:storage-deploy": "./scripts/storage-deploy-tests/run.sh",
@@ -57,7 +56,7 @@
57
56
  ],
58
57
  "preferGlobal": true,
59
58
  "engines": {
60
- "node": ">= 12"
59
+ "node": ">= 14.18.0"
61
60
  },
62
61
  "author": "Firebase (https://firebase.google.com/)",
63
62
  "license": "MIT",
@@ -86,7 +85,7 @@
86
85
  ]
87
86
  },
88
87
  "dependencies": {
89
- "@google-cloud/pubsub": "^2.18.4",
88
+ "@google-cloud/pubsub": "^2.19.4",
90
89
  "abort-controller": "^3.0.0",
91
90
  "ajv": "^6.12.6",
92
91
  "archiver": "^5.0.0",
@@ -101,14 +100,13 @@
101
100
  "cross-env": "^5.1.3",
102
101
  "cross-spawn": "^7.0.1",
103
102
  "csv-parse": "^5.0.4",
104
- "dotenv": "^6.1.0",
105
103
  "exegesis": "^4.1.0",
106
104
  "exegesis-express": "^4.0.0",
107
105
  "exit-code": "^1.0.2",
108
106
  "express": "^4.16.4",
109
107
  "filesize": "^6.1.0",
110
108
  "firebase-frameworks": "^0.4.2",
111
- "fs-extra": "^5.0.0",
109
+ "fs-extra": "^10.1.0",
112
110
  "glob": "^7.1.2",
113
111
  "google-auth-library": "^7.11.0",
114
112
  "inquirer": "^8.2.0",
@@ -116,8 +114,8 @@
116
114
  "jsonwebtoken": "^8.5.1",
117
115
  "leven": "^3.1.0",
118
116
  "lodash": "^4.17.21",
119
- "marked": "^4.0.10",
120
- "marked-terminal": "^3.3.0",
117
+ "marked": "^4.0.14",
118
+ "marked-terminal": "^5.1.1",
121
119
  "mime": "^2.5.2",
122
120
  "minimatch": "^3.0.4",
123
121
  "morgan": "^1.10.0",
@@ -135,8 +133,8 @@
135
133
  "stream-json": "^1.7.3",
136
134
  "superstatic": "^8.0.0",
137
135
  "tar": "^6.1.11",
138
- "tcp-port-used": "^1.0.1",
139
- "tmp": "0.0.33",
136
+ "tcp-port-used": "^1.0.2",
137
+ "tmp": "^0.2.1",
140
138
  "triple-beam": "^1.3.0",
141
139
  "tweetsodium": "0.0.5",
142
140
  "universal-analytics": "^0.5.3",
@@ -160,20 +158,19 @@
160
158
  "@types/configstore": "^4.0.0",
161
159
  "@types/cors": "^2.8.10",
162
160
  "@types/cross-spawn": "^6.0.1",
163
- "@types/dotenv": "^6.1.0",
164
161
  "@types/express": "^4.17.0",
165
162
  "@types/express-serve-static-core": "^4.17.8",
166
- "@types/fs-extra": "^5.0.5",
163
+ "@types/fs-extra": "^9.0.13",
167
164
  "@types/glob": "^7.1.1",
168
165
  "@types/inquirer": "^8.1.3",
169
166
  "@types/js-yaml": "^3.12.2",
170
167
  "@types/jsonwebtoken": "^8.3.8",
171
168
  "@types/lodash": "^4.14.149",
172
- "@types/marked": "^4.0.1",
169
+ "@types/marked": "^4.0.3",
173
170
  "@types/marked-terminal": "^3.1.3",
174
171
  "@types/mocha": "^9.0.0",
175
172
  "@types/multer": "^1.4.3",
176
- "@types/node": "^12.20.39",
173
+ "@types/node": "^14.18.18",
177
174
  "@types/node-fetch": "^2.5.12",
178
175
  "@types/progress": "^2.0.3",
179
176
  "@types/puppeteer": "^5.4.2",
@@ -186,8 +183,8 @@
186
183
  "@types/stream-json": "^1.7.2",
187
184
  "@types/supertest": "^2.0.6",
188
185
  "@types/tar": "^6.1.1",
189
- "@types/tcp-port-used": "^1.0.0",
190
- "@types/tmp": "^0.1.0",
186
+ "@types/tcp-port-used": "^1.0.1",
187
+ "@types/tmp": "^0.2.3",
191
188
  "@types/triple-beam": "^1.3.0",
192
189
  "@types/universal-analytics": "^0.4.5",
193
190
  "@types/unzipper": "^0.10.0",
@@ -200,7 +197,7 @@
200
197
  "eslint": "^8.6.0",
201
198
  "eslint-config-google": "^0.14.0",
202
199
  "eslint-config-prettier": "^8.3.0",
203
- "eslint-plugin-jsdoc": "^37.5.1",
200
+ "eslint-plugin-jsdoc": "^39.2.9",
204
201
  "eslint-plugin-prettier": "^4.0.0",
205
202
  "firebase": "^7.24.0",
206
203
  "firebase-admin": "^9.4.2",