diff --git a/package-lock.json b/package-lock.json index 79cfb809fd..6bd37474ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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 b9cca05cf3..4a77cb0fcc 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",