From 5e3b7fc9528dce127e8d648b2ef6fdaccb0971ff Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Mon, 24 Nov 2025 13:09:19 +0100 Subject: [PATCH] Update @elastic/synthetics --- .../package-lock.json | 42 +++++++------------ src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 17 insertions(+), 27 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 24679ecc2..8c6b51f1b 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -36,7 +36,7 @@ "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", - "@elastic/synthetics": "1.19.0", + "@elastic/synthetics": "1.20.0", "@eslint/js": "9.39.1", "@parcel/reporter-bundle-analyzer": "2.16.0", "@tailwindcss/postcss": "4.1.17", @@ -2124,10 +2124,11 @@ "license": "MIT" }, "node_modules/@elastic/synthetics": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@elastic/synthetics/-/synthetics-1.19.0.tgz", - "integrity": "sha512-DUE+dFHBhAYHrFxYOdVzmzMSoVqAe/wnLhNgXJ294WdfcohKJdCy0zWhDfwt4Ynivlfc7w4euekN9wlrUuRIJA==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@elastic/synthetics/-/synthetics-1.20.0.tgz", + "integrity": "sha512-sOXRZryaN7auAvbopeK0Qne0mdENek6EaL2xV1y/4rgXnxyjCX0h5JGibLvzyhSQSVlLbUwF4TdlIcT2PtcGVw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.22.13", "archiver": "^7.0.1", @@ -2149,7 +2150,7 @@ "sonic-boom": "^3.3.0", "source-map-support": "^0.5.21", "stack-utils": "^2.0.6", - "undici": "^5.29.0", + "undici": "^7.11.0", "unzip-stream": "^0.3.4", "yaml": "^2.2.2" }, @@ -2201,18 +2202,6 @@ "source-map": "^0.6.0" } }, - "node_modules/@elastic/synthetics/node_modules/undici": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", - "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", - "dev": true, - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" - } - }, "node_modules/@elastic/synthetics/node_modules/yaml": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", @@ -2991,15 +2980,6 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@fastify/busboy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", - "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", - "dev": true, - "engines": { - "node": ">=14" - } - }, "node_modules/@hapi/address": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-5.1.1.tgz", @@ -15199,6 +15179,16 @@ "node": "*" } }, + "node_modules/undici": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", + "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.18.1" + } + }, "node_modules/undici-types": { "version": "7.8.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index f1470c1ca..109026f9f 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -48,7 +48,7 @@ "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", - "@elastic/synthetics": "1.19.0", + "@elastic/synthetics": "1.20.0", "@eslint/js": "9.39.1", "@parcel/reporter-bundle-analyzer": "2.16.0", "@tailwindcss/postcss": "4.1.17",