|
1 | 1 | { |
2 | 2 | "name": "ackee", |
3 | 3 | "private": true, |
4 | | - "version": "3.0.3", |
| 4 | + "version": "3.0.4", |
5 | 5 | "authors": [ |
6 | 6 | "Tobias Reich <tobias@electerious.com>" |
7 | 7 | ], |
|
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | 36 | "ackee-tracker": "^5.0.1", |
37 | | - "apollo-server-lambda": "^2.19.2", |
38 | | - "apollo-server-micro": "^2.19.2", |
| 37 | + "apollo-server-lambda": "^2.21.0", |
| 38 | + "apollo-server-micro": "^2.21.0", |
39 | 39 | "apollo-server-plugin-http-headers": "^0.1.4", |
40 | | - "date-fns": "^2.16.1", |
41 | | - "date-fns-tz": "^1.0.10", |
| 40 | + "date-fns": "^2.17.0", |
| 41 | + "date-fns-tz": "^1.1.2", |
42 | 42 | "debounce-promise": "^3.1.2", |
43 | 43 | "dotenv": "^8.2.0", |
44 | | - "graphql": "^15.4.0", |
45 | | - "graphql-scalars": "^1.7.0", |
46 | | - "graphql-tools": "^7.0.2", |
| 44 | + "graphql": "^15.5.0", |
| 45 | + "graphql-scalars": "^1.7.1", |
| 46 | + "graphql-tools": "^7.0.4", |
47 | 47 | "is-url": "^1.2.4", |
48 | 48 | "micro": "^9.3.4", |
49 | 49 | "microrouter": "^3.1.3", |
50 | | - "mongoose": "^5.11.13", |
| 50 | + "mongoose": "^5.11.17", |
51 | 51 | "node-fetch": "^2.6.1", |
52 | | - "node-schedule": "^1.3.2", |
| 52 | + "node-schedule": "^2.0.0", |
53 | 53 | "normalize-url": "^5.0.0", |
54 | 54 | "request-ip": "^2.1.3", |
55 | 55 | "sanitize-filename": "^1.6.3", |
|
61 | 61 | "ava": "3.15.0", |
62 | 62 | "classnames": "^2.2.6", |
63 | 63 | "coveralls": "^3.1.0", |
64 | | - "eslint": "^7.18.0", |
| 64 | + "eslint": "^7.20.0", |
65 | 65 | "eslint-plugin-import": "^2.22.0", |
66 | 66 | "eslint-plugin-react": "^7.22.0", |
67 | 67 | "eslint-plugin-react-hooks": "^4.2.0", |
|
81 | 81 | "react-dom": "^17.0.1", |
82 | 82 | "react-error-boundary": "^3.1.0", |
83 | 83 | "react-fast-compare": "^3.2.0", |
84 | | - "react-hotkeys-hook": "^3.0.3", |
| 84 | + "react-hotkeys-hook": "^3.1.0", |
85 | 85 | "react-redux": "^7.2.2", |
86 | | - "react-use": "^15.3.8", |
| 86 | + "react-use": "^17.1.1", |
87 | 87 | "redux": "^4.0.5", |
88 | 88 | "redux-devtools-extension": "^2.13.8", |
89 | 89 | "redux-thunk": "^2.3.0", |
|
119 | 119 | } |
120 | 120 | }, |
121 | 121 | "engines": { |
122 | | - "node": ">= 12" |
| 122 | + "node": ">= 14" |
123 | 123 | } |
124 | 124 | } |
0 commit comments