From 1e49b7add7d6c41846773dc6c73b4a20ca65aa83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 11:46:17 +0000 Subject: [PATCH] fix: src/Elastic.Documentation.Site/package.json & src/Elastic.Documentation.Site/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-17353322 --- 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 b38eed668..af7376d7a 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -42,7 +42,7 @@ "select-dom": "10.1.0", "tailwindcss": "4.3.0", "tippy.js": "6.3.7", - "ua-parser-js": "2.0.9", + "ua-parser-js": "^2.0.10", "uuid": "14.0.0", "zod": "4.4.3", "zustand": "5.0.13" @@ -33611,9 +33611,9 @@ ] }, "node_modules/ua-parser-js": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.9.tgz", - "integrity": "sha512-OsqGhxyo/wGdLSXMSJxuMGN6H4gDnKz6Fb3IBm4bxZFMnyy0sdf6MN96Ie8tC6z/btdO+Bsy8guxlvLdwT076w==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-2.0.10.tgz", + "integrity": "sha512-t+3Ktbq0Ies2vaSezfOaWiolH4OigQIO1dk+1xDpOydB1COVPocVYOrEV5rqZ0kFY9XYG1v9LutCyMgYBpABcw==", "funding": [ { "type": "opencollective", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 659e80bff..9430d12d6 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -132,7 +132,7 @@ "select-dom": "10.1.0", "tailwindcss": "4.3.0", "tippy.js": "6.3.7", - "ua-parser-js": "2.0.9", + "ua-parser-js": "2.0.10", "uuid": "14.0.0", "zod": "4.4.3", "zustand": "5.0.13"