From 4aa590fabf56d25b8f0b99cecabc9df54319dfa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 17:04:33 +0000 Subject: [PATCH] fix(deps): Bump @peculiar/webcrypto from 1.4.2 to 1.4.3 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@peculiar/webcrypto](https://github.com/PeculiarVentures/webcrypto) from 1.4.2 to 1.4.3.
Changelog

Sourced from @​peculiar/webcrypto's changelog.

1.4.3 (2023-03-24)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@peculiar/webcrypto&package-manager=npm_and_yarn&previous-version=1.4.2&new-version=1.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95175a0..4ac0258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@google-cloud/kms": "^3.5.0", - "@peculiar/webcrypto": "^1.4.2", + "@peculiar/webcrypto": "^1.4.3", "fast-crc32c": "^2.0.0", "uuid4": "^2.0.3", "webcrypto-core": "^1.7.6" @@ -2298,9 +2298,9 @@ } }, "node_modules/@peculiar/webcrypto": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.2.tgz", - "integrity": "sha512-dMvTarTKRx3FzlRUD7Zi2qEsnWVedb/XNRvfM/JaanhTPm+ug9wPsvLXfPHDdl4mjbGdD+Lo/DXRd9sJRuQV3w==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.3.tgz", + "integrity": "sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==", "dependencies": { "@peculiar/asn1-schema": "^2.3.6", "@peculiar/json-schema": "^1.1.12", @@ -10845,9 +10845,9 @@ } }, "@peculiar/webcrypto": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.2.tgz", - "integrity": "sha512-dMvTarTKRx3FzlRUD7Zi2qEsnWVedb/XNRvfM/JaanhTPm+ug9wPsvLXfPHDdl4mjbGdD+Lo/DXRd9sJRuQV3w==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.3.tgz", + "integrity": "sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==", "requires": { "@peculiar/asn1-schema": "^2.3.6", "@peculiar/json-schema": "^1.1.12", diff --git a/package.json b/package.json index 5496bc5..67b7d73 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@google-cloud/kms": "^3.5.0", - "@peculiar/webcrypto": "^1.4.2", + "@peculiar/webcrypto": "^1.4.3", "fast-crc32c": "^2.0.0", "uuid4": "^2.0.3", "webcrypto-core": "^1.7.6"