Skip to content

Commit b1ccccb

Browse files
Bump tmp, eslint and firebase-tools
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.4 and updates ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [eslint](https://github.com/eslint/eslint) and [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together. Updates `tmp` from 0.0.33 to 0.2.4 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.0.33...v0.2.4) Updates `eslint` from 5.15.3 to 8.57.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v5.15.3...v8.57.1) Updates `firebase-tools` from 9.21.0 to 12.9.1 - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md) - [Commits](firebase/firebase-tools@v9.21.0...v12.9.1) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: indirect - dependency-name: eslint dependency-version: 8.57.1 dependency-type: direct:development - dependency-name: firebase-tools dependency-version: 12.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1869ee commit b1ccccb

File tree

5 files changed

+6157
-5414
lines changed

5 files changed

+6157
-5414
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": "^12.9.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": "^12.9.1"
1818
}
1919
}

0 commit comments

Comments
 (0)