|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "resolutions": { |
6 | | - "minimist": "^1.2.2", |
| 6 | + "minimist": "^1.2.8", |
7 | 7 | "acorn": "^7.1.1", |
8 | 8 | "serialize-javascript": "^2.1.1", |
9 | 9 | "kind-of": "^6.0.3", |
10 | 10 | "websocket-extensions": "^0.1.4" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@babel/core": "^7.11.6", |
14 | | - "@babel/plugin-transform-runtime": "^7.11.5", |
| 13 | + "@babel/core": "^7.23.6", |
| 14 | + "@babel/plugin-transform-runtime": "^7.23.6", |
15 | 15 | "@svgr/webpack": "4.3.2", |
16 | 16 | "@typescript-eslint/eslint-plugin": "^2.34.0", |
17 | 17 | "@typescript-eslint/parser": "^2.34.0", |
18 | 18 | "awesome-bootstrap-checkbox": "^1.0.1", |
19 | 19 | "axios": "^0.19.0", |
20 | | - "babel-eslint": "10.0.3", |
| 20 | + "babel-eslint": "10.1.0", |
21 | 21 | "babel-jest": "^24.9.0", |
22 | 22 | "babel-loader": "8.0.6", |
23 | | - "babel-plugin-named-asset-import": "^0.3.4", |
| 23 | + "babel-plugin-named-asset-import": "^0.3.8", |
24 | 24 | "babel-preset-react-app": "^9.0.2", |
25 | 25 | "bootstrap": "^4.5.2", |
26 | 26 | "camelcase": "^5.2.0", |
27 | | - "case-sensitive-paths-webpack-plugin": "2.2.0", |
28 | | - "classnames": "^2.2.6", |
29 | | - "cookie-parser": "^1.4.4", |
| 27 | + "case-sensitive-paths-webpack-plugin": "2.4.0", |
| 28 | + "classnames": "^2.3.2", |
| 29 | + "cookie-parser": "^1.4.6", |
30 | 30 | "css-loader": "2.1.1", |
31 | 31 | "dotenv": "^8.2.0", |
32 | 32 | "dotenv-expand": "5.1.0", |
33 | 33 | "eslint": "^6.1.0", |
34 | 34 | "eslint-config-react-app": "^5.0.2", |
35 | 35 | "eslint-loader": "3.0.2", |
36 | 36 | "eslint-plugin-flowtype": "3.13.0", |
37 | | - "eslint-plugin-import": "2.18.2", |
38 | | - "eslint-plugin-jsx-a11y": "6.2.3", |
39 | | - "eslint-plugin-react": "7.14.3", |
| 37 | + "eslint-plugin-import": "2.29.1", |
| 38 | + "eslint-plugin-jsx-a11y": "6.8.0", |
| 39 | + "eslint-plugin-react": "7.33.2", |
40 | 40 | "eslint-plugin-react-hooks": "^1.6.1", |
41 | 41 | "express-graphql": "^0.9.0", |
42 | 42 | "express-jwt": "^5.3.1", |
|
46 | 46 | "glyphicons-halflings": "^1.9.1", |
47 | 47 | "graphql": "^14.7.0", |
48 | 48 | "graphql-relay": "^0.6.0", |
49 | | - "graphql-sequelize": "^9.3.6", |
| 49 | + "graphql-sequelize": "^9.5.1", |
50 | 50 | "helmet": "^3.23.3", |
51 | 51 | "html-webpack-plugin": "4.0.0-beta.5", |
52 | 52 | "identity-obj-proxy": "3.0.0", |
|
62 | 62 | "normalize.css": "^8.0.1", |
63 | 63 | "npm-run-all": "^4.1.5", |
64 | 64 | "optimize-css-assets-webpack-plugin": "5.0.3", |
65 | | - "pnp-webpack-plugin": "1.5.0", |
| 65 | + "pnp-webpack-plugin": "1.7.0", |
66 | 66 | "postcss-flexbugs-fixes": "4.1.0", |
67 | 67 | "postcss-loader": "3.0.0", |
68 | 68 | "postcss-normalize": "7.0.1", |
69 | 69 | "postcss-preset-env": "6.7.0", |
70 | 70 | "postcss-safe-parser": "4.0.1", |
71 | | - "prop-types": "^15.7.2", |
| 71 | + "prop-types": "^15.8.1", |
72 | 72 | "react": "^16.11.0", |
73 | 73 | "react-app-polyfill": "^1.0.4", |
74 | 74 | "react-dev-utils": "^9.1.0", |
|
83 | 83 | "recharts": "^1.8.5", |
84 | 84 | "redux": "^4.0.4", |
85 | 85 | "redux-thunk": "^2.3.0", |
86 | | - "resolve": "1.12.0", |
| 86 | + "resolve": "1.22.8", |
87 | 87 | "resolve-url-loader": "2", |
88 | 88 | "sass-loader": "7.2.0", |
89 | 89 | "semver": "6.3.0", |
90 | 90 | "sequelize": "^5.22.3", |
91 | 91 | "sqlite3": "^4.1.0", |
92 | 92 | "style-loader": "1.0.0", |
93 | 93 | "terser-webpack-plugin": "1.4.1", |
94 | | - "ts-pnp": "1.1.4", |
| 94 | + "ts-pnp": "1.2.0", |
95 | 95 | "url-loader": "2.1.0", |
96 | 96 | "uuid": "^3.3.3", |
97 | 97 | "webpack": "4.41.0", |
|
176 | 176 | ] |
177 | 177 | }, |
178 | 178 | "devDependencies": { |
179 | | - "@babel/cli": "^7.11.6", |
180 | | - "@babel/node": "^7.10.5", |
181 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
182 | | - "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
183 | | - "@babel/polyfill": "^7.11.5", |
| 179 | + "@babel/cli": "^7.23.4", |
| 180 | + "@babel/node": "^7.22.19", |
| 181 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 182 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 183 | + "@babel/polyfill": "^7.12.1", |
184 | 184 | "@babel/preset-env": "^7.11.5", |
185 | 185 | "cross-env": "^6.0.3" |
186 | 186 | } |
|
0 commit comments