From 1e48bf6e0757b7aaad5904f7afd012d3c465ce05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 03:37:36 +0000 Subject: [PATCH] fix: upgrade jshashes from 1.0.7 to 1.0.8 Snyk has created this PR to upgrade jshashes from 1.0.7 to 1.0.8. See this package in NPM: https://www.npmjs.com/package/jshashes See this project in Snyk: https://app.snyk.io/org/ashishpatel0720/project/0091b3e6-b5d6-4b68-92c4-691707a12a44?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 774d1c6..9d2e216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2332,9 +2332,9 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" }, "jshashes": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/jshashes/-/jshashes-1.0.7.tgz", - "integrity": "sha1-vtjJeg6WMv0FE5FvVfdt1Uhr5Z8=" + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/jshashes/-/jshashes-1.0.8.tgz", + "integrity": "sha512-btmQZ/w1rj8Lb6nEwvhjM7nBYoj54yaEFo2PWh3RkxZ8qNwuvOxvQYN/JxVuwoMmdIluL+XwYVJ+pEEZoSYybQ==" }, "json-2-csv": { "version": "3.6.1", diff --git a/package.json b/package.json index d5fea0d..dfc7de8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "crypto-js": "^4.0.0", "detect-character-encoding": "^0.8.0", "encoding-japanese": "^1.0.30", - "jshashes": "^1.0.7", + "jshashes": "^1.0.8", "json-2-csv": "^3.5.9", "minify": "^5.0.0", "moment": "^2.24.0",