Skip to content

Commit

Permalink
chore: update oada/client
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 15, 2024
1 parent dfa5722 commit e9f4ef4
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 104 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trellisfw/monitor",
"version": "2.2.5",
"version": "2.2.6",
"description": "A Trellis microservice to respond to monitor pings, spawn and check things internally, and respond with success or fail",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -34,17 +34,17 @@
}
},
"dependencies": {
"@oada/client": "5.1.0",
"@oada/client": "5.2.3",
"convict": "^6.2.4",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"ksuid": "^3.0.0",
"micromatch": "^4.0.8",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"tiny-json-http": "^7.5.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
Expand Down Expand Up @@ -72,12 +72,12 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-escompat": "^3.11.1",
"eslint-plugin-escompat": "^3.11.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
Expand All @@ -94,7 +94,7 @@
"minimist": "^1.2.8",
"nock": "^13.5.5",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"resolutions": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
Expand Down
Loading

0 comments on commit e9f4ef4

Please sign in to comment.