Skip to content

Commit 24657d3

Browse files
Bump tar and firebase-tools
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.6 and updates ancestor dependency [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together. Updates `tar` from 6.1.15 to 7.5.6 - [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.1.15...v7.5.6) Updates `firebase-tools` from 14.24.0 to 15.3.1 - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](firebase/firebase-tools@v14.24.0...v15.3.1) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.6 dependency-type: indirect - dependency-name: firebase-tools dependency-version: 15.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dd74a4 commit 24657d3

File tree

5 files changed

+3790
-1697
lines changed

5 files changed

+3790
-1697
lines changed

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.3.1",
2121
"mocha": "^10.2.0"
2222
}
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.3.1"
1818
}
1919
}

0 commit comments

Comments
 (0)