From 62e61019ca48252732be4930a7c2ed2cb9a782c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:34:59 +0000 Subject: [PATCH] chore(deps-dev): bump @inrupt/jest-jsdom-polyfills from 2.4.0 to 2.4.1 Bumps [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: "@inrupt/jest-jsdom-polyfills" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++--------- package.json | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae9b1a6280..9949056c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@inrupt/eslint-config-lib": "^2.4.1", "@inrupt/internal-playwright-helpers": "^2.4.1", "@inrupt/internal-test-env": "^2.4.0", - "@inrupt/jest-jsdom-polyfills": "^2.4.0", + "@inrupt/jest-jsdom-polyfills": "^2.4.1", "@inrupt/solid-client": "^1.30.2", "@playwright/test": "^1.38.1", "@rollup/plugin-commonjs": "^25.0.4", @@ -2284,6 +2284,14 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@fastify/busboy": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz", + "integrity": "sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==", + "engines": { + "node": ">=14" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.11", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", @@ -2419,15 +2427,15 @@ } }, "node_modules/@inrupt/jest-jsdom-polyfills": { - "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==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-2.4.1.tgz", + "integrity": "sha512-VgeSfZ5JVwnzKIlxs1wzULIp7phIMWQHhLxIYQBvjmFfrChYd9HrM3IEcMNNa5OL9JQJBxo6ESPtYLQKbqFRWQ==", "dev": true, "dependencies": { "@peculiar/webcrypto": "^1.4.0", "@web-std/blob": "^3.0.5", "@web-std/file": "^3.0.3", - "undici": "^5.24.0" + "undici": "^5.25.2" } }, "node_modules/@inrupt/oidc-client": { @@ -22016,11 +22024,11 @@ } }, "node_modules/undici": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.24.0.tgz", - "integrity": "sha512-OKlckxBjFl0oXxcj9FU6oB8fDAaiRUq+D8jrFWGmOfI/gIyjk/IeS75LMzgYKUaeHzLUcYvf9bbJGSrUwTfwwQ==", + "version": "5.26.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.3.tgz", + "integrity": "sha512-H7n2zmKEWgOllKkIUkLvFmsJQj062lSm3uA4EYApG8gLuiOM0/go9bIoC3HVaSnfg4xunowDE2i9p8drkXuvDw==", "dependencies": { - "busboy": "^1.6.0" + "@fastify/busboy": "^2.0.0" }, "engines": { "node": ">=14.0" diff --git a/package.json b/package.json index cfcaa61e7b..3dd1d8b70e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@inrupt/eslint-config-lib": "^2.4.1", "@inrupt/internal-playwright-helpers": "^2.4.1", "@inrupt/internal-test-env": "^2.4.0", - "@inrupt/jest-jsdom-polyfills": "^2.4.0", + "@inrupt/jest-jsdom-polyfills": "^2.4.1", "@inrupt/solid-client": "^1.30.2", "@playwright/test": "^1.38.1", "@rollup/plugin-commonjs": "^25.0.4",