From c8f7c2172dce0a6dcb529a2aa5db47465a958c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:32:08 +0000 Subject: [PATCH] build(deps): bump @openpgp/web-stream-tools Bumps the core-deps group in /Core with 1 update: [@openpgp/web-stream-tools](https://github.com/openpgpjs/web-stream-tools). Updates `@openpgp/web-stream-tools` from 0.0.11-patch-1 to 0.0.11 - [Commits](https://github.com/openpgpjs/web-stream-tools/compare/v0.0.11-patch-1...v0.0.11) --- updated-dependencies: - dependency-name: "@openpgp/web-stream-tools" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-deps ... Signed-off-by: dependabot[bot] --- Core/package-lock.json | 9 ++++----- Core/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Core/package-lock.json b/Core/package-lock.json index 0cd44fde3..94e99e9da 100644 --- a/Core/package-lock.json +++ b/Core/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "SEE LICENSE IN ", "dependencies": { - "@openpgp/web-stream-tools": "0.0.11-patch-1", + "@openpgp/web-stream-tools": "0.0.11", "encoding-japanese": "^2.2.0", "openpgp": "5.11.2", "sanitize-html": "^2.8.0", @@ -152,10 +152,9 @@ } }, "node_modules/@openpgp/web-stream-tools": { - "version": "0.0.11-patch-1", - "resolved": "https://registry.npmjs.org/@openpgp/web-stream-tools/-/web-stream-tools-0.0.11-patch-1.tgz", - "integrity": "sha512-sZkx4FsHGFPcGrEBmBLvg0PcFBgR7KWe+NXo3SI/e+gpVoK3rPzPgv4TpI3UFKiXrohaJyY/klf24tNbJCutBA==", - "license": "MIT", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@openpgp/web-stream-tools/-/web-stream-tools-0.0.11.tgz", + "integrity": "sha512-52NMPRmlXIVajd5dhpDNsG7WJRCdlcS1wXY03OGH1rxm7p6i3QzJvTVyKEAcW0T9KojvLKakV2uTICceELqSMw==", "dependencies": { "@mattiasbuelens/web-streams-adapter": "~0.1.0", "web-streams-polyfill": "~3.0.3" diff --git a/Core/package.json b/Core/package.json index 4dcbffd76..c52875287 100644 --- a/Core/package.json +++ b/Core/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "TypeScript core for FlowCrypt iOS internal use", "dependencies": { - "@openpgp/web-stream-tools": "0.0.11-patch-1", + "@openpgp/web-stream-tools": "0.0.11", "encoding-japanese": "^2.2.0", "openpgp": "5.11.2", "sanitize-html": "^2.8.0",