From 788532bd39bb4230c1cc5ddfb599575d42ff0f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:23:40 +0100 Subject: [PATCH] refactor: Bump otpauth from 9.3.6 to 9.4.0 (#9710) --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25b469c4..4faa2efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "mime": "4.0.7", "mongodb": "6.15.0", "mustache": "4.2.0", - "otpauth": "9.3.6", + "otpauth": "9.4.0", "parse": "6.1.1", "path-to-regexp": "6.3.0", "pg-monitor": "2.1.0", @@ -3644,9 +3644,10 @@ } }, "node_modules/@noble/hashes": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz", - "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz", + "integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==", + "license": "MIT", "engines": { "node": "^14.21.3 || >=16" }, @@ -18172,11 +18173,12 @@ } }, "node_modules/otpauth": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz", - "integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.0.tgz", + "integrity": "sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==", + "license": "MIT", "dependencies": { - "@noble/hashes": "1.6.1" + "@noble/hashes": "1.7.1" }, "funding": { "url": "https://github.com/hectorm/otpauth?sponsor=1" @@ -25152,9 +25154,9 @@ } }, "@noble/hashes": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz", - "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==" + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz", + "integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==" }, "@node-rs/bcrypt": { "version": "1.10.7", @@ -35327,11 +35329,11 @@ } }, "otpauth": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz", - "integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.0.tgz", + "integrity": "sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==", "requires": { - "@noble/hashes": "1.6.1" + "@noble/hashes": "1.7.1" } }, "p-cancelable": { diff --git a/package.json b/package.json index ba6e2fc0..a816bd44 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mime": "4.0.7", "mongodb": "6.15.0", "mustache": "4.2.0", - "otpauth": "9.3.6", + "otpauth": "9.4.0", "parse": "6.1.1", "path-to-regexp": "6.3.0", "pg-monitor": "2.1.0",