Skip to content

Commit 10ce32e

Browse files
Bump tar and firebase-tools
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.16 and updates ancestor dependency [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.16 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.1...v7.5.16) Updates `firebase-tools` from 14.24.0 to 15.20.0 - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Changelog](https://github.com/firebase/firebase-tools/blob/main/CHANGELOG.md) - [Commits](firebase/firebase-tools@v14.24.0...v15.20.0) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.16 dependency-type: indirect - dependency-name: firebase-tools dependency-version: 15.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cb8d0f commit 10ce32e

5 files changed

Lines changed: 1931 additions & 2709 deletions

File tree

firestore/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@types/mocha": "^10.0.1",
20-
"firebase-tools": "^12.2.1",
20+
"firebase-tools": "^15.20.0",
2121
"mocha": "^10.2.0",
2222
"debug": "^4.4.3"
2323
}

firestore/solution-deletes/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"dependencies": {
1515
"firebase-admin": "^11.9.0",
1616
"firebase-functions": "^4.4.0",
17-
"firebase-tools": "^12.2.1"
17+
"firebase-tools": "^15.20.0"
1818
}
1919
}

0 commit comments

Comments
 (0)