From 971057ac623afb10f87f140ad05d6a32bb87c71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 00:06:46 +0000 Subject: [PATCH] Bump node-object-hash from 2.3.10 to 3.0.0 Bumps [node-object-hash](https://github.com/SkeLLLa/node-object-hash) from 2.3.10 to 3.0.0. - [Release notes](https://github.com/SkeLLLa/node-object-hash/releases) - [Changelog](https://github.com/SkeLLLa/node-object-hash/blob/master/docs/CHANGELOG-v2.md) - [Commits](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.10...v3.0.0) --- updated-dependencies: - dependency-name: node-object-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6a1060e9..97ff30dc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jquery": "^3.7.0", "jszip": "^3.10.1", "lodash": "^4.17.21", - "node-object-hash": "^2.3.10", + "node-object-hash": "^3.0.0", "node-sass": "^8.0.0", "pluralize": "^8.0.0", "popper.js": "^1.16.1", diff --git a/yarn.lock b/yarn.lock index 151a01bd..cef70304 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9345,10 +9345,10 @@ node-int64@^0.4.0: resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= -node-object-hash@^2.3.10: - version "2.3.10" - resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-2.3.10.tgz#4b0c1a3a8239e955f0db71f8e00b38b5c0b33992" - integrity sha512-jY5dPJzw6NHd/KPSfPKJ+IHoFS81/tJ43r34ZeNMXGzCOM8jwQDCD12HYayKIB6MuznrnqIYy2e891NA2g0ibA== +node-object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-3.0.0.tgz#52526f6f42cef098e5cac1d74b96a7137d5c5226" + integrity sha512-jLF6tlyletktvSAawuPmH1SReP0YfZQ+tBrDiTCK+Ai7eXPMS9odi5xW/iKC7ZhrWJJ0Z5xYcW/x+1fVMn1Qvw== node-releases@^2.0.1: version "2.0.1"