Skip to content

Commit 9a8495e

Browse files
Update all non-major dependencies
1 parent a1cea41 commit 9a8495e

File tree

7 files changed

+953
-331
lines changed

7 files changed

+953
-331
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:14.16.1
5+
- image: circleci/node:14.18.2
66
working_directory: ~/siros-postgres
77
steps:
88
- checkout

admin-scripts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"description": "Siros admin scripts (command line)",
55
"dependencies": {
66
"dotenv": "8.6.0",
7-
"pdfmake": "0.2.4",
8-
"pg": "8.7.1",
9-
"pg-promise": "10.11.1",
7+
"pdfmake": "0.2.15",
8+
"pg": "8.13.1",
9+
"pg-promise": "10.15.4",
1010
"printf": "0.6.1",
1111
"squel": "5.13.0",
12-
"winston": "3.3.3"
12+
"winston": "3.17.0"
1313
},
1414
"devDependencies": {
1515
"eslint": "7.32.0",
1616
"eslint-config-airbnb-base": "14.2.1",
17-
"eslint-plugin-import": "2.25.3",
18-
"eslint-plugin-jest": "25.3.0",
17+
"eslint-plugin-import": "2.31.0",
18+
"eslint-plugin-jest": "25.7.0",
1919
"jest": "26.6.3"
2020
},
2121
"scripts": {

api-server/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
"dependencies": {
1717
"@koa/router": "10.1.1",
1818
"dotenv": "8.6.0",
19-
"koa": "2.13.4",
20-
"koa-bodyparser": "4.3.0",
21-
"koa-compress": "5.1.0",
19+
"koa": "2.15.3",
20+
"koa-bodyparser": "4.4.1",
21+
"koa-compress": "5.1.1",
2222
"koa-helmet": "6.1.0",
2323
"koa-no-cache": "2.0.0",
2424
"koa-passport": "4.1.4",
25-
"koa-session": "6.2.0",
25+
"koa-session": "6.4.0",
2626
"passport-google-oauth20": "2.0.0",
27-
"pg": "8.7.1",
27+
"pg": "8.13.1",
2828
"squel": "5.13.0",
29-
"winston": "3.3.3"
29+
"winston": "3.17.0"
3030
},
3131
"devDependencies": {
3232
"eslint": "7.32.0",
3333
"eslint-config-airbnb-base": "14.2.1",
34-
"eslint-plugin-import": "2.25.3",
35-
"nodemon": "2.0.15"
34+
"eslint-plugin-import": "2.31.0",
35+
"nodemon": "2.0.22"
3636
}
3737
}

db-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"dependencies": {
66
"dotenv": "8.6.0",
77
"node-pg-migrate": "5.10.0",
8-
"pg": "8.7.1"
8+
"pg": "8.13.1"
99
},
1010
"devDependencies": {
1111
"eslint": "7.32.0",
1212
"eslint-config-airbnb-base": "14.2.1",
13-
"eslint-plugin-import": "2.25.3"
13+
"eslint-plugin-import": "2.31.0"
1414
},
1515
"scripts": {
1616
"build": "../build-scripts/build-db-schema.sh",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"repository": "[email protected]:salsita/siros-postgres.git",
1515
"license": "MIT",
1616
"engines": {
17-
"node": "14.16.1"
17+
"node": "14.21.3"
1818
}
1919
}

web-client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414
},
1515
"proxy": "http://localhost:3001",
1616
"dependencies": {
17-
"@material-ui/core": "4.12.3",
18-
"classnames": "2.3.1",
17+
"@material-ui/core": "4.12.4",
18+
"classnames": "2.5.1",
1919
"lodash.groupby": "4.6.0",
2020
"lodash.uniq": "4.5.0",
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2",
23-
"react-redux": "7.2.6",
23+
"react-redux": "7.2.9",
2424
"react-router5": "8.0.1",
2525
"react-scripts": "4.0.3",
26-
"redux": "4.1.2",
26+
"redux": "4.2.1",
2727
"redux-logger": "3.0.6",
2828
"redux-router5": "8.0.1",
29-
"redux-saga": "1.1.3",
30-
"reduxsauce": "1.2.1",
31-
"reselect": "4.1.5",
29+
"redux-saga": "1.3.0",
30+
"reduxsauce": "1.3.0",
31+
"reselect": "4.1.8",
3232
"router5": "8.0.1",
3333
"router5-plugin-browser": "8.0.1",
3434
"router5-transition-path": "8.0.1"
3535
},
3636
"devDependencies": {
3737
"babel-eslint": "10.1.0",
3838
"eslint-config-airbnb-base": "14.2.1",
39-
"eslint-plugin-import": "2.25.3",
40-
"eslint-plugin-react": "7.27.1"
39+
"eslint-plugin-import": "2.31.0",
40+
"eslint-plugin-react": "7.37.2"
4141
},
4242
"author": "Roman Kaspar <[email protected]> (https://salsitasoft.com/)",
4343
"license": "MIT",

0 commit comments

Comments
 (0)