From 13598d6dc73e90358eb63d4f5a2929e92a77fce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:46:06 +0000 Subject: [PATCH] chore(deps-dev): bump @inrupt/jest-jsdom-polyfills from 2.6.0 to 3.0.1 Bumps [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) from 2.6.0 to 3.0.1. - [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases) - [Commits](https://github.com/inrupt/typescript-sdk-tools/compare/v2.6.0...v3.0.1) --- updated-dependencies: - dependency-name: "@inrupt/jest-jsdom-polyfills" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ced802ecf2..11963a8ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@inrupt/eslint-config-lib": "^3.0.0", "@inrupt/internal-playwright-helpers": "^3.0.0", "@inrupt/internal-test-env": "^3.0.0", - "@inrupt/jest-jsdom-polyfills": "^3.0.0", + "@inrupt/jest-jsdom-polyfills": "^3.0.1", "@inrupt/solid-client": "^1.30.2", "@playwright/test": "^1.40.0", "@rollup/plugin-commonjs": "^25.0.7", @@ -2135,9 +2135,9 @@ } }, "node_modules/@inrupt/jest-jsdom-polyfills": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-3.0.0.tgz", - "integrity": "sha512-LCtQ0QY21I3a7gMnNGq8W4D1GnDKJHjrPbTAFj1hszSyPilzXwv4qCLFrm/vsSh/SeDwQm0aNSTIM1ETxPZIug==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@inrupt/jest-jsdom-polyfills/-/jest-jsdom-polyfills-3.0.1.tgz", + "integrity": "sha512-cmF1yVUGdZErVSYaOdRET/paBkWPqQKhmB9eoHSz+9VAZVYDmP3VdZwKgfrCS4FpuMyXLv/zdJjLkpkhPoXqBw==", "dev": true, "dependencies": { "@peculiar/webcrypto": "^1.4.0", diff --git a/package.json b/package.json index 56abfed97c..19f5d9c8df 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@inrupt/eslint-config-lib": "^3.0.0", "@inrupt/internal-playwright-helpers": "^3.0.0", "@inrupt/internal-test-env": "^3.0.0", - "@inrupt/jest-jsdom-polyfills": "^3.0.0", + "@inrupt/jest-jsdom-polyfills": "^3.0.1", "@inrupt/solid-client": "^1.30.2", "@playwright/test": "^1.40.0", "@rollup/plugin-commonjs": "^25.0.7",