From 71ddcab3cc116ed699c60b9d971f25638e685711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:33:04 +0000 Subject: [PATCH] chore(deps-dev): bump @inrupt/jest-jsdom-polyfills from 2.1.3 to 2.4.0 Bumps [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) from 2.1.3 to 2.4.0. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v2.1.3...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 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60d2df70..f8c02108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -943,15 +943,15 @@ } }, "node_modules/@inrupt/jest-jsdom-polyfills": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-2.1.3.tgz", - "integrity": "sha512-0+yVUdAJ7v5L5JzvqjGdVlDSLdC17yHXStZSNGoXSnUns9OH/Jn3pQFu2IppBMYxyzAbPor7R2geGNtFoqRuig==", + "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.4", - "@web-std/file": "^3.0.2", - "undici": "^5.23.0" + "@web-std/blob": "^3.0.5", + "@web-std/file": "^3.0.3", + "undici": "^5.24.0" } }, "node_modules/@inrupt/oidc-client": { @@ -2208,9 +2208,9 @@ } }, "node_modules/@web-std/blob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@web-std/blob/-/blob-3.0.4.tgz", - "integrity": "sha512-+dibyiw+uHYK4dX5cJ7HA+gtDAaUUe6JsOryp2ZpAC7h4ICsh49E34JwHoEKPlPvP0llCrNzz45vvD+xX5QDBg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@web-std/blob/-/blob-3.0.5.tgz", + "integrity": "sha512-Lm03qr0eT3PoLBuhkvFBLf0EFkAsNz/G/AYCzpOdi483aFaVX86b4iQs0OHhzHJfN5C15q17UtDbyABjlzM96A==", "dev": true, "dependencies": { "@web-std/stream": "1.0.0", @@ -2218,9 +2218,9 @@ } }, "node_modules/@web-std/file": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@web-std/file/-/file-3.0.2.tgz", - "integrity": "sha512-pIH0uuZsmY8YFvSHP1NsBIiMT/1ce0suPrX74fEeO3Wbr1+rW0fUGEe4d0R99iLwXtyCwyserqCFI4BJkJlkRA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@web-std/file/-/file-3.0.3.tgz", + "integrity": "sha512-X7YYyvEERBbaDfJeC9lBKC5Q5lIEWYCP1SNftJNwNH/VbFhdHm+3neKOQP+kWEYJmosbDFq+NEUG7+XIvet/Jw==", "dev": true, "dependencies": { "@web-std/blob": "^3.0.3" @@ -9213,9 +9213,9 @@ } }, "node_modules/undici": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz", - "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==", + "version": "5.25.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.25.1.tgz", + "integrity": "sha512-nTw6b2G2OqP6btYPyghCgV4hSwjJlL/78FMJatVLCa3otj6PCOQSt6dVtYt82OtNqFz8XsnJ+vsXLADPXjPhqw==", "dependencies": { "busboy": "^1.6.0" },