|
61 | 61 | "serverless-security": "node scripts/kibana --dev --serverless=security", |
62 | 62 | "spec_to_console": "node scripts/spec_to_console", |
63 | 63 | "start": "node scripts/kibana --dev", |
64 | | - "storybook": "node scripts/storybook", |
| 64 | + "storybook": "node --openssl-legacy-provider scripts/storybook", |
65 | 65 | "test:ftr": "node scripts/functional_tests", |
66 | 66 | "test:ftr:runner": "node scripts/functional_test_runner", |
67 | 67 | "test:ftr:server": "node scripts/functional_tests_server", |
|
73 | 73 | "url": "https://github.com/elastic/kibana.git" |
74 | 74 | }, |
75 | 75 | "engines": { |
76 | | - "node": "16.20.1", |
| 76 | + "node": "18.17.0", |
77 | 77 | "yarn": "^1.22.19" |
78 | 78 | }, |
79 | 79 | "resolutions": { |
80 | | - "**/@types/node": "16.11.68", |
| 80 | + "**/@types/node": "18.17.1", |
81 | 81 | "**/chokidar": "^3.5.3", |
82 | 82 | "**/globule/minimatch": "^3.1.2", |
83 | 83 | "**/hoist-non-react-statics": "^3.3.2", |
|
788 | 788 | "@turf/length": "^6.0.2", |
789 | 789 | "@xstate/react": "^3.2.2", |
790 | 790 | "JSONStream": "1.3.5", |
791 | | - "abort-controller": "^3.0.0", |
792 | 791 | "adm-zip": "^0.5.9", |
793 | 792 | "ajv": "^8.12.0", |
794 | 793 | "antlr4ts": "^0.5.0-alpha.3", |
|
929 | 928 | "query-string": "^6.13.2", |
930 | 929 | "rbush": "^3.0.1", |
931 | 930 | "re-resizable": "^6.9.9", |
932 | | - "re2": "1.17.4", |
| 931 | + "re2": "1.17.7", |
933 | 932 | "react": "^17.0.2", |
934 | 933 | "react-ace": "^7.0.5", |
935 | 934 | "react-beautiful-dnd": "^13.1.0", |
|
1298 | 1297 | "@types/multistream": "^4.1.0", |
1299 | 1298 | "@types/mustache": "^0.8.31", |
1300 | 1299 | "@types/nock": "^10.0.3", |
1301 | | - "@types/node": "16.11.68", |
1302 | | - "@types/node-fetch": "^2.6.0", |
| 1300 | + "@types/node": "18.17.1", |
| 1301 | + "@types/node-fetch": "2.6.4", |
1303 | 1302 | "@types/node-forge": "^1.3.1", |
1304 | 1303 | "@types/nodemailer": "^6.4.0", |
1305 | 1304 | "@types/normalize-path": "^3.0.0", |
|
0 commit comments