|
25 | 25 | "postinstall": "husky install"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
| 28 | + "@google-cloud/logging": "^9.2.2", |
28 | 29 | "chalk": "^4.1.1",
|
29 | 30 | "cookie": "^0.4.1",
|
30 | 31 | "email-templates": "^8.0.4",
|
31 | 32 | "envalid": "^7.1.0",
|
32 | 33 | "express": "^4.17.1",
|
33 |
| - "express-handlebars": "^5.3.0", |
| 34 | + "express-handlebars": "^5.3.1", |
34 | 35 | "google-auth-library": "^7.0.4",
|
35 | 36 | "got": "^11.8.2",
|
36 | 37 | "handlebars": "^4.7.7",
|
|
41 | 42 | "minimist": "^1.2.5",
|
42 | 43 | "nanoid": "^3.1.22",
|
43 | 44 | "pg": "^8.6.0",
|
44 |
| - "simple-oauth2": "^4.2.0" |
| 45 | + "pretty-error": "^3.0.3", |
| 46 | + "simple-oauth2": "^4.2.0", |
| 47 | + "source-map-support": "^0.5.19" |
45 | 48 | },
|
46 | 49 | "devDependencies": {
|
47 | 50 | "@babel/cli": "^7.13.16",
|
48 | 51 | "@babel/core": "^7.14.0",
|
49 | 52 | "@babel/plugin-proposal-class-properties": "^7.13.0",
|
50 |
| - "@babel/preset-env": "^7.14.0", |
| 53 | + "@babel/preset-env": "^7.14.1", |
51 | 54 | "@babel/preset-typescript": "^7.13.0",
|
52 | 55 | "@babel/register": "^7.13.16",
|
53 | 56 | "@jest/types": "^26.6.2",
|
54 | 57 | "@rollup/plugin-babel": "^5.3.0",
|
55 |
| - "@rollup/plugin-commonjs": "^18.0.0", |
| 58 | + "@rollup/plugin-commonjs": "^18.1.0", |
56 | 59 | "@rollup/plugin-json": "^4.1.0",
|
57 |
| - "@rollup/plugin-node-resolve": "^11.2.1", |
| 60 | + "@rollup/plugin-node-resolve": "^13.0.0", |
58 | 61 | "@rollup/plugin-replace": "^2.4.2",
|
59 | 62 | "@rollup/plugin-run": "^2.0.2",
|
60 | 63 | "@rollup/plugin-url": "^6.0.0",
|
|
68 | 71 | "@types/jsonwebtoken": "^8.5.1",
|
69 | 72 | "@types/lodash": "^4.14.168",
|
70 | 73 | "@types/minimist": "^1.2.1",
|
71 |
| - "@types/node": "^14.14.43", |
| 74 | + "@types/node": "^14.14.44", |
72 | 75 | "@types/simple-oauth2": "^4.1.0",
|
73 | 76 | "@types/supertest": "^2.0.11",
|
74 |
| - "@typescript-eslint/eslint-plugin": "^4.22.0", |
75 |
| - "@typescript-eslint/parser": "^4.22.0", |
| 77 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 78 | + "@typescript-eslint/parser": "^4.22.1", |
76 | 79 | "@yarnpkg/pnpify": "^3.0.0-rc.3",
|
77 | 80 | "babel-jest": "^26.6.3",
|
78 | 81 | "cross-spawn": "^7.0.3",
|
|
83 | 86 | "jest": "^26.6.3",
|
84 | 87 | "knex-types": "^0.2.0",
|
85 | 88 | "prettier": "^2.2.1",
|
86 |
| - "rollup": "^2.46.0", |
| 89 | + "rollup": "^2.47.0", |
87 | 90 | "rollup-plugin-copy": "^3.4.0",
|
88 | 91 | "rollup-plugin-delete": "^2.0.0",
|
89 |
| - "source-map-support": "^0.5.19", |
90 | 92 | "supertest": "^6.1.3",
|
91 | 93 | "typescript": "^4.2.4"
|
92 | 94 | },
|
|
0 commit comments