Skip to content

Commit 972302a

Browse files
committed
Update dependencies
1 parent de2e28b commit 972302a

File tree

3 files changed

+40
-21
lines changed

3 files changed

+40
-21
lines changed

npm-shrinkwrap.json

Lines changed: 38 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"google-auth-library": "^7.11.0",
120120
"inquirer": "^8.2.0",
121121
"js-yaml": "^3.13.1",
122+
"JSONStream": "^1.3.5",
122123
"jsonwebtoken": "^8.5.1",
123124
"leven": "^3.1.0",
124125
"libsodium-wrappers": "^0.7.10",
@@ -176,7 +177,6 @@
176177
"@types/glob": "^7.1.1",
177178
"@types/inquirer": "^8.1.3",
178179
"@types/js-yaml": "^3.12.2",
179-
"@types/jsonstream": "^0.8.30",
180180
"@types/jsonwebtoken": "^8.3.8",
181181
"@types/libsodium-wrappers": "^0.7.9",
182182
"@types/lodash": "^4.14.149",

src/test/database/import.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { FirebaseError } from "../../error";
77

88
const dbUrl = new URL("https://test-db.firebaseio.com/foo");
99

10-
describe.only("DatabaseImporter", () => {
10+
describe("DatabaseImporter", () => {
1111
const DATA = { a: 100, b: [true, "bar", { f: { g: 0, h: 1 }, i: "baz" }] };
1212
let DATA_STREAM: NodeJS.ReadableStream;
1313

0 commit comments

Comments
 (0)