From 66c0df93cbb4cb726c99ba4b0e265b73c791ae0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:37:24 +0000 Subject: [PATCH] npm(deps): bump the npm group with 1 update Bumps the npm group with 1 update: [hash-wasm](https://github.com/Daninet/hash-wasm). - [Release notes](https://github.com/Daninet/hash-wasm/releases) - [Changelog](https://github.com/Daninet/hash-wasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/Daninet/hash-wasm/compare/v4.10.0...v4.11.0) --- updated-dependencies: - dependency-name: hash-wasm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... 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 1ef73b60..aae3ec0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint": "^8.53.0", "eslint-plugin-prefer-arrow-functions": "^3.2.4", "esmify": "^2.1.1", - "hash-wasm": "^4.10.0", + "hash-wasm": "^4.11.0", "ip": "^2.0.0", "localforage": "^1.10.0", "postcss": "^8.4.31", @@ -4075,9 +4075,9 @@ } }, "node_modules/hash-wasm": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.10.0.tgz", - "integrity": "sha512-a0NjBNWjavvMalm/pPSEJ00MPDjRG8rv9D5BK7dBQTLGwAOVWqnTEUggaYs5szATB5UK5ULeIQr7QJXbczAZYA==" + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.11.0.tgz", + "integrity": "sha512-HVusNXlVqHe0fzIzdQOGolnFN6mX/fqcrSAOcTBXdvzrXVHwTz11vXeKRmkR5gTuwVpvHZEIyKoePDvuAR+XwQ==" }, "node_modules/hash.js": { "version": "1.1.7", diff --git a/package.json b/package.json index d29adefe..362800c5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^8.53.0", "eslint-plugin-prefer-arrow-functions": "^3.2.4", "esmify": "^2.1.1", - "hash-wasm": "^4.10.0", + "hash-wasm": "^4.11.0", "ip": "^2.0.0", "localforage": "^1.10.0", "postcss": "^8.4.31",