Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4,577 changes: 3,431 additions & 1,146 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.15",
"pg": "8.13.1",
"pg-promise": "10.15.4",
"printf": "0.6.1",
"squel": "5.13.0",
"winston": "3.3.3"
"winston": "3.16.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.31.0",
"eslint-plugin-jest": "25.7.0",
"jest": "26.6.3"
},
"scripts": {
Expand Down
4,826 changes: 3,411 additions & 1,415 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.3",
"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.13.1",
"squel": "5.13.0",
"winston": "3.3.3"
"winston": "3.16.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.31.0",
"nodemon": "2.0.22"
}
}
Loading