From 7f40000dbe4d6ab08f0201a53c0a6f9c97f7aa39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:10:31 +0800 Subject: [PATCH] Bump idb from 6.1.2 to 6.1.3 (#184) Bumps [idb](https://github.com/jakearchibald/idb) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/jakearchibald/idb/releases) - [Changelog](https://github.com/jakearchibald/idb/blob/main/changes.md) - [Commits](https://github.com/jakearchibald/idb/compare/v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: idb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed22c42..4907153 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "crypto-js": "^4.0.0", "gsap": "^3.7.0", "highlight.js": "^11.1.0", - "idb": "^6.1.2", + "idb": "^6.1.3", "lodash": "^4.17.21", "marked": "^2.1.3", "normalize.css": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index 1372d54..a1750b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3717,10 +3717,10 @@ icss-utils@^5.0.0: resolved "https://registry.nlark.com/icss-utils/download/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" integrity sha1-xr5oWKvQE9do6YNmrkfiXViHsa4= -idb@^6.1.2: - version "6.1.2" - resolved "https://registry.nlark.com/idb/download/idb-6.1.2.tgz#82ef5c951b8e1f47875d36ccafa4bedafc62f2f1" - integrity sha1-gu9clRuOH0eHXTbMr6S+2vxi8vE= +idb@^6.1.3: + version "6.1.3" + resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.3.tgz#e6cd3b9c38f5c696a82a4b435754f3873c5a7891" + integrity sha512-oIRDpVcs5KXpI1hRnTJUwkY63RB/7iqu9nSNuzXN8TLHjs7oO20IoPFbBTsqxIL5IjzIUDi+FXlVcK4zm26J8A== ieee754@^1.1.13: version "1.2.1"