|
47 | 47 | "test:jest:ci": "scripts/use_node scripts/jest --ci --colors --runInBand",
|
48 | 48 | "test:jest:ci:coverage": "scripts/use_node scripts/jest --ci --colors --runInBand --coverage",
|
49 | 49 | "test:jest_integration": "scripts/use_node scripts/jest_integration",
|
50 |
| - "test:jest_integration:ci": "scripts/use_node scripts/jest_integration --ci --colors --max-old-space-size=5120", |
| 50 | + "test:jest_integration:ci": "scripts/use_node scripts/jest_integration --ci --colors", |
51 | 51 | "test:mocha": "scripts/use_node scripts/mocha",
|
52 | 52 | "test:mocha:coverage": "yarn nyc --reporter=text-summary --reporter=lcov --report-dir=./target/opensearch-dashboards-coverage/mocha scripts/use_node scripts/mocha",
|
53 | 53 | "test:ftr": "scripts/use_node scripts/functional_tests",
|
|
79 | 79 | "url": "https://github.com/opensearch-project/opensearch-dashboards.git"
|
80 | 80 | },
|
81 | 81 | "resolutions": {
|
82 |
| - "**/@types/node": "^14.17.32", |
| 82 | + "**/@types/node": "~18.7.0", |
83 | 83 | "**/ansi-regex": "^5.0.1",
|
84 | 84 | "**/async": "^3.2.3",
|
85 | 85 | "**/d3-color": "^3.1.0",
|
|
99 | 99 | "**/minimatch": "^3.0.5",
|
100 | 100 | "**/jest-config": "npm:@amoo-miki/jest-config@27.5.1",
|
101 | 101 | "**/jest-jasmine2": "npm:@amoo-miki/jest-jasmine2@27.5.1",
|
| 102 | + "**/set-value": "^4.1.0", |
102 | 103 | "**/xml2js": "^0.5.0",
|
103 | 104 | "**/yaml": "^2.2.2"
|
104 | 105 | },
|
|
170 | 171 | "deep-freeze-strict": "^1.1.1",
|
171 | 172 | "del": "^6.1.1",
|
172 | 173 | "dns-sync": "^0.2.1",
|
173 |
| - "elastic-apm-node": "^3.7.0", |
| 174 | + "elastic-apm-node": "^3.43.0", |
174 | 175 | "elasticsearch": "^16.7.0",
|
175 | 176 | "http-aws-es": "npm:@zhongnansu/http-aws-es@6.0.1",
|
176 | 177 | "execa": "^4.0.2",
|
|
180 | 181 | "getos": "^3.2.1",
|
181 | 182 | "glob": "^7.1.7",
|
182 | 183 | "glob-all": "^3.2.1",
|
183 |
| - "globby": "^8.0.1", |
| 184 | + "globby": "^11.1.0", |
184 | 185 | "handlebars": "4.7.7",
|
185 | 186 | "hjson": "3.2.1",
|
186 | 187 | "http-proxy-agent": "^2.1.0",
|
|
215 | 216 | "rison-node": "1.0.2",
|
216 | 217 | "rxjs": "^6.5.5",
|
217 | 218 | "semver": "^5.7.0",
|
| 219 | + "set-value": "^4.1.0", |
218 | 220 | "source-map-support": "^0.5.19",
|
219 | 221 | "symbol-observable": "^1.2.0",
|
220 | 222 | "tar": "^6.1.11",
|
|
305 | 307 | "@types/mock-fs": "^4.10.0",
|
306 | 308 | "@types/moment-timezone": "^0.5.12",
|
307 | 309 | "@types/mustache": "^0.8.31",
|
308 |
| - "@types/node": "^14.17.32", |
| 310 | + "@types/node": "~18.7.0", |
309 | 311 | "@types/node-forge": "^1.0.1",
|
310 | 312 | "@types/normalize-path": "^3.0.0",
|
311 | 313 | "@types/pegjs": "^0.10.1",
|
|
400 | 402 | "immer": "^9.0.6",
|
401 | 403 | "intl-messageformat-parser": "^1.4.0",
|
402 | 404 | "jest": "^27.5.1",
|
403 |
| - "jest-canvas-mock": "^2.3.1", |
| 405 | + "jest-canvas-mock": "^2.5.1", |
404 | 406 | "jest-raw-loader": "^1.0.1",
|
405 | 407 | "jimp": "^0.14.0",
|
406 | 408 | "jquery": "^3.5.0",
|
|
473 | 475 | "zlib": "^1.0.5"
|
474 | 476 | },
|
475 | 477 | "engines": {
|
476 |
| - "node": "^14.20.1", |
477 |
| - "yarn": "^1.21.1" |
| 478 | + "node": ">=14.20.1 <19", |
| 479 | + "yarn": "^1.22.10" |
478 | 480 | }
|
479 | 481 | }
|
0 commit comments