|
1 | 1 | {
|
2 | 2 | "name": "@trellisfw/monitor",
|
3 |
| - "version": "2.2.4", |
| 3 | + "version": "2.2.5", |
4 | 4 | "description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "type": "module",
|
|
36 | 36 | "dependencies": {
|
37 | 37 | "@oada/client": "5.1.0",
|
38 | 38 | "convict": "^6.2.4",
|
39 |
| - "debug": "^4.3.5", |
| 39 | + "debug": "^4.3.7", |
40 | 40 | "dotenv": "^16.4.5",
|
41 |
| - "express": "^4.19.2", |
| 41 | + "express": "^4.21.0", |
42 | 42 | "ksuid": "^3.0.0",
|
43 |
| - "micromatch": "^4.0.7", |
| 43 | + "micromatch": "^4.0.8", |
44 | 44 | "moment": "^2.30.1",
|
45 | 45 | "node-cron": "^3.0.3",
|
46 | 46 | "tiny-json-http": "^7.5.1",
|
47 |
| - "tslib": "^2.6.3" |
| 47 | + "tslib": "^2.7.0" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@ava/typescript": "^5.0.0",
|
51 |
| - "@sinonjs/fake-timers": "^11.2.2", |
52 |
| - "@tsconfig/node16": "^16.1.3", |
| 51 | + "@sinonjs/fake-timers": "^13.0.2", |
| 52 | + "@tsconfig/node22": "^22.0.0", |
53 | 53 | "@types/convict": "^6.1.6",
|
54 | 54 | "@types/debug": "^4.1.12",
|
55 | 55 | "@types/express": "^4.17.21",
|
56 | 56 | "@types/micromatch": "^4.0.9",
|
57 |
| - "@types/node": "20.14.11", |
| 57 | + "@types/node": "22.5.5", |
58 | 58 | "@types/node-cron": "^3.0.11",
|
59 | 59 | "@types/sinonjs__fake-timers": "^8.1.5",
|
60 | 60 | "@types/tiny-json-http": "^7.3.4",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^7.16.1", |
62 |
| - "@typescript-eslint/parser": "^7.16.1", |
63 |
| - "@yarnpkg/sdks": "^3.1.3", |
| 61 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 62 | + "@typescript-eslint/parser": "^7.18.0", |
| 63 | + "@yarnpkg/sdks": "^3.2.0", |
64 | 64 | "ava": "6.1.3",
|
65 | 65 | "ava-nock": "^2.1.0",
|
66 | 66 | "cross-env": "^7.0.3",
|
67 |
| - "eslint": "^8.57.0", |
| 67 | + "eslint": "^8.57.1", |
68 | 68 | "eslint-config-prettier": "^9.1.0",
|
69 | 69 | "eslint-config-xo": "^0.45.0",
|
70 | 70 | "eslint-config-xo-typescript": "^4.0.0",
|
71 | 71 | "eslint-formatter-pretty": "^6.0.1",
|
72 | 72 | "eslint-import-resolver-node": "^0.3.9",
|
73 |
| - "eslint-plugin-array-func": "^5.0.1", |
| 73 | + "eslint-plugin-array-func": "^5.0.2", |
74 | 74 | "eslint-plugin-ava": "^15.0.1",
|
75 |
| - "eslint-plugin-escompat": "^3.4.0", |
| 75 | + "eslint-plugin-escompat": "^3.11.1", |
76 | 76 | "eslint-plugin-eslint-comments": "^3.2.0",
|
77 | 77 | "eslint-plugin-filenames": "^1.3.2",
|
78 |
| - "eslint-plugin-github": "^5.0.1", |
| 78 | + "eslint-plugin-github": "^5.0.2", |
79 | 79 | "eslint-plugin-i18n-text": "^1.0.1",
|
80 |
| - "eslint-plugin-import": "^2.29.1", |
| 80 | + "eslint-plugin-import": "^2.30.0", |
81 | 81 | "eslint-plugin-no-constructor-bind": "^2.0.4",
|
82 |
| - "eslint-plugin-no-only-tests": "^3.1.0", |
| 82 | + "eslint-plugin-no-only-tests": "^3.3.0", |
83 | 83 | "eslint-plugin-no-secrets": "^1.0.2",
|
84 | 84 | "eslint-plugin-node": "^11.1.0",
|
85 | 85 | "eslint-plugin-notice": "^1.0.0",
|
86 | 86 | "eslint-plugin-optimize-regex": "^1.2.1",
|
87 |
| - "eslint-plugin-prettier": "^5.1.3", |
88 |
| - "eslint-plugin-promise": "^6.4.0", |
| 87 | + "eslint-plugin-prettier": "^5.2.1", |
| 88 | + "eslint-plugin-promise": "^6.6.0", |
89 | 89 | "eslint-plugin-regexp": "^2.6.0",
|
90 | 90 | "eslint-plugin-security": "^3.0.1",
|
91 |
| - "eslint-plugin-sonarjs": "^1.0.3", |
| 91 | + "eslint-plugin-sonarjs": "^1.0.4", |
92 | 92 | "eslint-plugin-unicorn": "^54.0.0",
|
93 | 93 | "isomorphic-timers-promises": "^1.0.1",
|
94 | 94 | "minimist": "^1.2.8",
|
95 |
| - "nock": "^13.5.4", |
| 95 | + "nock": "^13.5.5", |
96 | 96 | "prettier": "^3.3.3",
|
97 |
| - "typescript": "^5.5.3" |
| 97 | + "typescript": "^5.6.2" |
98 | 98 | },
|
99 | 99 | "resolutions": {
|
100 | 100 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
|
101 | 101 | },
|
102 |
| - "packageManager": "yarn@4.3.1", |
| 102 | + "packageManager": "yarn@4.5.0", |
103 | 103 | "volta": {
|
104 |
| - "node": "20.13.1" |
| 104 | + "node": "22.9.0" |
105 | 105 | }
|
106 | 106 | }
|
0 commit comments