From 7b18b21b291cee42df81319c5c89c4d5ac0cf3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:51:53 +0000 Subject: [PATCH] chore(deps): bump tinygram from 1.3.0 to 2.0.0 Bumps [tinygram](https://github.com/phaux/tinygram) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/phaux/tinygram/releases) - [Changelog](https://github.com/phaux/tinygram/blob/main/CHANGELOG.md) - [Commits](https://github.com/phaux/tinygram/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: tinygram dependency-type: direct:production 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 94edb0a..42fe470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "preact": "^10.21.0", "swr": "^2.2.5", - "tinygram": "^1.3.0", + "tinygram": "^2.0.0", "webext-typed-messages": "^0.1.0", "webext-typed-storage": "^0.1.0" }, @@ -9123,9 +9123,9 @@ "dev": true }, "node_modules/tinygram": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/tinygram/-/tinygram-1.3.0.tgz", - "integrity": "sha512-Jlc6eV3adnF1YO/aKaix5WDVQAwa9JsmKaSiODn5JIE0vR8JoYqKINauJbXguuoJHES3+dXtuR6/ZE7c0qc/iA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tinygram/-/tinygram-2.0.0.tgz", + "integrity": "sha512-jhAqjnhS6dFIGnrZa+RBN6CEwGLscN6kQcjiDeZp3qh909cG6yI6MFdznFitib+VHZWzQYr3nfyBrj/wYVooiQ==" }, "node_modules/titleize": { "version": "3.0.0", diff --git a/package.json b/package.json index 76473fe..befc7f8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "preact": "^10.21.0", "swr": "^2.2.5", - "tinygram": "^1.3.0", + "tinygram": "^2.0.0", "webext-typed-messages": "^0.1.0", "webext-typed-storage": "^0.1.0" },