Skip to content

Commit 52d8df5

Browse files
fix(deps): update all
1 parent b6f1d88 commit 52d8df5

File tree

7 files changed

+66
-66
lines changed

7 files changed

+66
-66
lines changed

cli/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,41 +20,41 @@
2020
"test": "jest"
2121
},
2222
"engines": {
23-
"node": "14.9.0"
23+
"node": "14.21.3"
2424
},
2525
"devDependencies": {
2626
"@types/chalk": "0.4.31",
2727
"@types/inquirer": "6.5.0",
2828
"@types/jest": "25.2.3",
29-
"@types/js-yaml": "3.12.5",
30-
"@types/node": "12.12.55",
31-
"@types/node-emoji": "1.8.1",
32-
"@types/through": "0.0.30",
33-
"@types/yargs": "15.0.5",
29+
"@types/js-yaml": "3.12.10",
30+
"@types/node": "12.20.55",
31+
"@types/node-emoji": "1.8.2",
32+
"@types/through": "0.0.33",
33+
"@types/yargs": "15.0.19",
3434
"jest": "26.6.3",
35-
"lint-staged": "10.3.0",
35+
"lint-staged": "10.5.4",
3636
"ncp": "2.0.0",
3737
"rimraf": "3.0.2",
3838
"ts-jest": "25.5.1",
3939
"ts-node": "8.10.2",
40-
"tsutils": "3.17.1",
41-
"typescript": "3.9.7",
40+
"tsutils": "3.21.0",
41+
"typescript": "3.9.10",
4242
"typescript-eslint-parser": "21.0.2"
4343
},
4444
"dependencies": {
4545
"chalk": "2.4.2",
46-
"chokidar": "3.4.2",
47-
"debounce": "1.2.0",
48-
"execa": "4.0.3",
49-
"figlet": "1.5.0",
50-
"glob": "7.1.6",
46+
"chokidar": "3.6.0",
47+
"debounce": "1.2.1",
48+
"execa": "4.1.0",
49+
"figlet": "1.7.0",
50+
"glob": "7.2.3",
5151
"inquirer": "7.3.3",
52-
"node-emoji": "1.10.0",
52+
"node-emoji": "1.11.0",
5353
"ora": "3.4.0",
5454
"parse-github-url": "1.0.2",
5555
"request": "2.88.2",
5656
"tar": "6.0.5",
57-
"tmp": "0.2.1",
57+
"tmp": "0.2.3",
5858
"yargs": "15.4.1"
5959
},
6060
"jest": {

platform/client-admin/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"private": true,
55
"dependencies": {
66
"@capacitor/core": "2.4.5",
7-
"@ionic/react": "5.3.2",
8-
"@ionic/react-router": "5.3.2",
7+
"@ionic/react": "5.9.4",
8+
"@ionic/react-router": "5.9.4",
99
"@apollo/client": "3.2.0",
1010
"apollo-link-context": "1.0.20",
1111
"apollo-link-ws": "1.0.20",
1212
"google-maps-react": "2.0.6",
13-
"graphql": "15.3.0",
13+
"graphql": "15.8.0",
1414
"graphql-tag": "2.11.0",
1515
"humanize-string":"2.1.0",
16-
"ionicons": "5.1.2",
16+
"ionicons": "5.5.4",
1717
"keycloak-js": "9.0.3",
1818
"moment": "2.27.0",
1919
"react": "16.13.1",
2020
"react-dom": "16.13.1",
2121
"react-router": "5.2.0",
2222
"react-router-dom": "5.2.0",
2323
"simpl-schema": "1.10.0",
24-
"subscriptions-transport-ws": "0.9.18",
25-
"uniforms": "3.0.0-rc.3",
26-
"uniforms-bridge-simple-schema-2": "3.0.0-rc.3",
24+
"subscriptions-transport-ws": "0.11.0",
25+
"uniforms": "3.10.2",
26+
"uniforms-bridge-simple-schema-2": "3.10.2",
2727
"uniforms-ionic": "0.1.0"
2828
},
2929
"scripts": {
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"resolutions": {
54-
"uniforms": "3.0.0-rc.3"
54+
"uniforms": "3.10.2"
5555
},
5656
"devDependencies": {
5757
"@capacitor/cli": "2.4.5",
@@ -60,21 +60,21 @@
6060
"@graphql-codegen/typescript-operations": "1.17.8",
6161
"@graphql-codegen/typescript-react-apollo": "2.0.6",
6262
"@test-graphql-cli/codegen": "4.0.1-beta.6",
63-
"@testing-library/jest-dom": "5.11.4",
63+
"@testing-library/jest-dom": "5.17.0",
6464
"@testing-library/react": "10.4.9",
6565
"@testing-library/user-event": "10.4.1",
66-
"@types/googlemaps": "3.39.13",
66+
"@types/googlemaps": "3.43.3",
6767
"@types/jest": "25.2.3",
6868
"@types/moment": "2.13.0",
69-
"@types/node": "12.12.55",
69+
"@types/node": "12.20.55",
7070
"@types/react": "16.9.49",
7171
"@types/react-dom": "16.9.8",
72-
"@types/react-router": "5.1.8",
73-
"@types/react-router-dom": "5.1.5",
74-
"@types/simpl-schema": "0.2.8",
75-
"graphql-cli": "4.0.1-beta.6",
76-
"react-scripts": "3.4.3",
77-
"typescript": "3.9.7"
72+
"@types/react-router": "5.1.20",
73+
"@types/react-router-dom": "5.3.3",
74+
"@types/simpl-schema": "0.2.10",
75+
"graphql-cli": "4.1.0",
76+
"react-scripts": "3.4.4",
77+
"typescript": "3.9.10"
7878
},
7979
"description": "An Ionic project"
8080
}

platform/client/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"dependencies": {
66
"@capacitor/core": "2.4.5",
7-
"@ionic/react": "5.3.2",
8-
"@ionic/react-router": "5.3.2",
7+
"@ionic/react": "5.9.4",
8+
"@ionic/react-router": "5.9.4",
99
"google-maps-react": "2.0.6",
10-
"graphql": "15.3.0",
10+
"graphql": "15.8.0",
1111
"graphql-tag": "2.11.0",
12-
"ionicons": "5.1.2",
12+
"ionicons": "5.5.4",
1313
"keycloak-js": "9.0.3",
14-
"offix-cache": "0.15.5",
14+
"offix-cache": "0.15.7",
1515
"offix-client": "0.15.5",
1616
"@apollo/client": "3.2.0",
1717
"react": "16.13.1",
@@ -20,9 +20,9 @@
2020
"react-router": "5.2.0",
2121
"react-router-dom": "5.2.0",
2222
"simpl-schema": "1.10.0",
23-
"subscriptions-transport-ws": "0.9.18",
24-
"uniforms": "3.0.0-rc.3",
25-
"uniforms-bridge-simple-schema-2": "3.0.0-rc.3",
23+
"subscriptions-transport-ws": "0.11.0",
24+
"uniforms": "3.10.2",
25+
"uniforms-bridge-simple-schema-2": "3.10.2",
2626
"uniforms-ionic": "0.1.0"
2727
},
2828
"scripts": {
@@ -56,20 +56,20 @@
5656
"@graphql-codegen/typescript-operations": "1.17.8",
5757
"@graphql-codegen/typescript-react-apollo": "2.0.6",
5858
"@test-graphql-cli/codegen": "4.0.1-beta.6",
59-
"@testing-library/jest-dom": "5.11.4",
59+
"@testing-library/jest-dom": "5.17.0",
6060
"@testing-library/react": "10.4.9",
6161
"@testing-library/user-event": "10.4.1",
62-
"@types/googlemaps": "3.39.13",
62+
"@types/googlemaps": "3.43.3",
6363
"@types/jest": "25.2.3",
64-
"@types/node": "12.12.55",
64+
"@types/node": "12.20.55",
6565
"@types/react": "16.9.49",
6666
"@types/react-dom": "16.9.8",
67-
"@types/react-router": "5.1.8",
68-
"@types/react-router-dom": "5.1.5",
69-
"@types/simpl-schema": "0.2.8",
70-
"graphql-cli": "4.0.1-beta.6",
71-
"react-scripts": "3.4.3",
72-
"typescript": "3.9.7"
67+
"@types/react-router": "5.1.20",
68+
"@types/react-router-dom": "5.3.3",
69+
"@types/simpl-schema": "0.2.10",
70+
"graphql-cli": "4.1.0",
71+
"react-scripts": "3.4.4",
72+
"typescript": "3.9.10"
7373
},
7474
"description": "An Ionic project"
7575
}

platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"del-cli": "3.0.1",
99
"graphback-cli": "0.16.2",
10-
"graphql": "15.3.0"
10+
"graphql": "15.8.0"
1111
},
1212
"scripts": {
1313
"start:server": "cd server && yarn start",

platform/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.18.3
1+
FROM node:12.22.12
22

33
# Create app directory
44
WORKDIR /usr/src/app

platform/server/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@types/cors": "2.8.7",
17-
"@types/express": "4.17.0",
18-
"@types/node": "13.13.16",
16+
"@types/cors": "2.8.17",
17+
"@types/express": "4.17.21",
18+
"@types/node": "13.13.52",
1919
"keycloak-request-token": "0.1.0",
2020
"ts-node": "8.10.2",
21-
"ts-node-dev": "1.0.0-pre.62",
21+
"ts-node-dev": "1.1.8",
2222
"tslint": "6.1.3",
23-
"typescript": "3.9.7"
23+
"typescript": "3.9.10"
2424
},
2525
"dependencies": {
2626
"@aerogear/graphql-mqtt-subscriptions": "1.1.3",
@@ -32,17 +32,17 @@
3232
"@types/react": "16.9.49",
3333
"apollo-server-express": "2.17.0",
3434
"cors": "2.8.5",
35-
"dotenv": "8.2.0",
36-
"express": "4.17.1",
37-
"express-session": "1.17.1",
35+
"dotenv": "8.6.0",
36+
"express": "4.18.3",
37+
"express-session": "1.18.0",
3838
"graphback": "0.16.2",
39-
"graphql": "15.3.0",
39+
"graphql": "15.8.0",
4040
"graphql-merge-resolvers": "1.1.16",
41-
"graphql-subscriptions": "1.1.0",
41+
"graphql-subscriptions": "1.2.1",
4242
"graphql-tag": "2.11.0",
4343
"keycloak-connect": "10.0.2",
44-
"keycloak-connect-graphql": "0.6.1",
45-
"mongo-seeding": "3.4.1",
44+
"keycloak-connect-graphql": "0.7.0",
45+
"mongo-seeding": "3.7.2",
4646
"mongodb": "3.6.1",
4747
"mongodb-backup": "1.6.9",
4848
"mongodb-restore": "1.6.2"

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@docusaurus/core": "2.0.0-alpha.64",
1313
"@docusaurus/preset-classic": "2.0.0-alpha.63",
14-
"classnames": "2.2.6",
14+
"classnames": "2.5.1",
1515
"react": "16.13.1",
1616
"react-dom": "16.13.1"
1717
},
@@ -28,6 +28,6 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"raw-loader": "4.0.1"
31+
"raw-loader": "4.0.2"
3232
}
3333
}

0 commit comments

Comments
 (0)