Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent a1cea41 commit 4f86d95
Show file tree
Hide file tree
Showing 11 changed files with 10,714 additions and 3,417 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:14.16.1
- image: circleci/node:14.18.2
working_directory: ~/siros-postgres
steps:
- checkout
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
save=true
save-exact=true

4,529 changes: 3,374 additions & 1,155 deletions admin-scripts/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions admin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "Siros admin scripts (command line)",
"dependencies": {
"dotenv": "8.6.0",
"pdfmake": "0.2.4",
"pg": "8.7.1",
"pg-promise": "10.11.1",
"pdfmake": "0.2.10",
"pg": "8.11.3",
"pg-promise": "10.15.4",
"printf": "0.6.1",
"squel": "5.13.0",
"winston": "3.3.3"
"winston": "3.12.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "25.7.0",
"jest": "26.6.3"
},
"scripts": {
Expand Down
4,888 changes: 3,422 additions & 1,466 deletions api-server/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"dependencies": {
"@koa/router": "10.1.1",
"dotenv": "8.6.0",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-compress": "5.1.0",
"koa": "2.15.1",
"koa-bodyparser": "4.4.1",
"koa-compress": "5.1.1",
"koa-helmet": "6.1.0",
"koa-no-cache": "2.0.0",
"koa-passport": "4.1.4",
"koa-session": "6.2.0",
"koa-session": "6.4.0",
"passport-google-oauth20": "2.0.0",
"pg": "8.7.1",
"pg": "8.11.3",
"squel": "5.13.0",
"winston": "3.3.3"
"winston": "3.12.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.25.3",
"nodemon": "2.0.15"
"eslint-plugin-import": "2.29.1",
"nodemon": "2.0.22"
}
}
Loading

0 comments on commit 4f86d95

Please sign in to comment.