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",