From 9d824f93f54f3c461e8371436960a2491fc37536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:20:07 +0000 Subject: [PATCH] chore(deps): bump @inrupt/universal-fetch from 1.0.2 to 1.0.3 Bumps [@inrupt/universal-fetch](https://github.com/inrupt/universal-fetch) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/inrupt/universal-fetch/releases) - [Changelog](https://github.com/inrupt/universal-fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/inrupt/universal-fetch/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: "@inrupt/universal-fetch" dependency-type: direct:production update-type: version-update:semver-patch ... 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 329fc1b8..5bdfcae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.0", "license": "BSD-2-Clause", "dependencies": { - "@inrupt/universal-fetch": "^1.0.2", + "@inrupt/universal-fetch": "^1.0.3", "@types/emscripten": "^1.39.7" }, "bin": { @@ -266,9 +266,9 @@ "dev": true }, "node_modules/@inrupt/universal-fetch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@inrupt/universal-fetch/-/universal-fetch-1.0.2.tgz", - "integrity": "sha512-+CR1r2bWaxWZO+fzgMg6TfRJtQIcSsOBHcxnTuWpCW3USFv4BMI7geAytl87a4zfQFtCQ6NT8FpsIqTotstjrQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@inrupt/universal-fetch/-/universal-fetch-1.0.3.tgz", + "integrity": "sha512-AP/nMOuuKvR2YoQkdS77ntuuq5ZYDGStI8Uirp1MCsyPSoBLyNnRjMLjlGqIlaC+5Xp7TYZJ9z/Kl2uUEpXUFw==", "dependencies": { "node-fetch": "^2.6.7", "undici": "^5.19.1" diff --git a/package.json b/package.json index 20f46a1f..02afbf07 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ ] }, "dependencies": { - "@inrupt/universal-fetch": "^1.0.2", + "@inrupt/universal-fetch": "^1.0.3", "@types/emscripten": "^1.39.7" } }