Skip to content

Commit

Permalink
Fix issue related to chalk 5
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Feb 17, 2022
1 parent 1cdd8fd commit fcef1c9
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Alex Layton <[email protected]>",
"license": "ISC",
"dependencies": {
"pino": "^7.6.5",
"pino": "^7.8.0",
"pino-caller": "^3.2.0",
"pino-debug": "^2.0.0",
"tslib": "^2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-regexp": "^1.5.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-unicorn": "^41.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
Expand Down
8 changes: 4 additions & 4 deletions oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"axios": "^0.26.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.1",
"chalk": "^5.0.0",
"body-parser": "^1.19.2",
"chalk": "^4.1.2",
"clone-deep": "^4.0.1",
"connect-arango": "https://github.com/antioxidanz/connect-arango.git#commit=d002cb106af01f522c4f2df5719c3fce295571d9",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"debug": "^4.3.3",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express": "^4.17.3",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"jsonwebtoken": "^8.5.1",
Expand All @@ -77,7 +77,7 @@
"passport-oauth2-client-password": "~0.1.2",
"pem-jwk": "^2.0.0",
"rsa-pem-to-jwk": "^1.1.3",
"urijs": "^1.19.7",
"urijs": "^1.19.8",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"@types/ws": "^8.2.2",
"connect": "^3.7.0",
"find-my-way": "^5.2.0",
"light-my-request": "^4.7.1"
"light-my-request": "^4.8.0"
}
}
2 changes: 1 addition & 1 deletion oada/services/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@oada/lib-config": "^3.0.1",
"@oada/lib-kafka": "^3.0.1",
"@oada/pino-debug": "^3.0.1",
"chalk": "^5.0.0",
"chalk": "^4.1.2",
"clone-deep": "^4.0.1",
"debug": "^4.3.3",
"ksuid": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion oada/services/well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"debug": "^4.3.3",
"express": "^4.17.2",
"express": "^4.17.3",
"helmet": "^5.0.2",
"oada-error": "^1.1.1",
"tslib": "^2.3.1"
Expand Down
Loading

0 comments on commit fcef1c9

Please sign in to comment.