From f6979351aa3d0c61d99914b7324d8b0c3efaf28c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jun 2023 14:29:21 +0000 Subject: [PATCH] fix: upgrade otpauth from 9.0.2 to 9.1.2 Snyk has created this PR to upgrade otpauth from 9.0.2 to 9.1.2. See this package in npm: https://www.npmjs.com/package/otpauth See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 5c58f8999f..4347039112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "mime": "3.0.0", "mongodb": "4.10.0", "mustache": "4.2.0", - "otpauth": "9.0.2", + "otpauth": "^9.1.2", "parse": "4.1.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", @@ -15950,9 +15950,9 @@ } }, "node_modules/otpauth": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.0.2.tgz", - "integrity": "sha512-0TzpkJYg24VvIK3/K91HKpTtMlwm73UoThhcGY8fZsXcwHDrqf008rfdOjj3NnQuyuT11+vHyyO//qRzi6OZ9A==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz", + "integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==", "dependencies": { "jssha": "~3.3.0" }, @@ -32738,9 +32738,9 @@ } }, "otpauth": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.0.2.tgz", - "integrity": "sha512-0TzpkJYg24VvIK3/K91HKpTtMlwm73UoThhcGY8fZsXcwHDrqf008rfdOjj3NnQuyuT11+vHyyO//qRzi6OZ9A==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz", + "integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==", "requires": { "jssha": "~3.3.0" } diff --git a/package.json b/package.json index ca9f2369a1..6d326313b0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mime": "3.0.0", "mongodb": "4.10.0", "mustache": "4.2.0", - "otpauth": "9.0.2", + "otpauth": "9.1.2", "parse": "4.1.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0",