From c312fabc3fa41a6db7ba0a38019c2bc877c7db9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:01:12 +0000 Subject: [PATCH] Bump ua-parser-js from 2.0.3 to 2.0.4 in /src/Elastic.Documentation.Site Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: ua-parser-js dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Elastic.Documentation.Site/package-lock.json | 8 ++++---- src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 713318c02..279d89c40 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -16,7 +16,7 @@ "select-dom": "9.3.1", "tailwindcss": "4.1.10", "tippy.js": "6.3.7", - "ua-parser-js": "2.0.3" + "ua-parser-js": "2.0.4" }, "devDependencies": { "@elastic/datemath": "5.0.3", @@ -7755,9 +7755,9 @@ "license": "MIT" }, "node_modules/ua-parser-js": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.3.tgz", - "integrity": "sha512-LZyXZdNttONW8LjzEH3Z8+6TE7RfrEiJqDKyh0R11p/kxvrV2o9DrT2FGZO+KVNs3k+drcIQ6C3En6wLnzJGpw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.4.tgz", + "integrity": "sha512-XiBOnM/UpUq21ZZ91q2AVDOnGROE6UQd37WrO9WBgw4u2eGvUCNOheMmZ3EfEUj7DLHr8tre+Um/436Of/Vwzg==", "funding": [ { "type": "opencollective", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 0a3482ef2..cabe1366b 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -60,6 +60,6 @@ "select-dom": "9.3.1", "tailwindcss": "4.1.10", "tippy.js": "6.3.7", - "ua-parser-js": "2.0.3" + "ua-parser-js": "2.0.4" } }