|
4 | 4 | "version": "0.0.1",
|
5 | 5 | "type": "module",
|
6 | 6 | "dependencies": {
|
7 |
| - "@google-cloud/pubsub": "^4.2.0", |
| 7 | + "@google-cloud/pubsub": "^4.3.1", |
8 | 8 | "aht20-sensor": "^1.0.2",
|
9 |
| - "dotenv": "^16.4.1", |
| 9 | + "dotenv": "^16.4.2", |
10 | 10 | "esbuild": "^0.20.0",
|
11 | 11 | "express": "^4.18.2",
|
12 | 12 | "lodash": "^4.17.21",
|
13 | 13 | "prom-client": "^15.1.0",
|
14 | 14 | "socket.io-client": "^2.4.0",
|
15 | 15 | "ts-node": "^10.9.2",
|
16 | 16 | "typescript": "5.3",
|
17 |
| - "undici": "^5.28.2" |
| 17 | + "undici": "^5.28.3" |
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@faker-js/faker": "^8.4.0", |
21 |
| - "@types/node": "^20.11.16", |
22 |
| - "@typescript-eslint/eslint-plugin": "^6.20.0", |
23 |
| - "@typescript-eslint/parser": "^6.20.0", |
24 |
| - "@typescript-eslint/typescript-estree": "^6.20.0", |
25 |
| - "@typescript-eslint/utils": "^6.20.0", |
| 20 | + "@faker-js/faker": "^8.4.1", |
| 21 | + "@types/node": "^20.11.17", |
| 22 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 23 | + "@typescript-eslint/parser": "^6.21.0", |
| 24 | + "@typescript-eslint/typescript-estree": "^6.21.0", |
| 25 | + "@typescript-eslint/utils": "^6.21.0", |
26 | 26 | "@vitest/coverage-v8": "^1.2.2",
|
27 | 27 | "eslint": "^8.56.0",
|
28 | 28 | "eslint-config-airbnb": "^19.0.4",
|
|
31 | 31 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
32 | 32 | "eslint-plugin-react": "^7.33.2",
|
33 | 33 | "eslint-plugin-react-hooks": "^4.6.0",
|
34 |
| - "msw": "^2.1.5", |
| 34 | + "msw": "^2.1.7", |
35 | 35 | "vitest": "^1.2.2"
|
36 | 36 | },
|
37 | 37 | "scripts": {
|
|
0 commit comments