|
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": "Google Inc.", |
7 | 7 | "engines": { |
8 | | - "node": ">=12.0.0" |
| 8 | + "node": ">=14.0.0" |
9 | 9 | }, |
10 | 10 | "repository": "googleapis/nodejs-logging-winston", |
11 | 11 | "main": "./build/src/index.js", |
|
50 | 50 | "precompile": "gts clean" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@google-cloud/logging": "^10.2.2", |
54 | | - "google-auth-library": "^8.0.2", |
| 53 | + "@google-cloud/logging": "^11.0.0", |
| 54 | + "google-auth-library": "^9.0.0", |
55 | 55 | "lodash.mapvalues": "^4.6.0", |
56 | 56 | "winston-transport": "^4.3.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | 59 | "@compodoc/compodoc": "^1.1.10", |
60 | | - "@google-cloud/common": "^4.0.0", |
| 60 | + "@google-cloud/common": "^5.0.0", |
61 | 61 | "@types/lodash.mapvalues": "^4.6.6", |
62 | 62 | "@types/mocha": "^9.0.0", |
63 | | - "@types/node": "^18.0.0", |
| 63 | + "@types/node": "^20.4.9", |
64 | 64 | "@types/proxyquire": "^1.3.28", |
65 | 65 | "@types/triple-beam": "^1.3.0", |
66 | 66 | "@types/uuid": "^9.0.0", |
67 | | - "c8": "^7.0.0", |
| 67 | + "c8": "^8.0.1", |
68 | 68 | "codecov": "^3.5.0", |
69 | | - "gts": "^3.1.0", |
| 69 | + "gts": "^5.0.0", |
70 | 70 | "linkinator": "^4.0.0", |
71 | 71 | "mocha": "^9.2.2", |
72 | 72 | "post-install-check": "0.0.1", |
73 | 73 | "proxyquire": "^2.1.0", |
74 | | - "typescript": "^4.6.4", |
| 74 | + "typescript": "^5.1.6", |
75 | 75 | "uuid": "^9.0.0", |
76 | 76 | "winston": "^3.2.1" |
77 | 77 | }, |
|
0 commit comments