From 40f16fb94863021a3e9f0652d65e7448b23b1b54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jan 2024 15:29:49 +0000 Subject: [PATCH] fix: upgrade otpauth from 9.1.2 to 9.2.1 Snyk has created this PR to upgrade otpauth from 9.1.2 to 9.2.1. 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 | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81de878cd6..d582cd3ddb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "deepcopy": "2.1.0", "express": "4.18.2", "express-rate-limit": "6.7.0", - "follow-redirects": "^1.15.4", + "follow-redirects": "1.15.4", "graphql": "16.8.1", "graphql-list-fields": "2.0.2", "graphql-relay": "0.10.0", @@ -38,7 +38,7 @@ "mime": "3.0.0", "mongodb": "5.9.0", "mustache": "4.2.0", - "otpauth": "9.1.2", + "otpauth": "^9.2.1", "parse": "4.1.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0", @@ -9702,9 +9702,9 @@ } }, "node_modules/jssha": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz", - "integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz", + "integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==", "engines": { "node": "*" } @@ -15163,11 +15163,11 @@ } }, "node_modules/otpauth": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz", - "integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz", + "integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==", "dependencies": { - "jssha": "~3.3.0" + "jssha": "~3.3.1" }, "funding": { "url": "https://github.com/hectorm/otpauth?sponsor=1" @@ -27040,9 +27040,9 @@ } }, "jssha": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz", - "integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz", + "integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==" }, "jwa": { "version": "1.4.1", @@ -31099,11 +31099,11 @@ } }, "otpauth": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz", - "integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz", + "integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==", "requires": { - "jssha": "~3.3.0" + "jssha": "~3.3.1" } }, "p-cancelable": { diff --git a/package.json b/package.json index 1c6cea9278..aa43aa5db1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "mime": "3.0.0", "mongodb": "5.9.0", "mustache": "4.2.0", - "otpauth": "9.1.2", + "otpauth": "9.2.1", "parse": "4.1.0", "path-to-regexp": "6.2.1", "pg-monitor": "2.0.0",