From 770852671cce44a728446bf5de126ff4e966d59f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:40:56 +0000 Subject: [PATCH] chore(deps): update dependency @types/sha256 to v0.2.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51a9ea7bb..64cc86f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@types/lodash": "4.14.195", "@types/node": "18.18.5", "@types/object-hash": "2.2.1", - "@types/sha256": "0.2.0", + "@types/sha256": "0.2.2", "@types/uuid": "8.3.4", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -5182,9 +5182,9 @@ } }, "node_modules/@types/sha256": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@types/sha256/-/sha256-0.2.0.tgz", - "integrity": "sha512-QYMr6HuxTQunFWRLZpGopbkgQFoFWOmKTBGgNSYiWMqU/CWnQSTo3edyHvgsRXsOWtOSOG/cmDptPzgCeOsQGw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@types/sha256/-/sha256-0.2.2.tgz", + "integrity": "sha512-uKMaDzyzfcDYGEwTgLh+hmgDMxXWyIVodY8T+qt7A+NYvikW0lmGLMGbQ7BipCB8dzXHa55C9g+Ii/3Lgt1KmA==", "dev": true, "dependencies": { "@types/node": "*" @@ -21237,9 +21237,9 @@ } }, "@types/sha256": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@types/sha256/-/sha256-0.2.0.tgz", - "integrity": "sha512-QYMr6HuxTQunFWRLZpGopbkgQFoFWOmKTBGgNSYiWMqU/CWnQSTo3edyHvgsRXsOWtOSOG/cmDptPzgCeOsQGw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@types/sha256/-/sha256-0.2.2.tgz", + "integrity": "sha512-uKMaDzyzfcDYGEwTgLh+hmgDMxXWyIVodY8T+qt7A+NYvikW0lmGLMGbQ7BipCB8dzXHa55C9g+Ii/3Lgt1KmA==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index aa7123243..1bf3c57be 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/lodash": "4.14.195", "@types/node": "18.18.5", "@types/object-hash": "2.2.1", - "@types/sha256": "0.2.0", + "@types/sha256": "0.2.2", "@types/uuid": "8.3.4", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0",