Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-functions](https://github.com/firebase/firebase-functions). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.1.0 to 9.0.0 - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.1.0...v9.0.0) Updates `firebase-admin` from 7.0.0 to 11.4.1 - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Commits](https://github.com/firebase/firebase-admin-node/compare/v7.0.0...v11.4.1) Updates `firebase-functions` from 2.2.1 to 4.1.1 - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json) - [Commits](https://github.com/firebase/firebase-functions/compare/v2.2.1...v4.1.1) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: firebase-admin dependency-type: direct:production - dependency-name: firebase-functions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
723 B
JSON
27 lines
723 B
JSON
{
|
|
"name": "functions",
|
|
"scripts": {
|
|
"lint": "tslint --project tsconfig.json",
|
|
"build": "tsc",
|
|
"serve": "npm run build && firebase serve --only functions",
|
|
"shell": "npm run build && firebase functions:shell",
|
|
"start": "npm run shell",
|
|
"deploy": "firebase deploy --only functions",
|
|
"logs": "firebase functions:log"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^2.5.0",
|
|
"@types/fs-extra": "^5.0.5",
|
|
"@types/sharp": "^0.22.1",
|
|
"firebase-admin": "~11.4.1",
|
|
"firebase-functions": "^4.1.1",
|
|
"fs-extra": "^7.0.1",
|
|
"sharp": "^0.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"tslint": "^5.12.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"private": true
|
|
}
|