From a6330c8293a4e061e5f314f5f27a7f223b0fcf70 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:08:34 +0000 Subject: [PATCH] feat: upgrade jsdom from 16.7.0 to 24.1.0 Snyk has created this PR to upgrade jsdom from 16.7.0 to 24.1.0. See this package in npm: jsdom See this project in Snyk: https://app.snyk.io/org/cachiman/project/c921c350-1338-4d09-9bc5-20cc4d88e669?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- webrtc/tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/tools/package.json b/webrtc/tools/package.json index f26cfcc1421bf8..3d054b0b985dff 100644 --- a/webrtc/tools/package.json +++ b/webrtc/tools/package.json @@ -9,7 +9,7 @@ "eslint": "^7.24.0", "eslint-plugin-html": "^4.0.0", "jscodeshift": "^0.5.1", - "jsdom": "^16.5.3" + "jsdom": "^24.1.0" }, "license": "BSD", "private": true