From 6333c9a633183a5cf0718674079e0739c45d00aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 May 2024 18:03:10 +0000 Subject: [PATCH] fix: upgrade otpauth from 9.2.2 to 9.2.3 Snyk has created this PR to upgrade otpauth from 9.2.2 to 9.2.3. 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 826a2dbdbb..10bb19b8ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "mime": "3.0.0", "mongodb": "5.9.0", "mustache": "4.2.0", - "otpauth": "9.2.2", + "otpauth": "^9.2.3", "parse": "5.0.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", @@ -15368,9 +15368,9 @@ } }, "node_modules/otpauth": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.2.tgz", - "integrity": "sha512-2VcnYRUmq1dNckIfySNYP32ITWp1bvTeAEW0BSCR6G3GBf3a5zb9E+ubY62t3Dma9RjoHlvd7QpmzHfJZRkiNg==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.3.tgz", + "integrity": "sha512-oAG55Ch4MBL5Jdg+RXfKiRCZ2lCwa/UIQKsmSfYbGGLSI4dErY1HPZv0JGPPESIYGyDO3s9iJqM4HU/1IppMoQ==", "dependencies": { "jssha": "~3.3.1" }, @@ -30956,9 +30956,9 @@ } }, "otpauth": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.2.tgz", - "integrity": "sha512-2VcnYRUmq1dNckIfySNYP32ITWp1bvTeAEW0BSCR6G3GBf3a5zb9E+ubY62t3Dma9RjoHlvd7QpmzHfJZRkiNg==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.3.tgz", + "integrity": "sha512-oAG55Ch4MBL5Jdg+RXfKiRCZ2lCwa/UIQKsmSfYbGGLSI4dErY1HPZv0JGPPESIYGyDO3s9iJqM4HU/1IppMoQ==", "requires": { "jssha": "~3.3.1" } diff --git a/package.json b/package.json index ff00ffddf6..e5b1db1b80 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mime": "3.0.0", "mongodb": "5.9.0", "mustache": "4.2.0", - "otpauth": "9.2.2", + "otpauth": "9.2.3", "parse": "5.0.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0",