From 9710bca11b3f789d5715b4796dca588daef0f601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:47:58 +0100 Subject: [PATCH] refactor: Bump otpauth from 9.3.4 to 9.3.5 (#9448) --- 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 b71b31715f..1cd4e2ca70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "mime": "4.0.4", "mongodb": "6.10.0", "mustache": "4.2.0", - "otpauth": "9.3.4", + "otpauth": "9.3.5", "parse": "5.3.0", "path-to-regexp": "6.3.0", "pg-monitor": "2.1.0", @@ -16854,9 +16854,9 @@ } }, "node_modules/otpauth": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz", - "integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz", + "integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==", "dependencies": { "@noble/hashes": "1.5.0" }, @@ -33150,9 +33150,9 @@ } }, "otpauth": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz", - "integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==", + "version": "9.3.5", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz", + "integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==", "requires": { "@noble/hashes": "1.5.0" } diff --git a/package.json b/package.json index ffc9d0001c..a13b8ab52a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mime": "4.0.4", "mongodb": "6.10.0", "mustache": "4.2.0", - "otpauth": "9.3.4", + "otpauth": "9.3.5", "parse": "5.3.0", "path-to-regexp": "6.3.0", "pg-monitor": "2.1.0",