From 0eee69fb7e0eb7175798c79c69cf7efbe0eb396f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:29:19 +0000 Subject: [PATCH] chore(deps): bump @elastic/synthetics from 1.7.2 to 1.9.1 Bumps [@elastic/synthetics](https://github.com/elastic/synthetics) from 1.7.2 to 1.9.1. - [Release notes](https://github.com/elastic/synthetics/releases) - [Changelog](https://github.com/elastic/synthetics/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/synthetics/compare/v1.7.2...v1.9.1) --- updated-dependencies: - dependency-name: "@elastic/synthetics" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 78 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 68 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d989836b..a519b91d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^89.1.0", - "@elastic/synthetics": "=1.7.2", + "@elastic/synthetics": "=1.9.1", "@emotion/cache": "^11.9.3", "@emotion/react": "^11.9.3", "dotenv": "^16.0.3", @@ -2657,9 +2657,9 @@ } }, "node_modules/@elastic/synthetics": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@elastic/synthetics/-/synthetics-1.7.2.tgz", - "integrity": "sha512-xOBFWDmGC+YWwUiBxVhbs20LYSSNM28691vrlne7XvOl9IFG/kHCyrW9ogxgxaqX3OfuheEAXCiqTpwUw0GSPA==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@elastic/synthetics/-/synthetics-1.9.1.tgz", + "integrity": "sha512-gNf90GdjZrv0VQzd1ovvI1gHMlF2RlMs5ymFf6ul6ewfzPqxAx3KGcuynp5QAM+OUhAut0w81khDfuehbouCzw==", "dependencies": { "@babel/code-frame": "^7.22.13", "archiver": "^5.3.1", @@ -2671,16 +2671,16 @@ "kleur": "^4.1.5", "micromatch": "^4.0.5", "pirates": "^4.0.5", - "playwright": "=1.41.2", - "playwright-chromium": "=1.41.2", - "playwright-core": "=1.41.2", + "playwright": "=1.43.1", + "playwright-chromium": "=1.43.1", + "playwright-core": "=1.43.1", "semver": "^7.5.4", "sharp": "^0.32.6", "snakecase-keys": "^4.0.1", "sonic-boom": "^3.3.0", "source-map-support": "^0.5.21", "stack-utils": "^2.0.6", - "undici": "^5.26.3", + "undici": "^5.28.3", "yaml": "^2.2.2" }, "bin": { @@ -2691,6 +2691,62 @@ "node": ">=18.12.0" } }, + "node_modules/@elastic/synthetics/node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/@elastic/synthetics/node_modules/playwright": { + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", + "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", + "dependencies": { + "playwright-core": "1.43.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=16" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/@elastic/synthetics/node_modules/playwright-chromium": { + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.43.1.tgz", + "integrity": "sha512-HL/11hcpIYVt/Rw7wTf5xwm+W0R76JGDDjRxGtBkgMuUqi0Q4UYmx+F/QxW/Z+aApSbDtHd3naRFcL/Jt7Aidg==", + "hasInstallScript": true, + "dependencies": { + "playwright-core": "1.43.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@elastic/synthetics/node_modules/playwright-core": { + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", + "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/@electron/get": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@electron/get/-/get-1.14.1.tgz", @@ -25943,9 +25999,9 @@ "dev": true }, "node_modules/undici": { - "version": "5.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz", - "integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==", + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", + "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", "dependencies": { "@fastify/busboy": "^2.0.0" }, diff --git a/package.json b/package.json index 91ab66bd..02afc342 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "dependencies": { "@elastic/datemath": "^5.0.3", "@elastic/eui": "^89.1.0", - "@elastic/synthetics": "=1.7.2", + "@elastic/synthetics": "=1.9.1", "@emotion/cache": "^11.9.3", "@emotion/react": "^11.9.3", "dotenv": "^16.0.3",