From 2d95acd860f406220abaa99097fc6ecbb15d3806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:37:51 +0000 Subject: [PATCH] chore(deps-dev): bump @inrupt/jest-jsdom-polyfills from 2.2.0 to 2.4.0 Bumps [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v2.2.0...v2.4.0) --- updated-dependencies: - dependency-name: "@inrupt/jest-jsdom-polyfills" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f98ef700b1..8271ec1328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@inrupt/eslint-config-lib": "^2.1.3", "@inrupt/internal-playwright-helpers": "^2.2.0", "@inrupt/internal-test-env": "^2.1.0", - "@inrupt/jest-jsdom-polyfills": "^2.2.0", + "@inrupt/jest-jsdom-polyfills": "^2.4.0", "@inrupt/solid-client": "^1.30.0", "@playwright/test": "^1.36.2", "@rollup/plugin-commonjs": "^25.0.4", @@ -2404,15 +2404,15 @@ } }, "node_modules/@inrupt/jest-jsdom-polyfills": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-2.2.0.tgz", - "integrity": "sha512-WvwO5aadE1EDyoe1qwg1Xv8/rdbpFkkhWxi1SXvbdqkrj+ETJUigAFw/Y037laaILekH+BkwL7VWraKyh5fSKg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-2.4.0.tgz", + "integrity": "sha512-TPiD5HJr3BRmX8KkHWz44VaLrpSnudXx0Q+E27qvLbmUrVUNZJNpgs+SwTLspJ/Z/D5nMnDJJYmpA3fEUQKMDQ==", "dev": true, "dependencies": { "@peculiar/webcrypto": "^1.4.0", "@web-std/blob": "^3.0.5", "@web-std/file": "^3.0.3", - "undici": "^5.23.0" + "undici": "^5.24.0" } }, "node_modules/@inrupt/oidc-client": { @@ -22091,8 +22091,9 @@ } }, "node_modules/undici": { - "version": "5.23.0", - "license": "MIT", + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.24.0.tgz", + "integrity": "sha512-OKlckxBjFl0oXxcj9FU6oB8fDAaiRUq+D8jrFWGmOfI/gIyjk/IeS75LMzgYKUaeHzLUcYvf9bbJGSrUwTfwwQ==", "dependencies": { "busboy": "^1.6.0" }, diff --git a/package.json b/package.json index 077b2ab3a2..6e13799b9d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@inrupt/eslint-config-lib": "^2.1.3", "@inrupt/internal-playwright-helpers": "^2.2.0", "@inrupt/internal-test-env": "^2.1.0", - "@inrupt/jest-jsdom-polyfills": "^2.2.0", + "@inrupt/jest-jsdom-polyfills": "^2.4.0", "@inrupt/solid-client": "^1.30.0", "@playwright/test": "^1.36.2", "@rollup/plugin-commonjs": "^25.0.4",