From 1f4075ee12b76f5eb101129e548bff05e926b34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:28:03 +0000 Subject: [PATCH] chore(deps): bump otplib from 13.3.0 to 13.4.1 Bumps [otplib](https://github.com/yeojz/otplib/tree/HEAD/packages/otplib) from 13.3.0 to 13.4.1. - [Release notes](https://github.com/yeojz/otplib/releases) - [Commits](https://github.com/yeojz/otplib/commits/v13.4.1/packages/otplib) --- updated-dependencies: - dependency-name: otplib dependency-version: 13.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 94 +++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2df5d9d..15c5a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rondo-sync", - "version": "0.1.0", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rondo-sync", - "version": "0.1.0", + "version": "0.1.6", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/formbody": "^8.0.2", @@ -15,7 +15,7 @@ "@fastify/static": "^9.0.0", "@fastify/view": "^11.1.1", "argon2": "^0.44.0", - "better-sqlite3": "latest", + "better-sqlite3": "*", "csv-parse": "^6.1.0", "dotenv": "^17.3.1", "ejs": "^5.0.1", @@ -24,7 +24,7 @@ "form-data": "^4.0.0", "lettermint": "^1.5.1", "otplib": "latest", - "playwright": "latest" + "playwright": "*" } }, "node_modules/@epic-web/invariant": { @@ -339,9 +339,9 @@ } }, "node_modules/@noble/hashes": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz", - "integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", "license": "MIT", "engines": { "node": ">= 20.19.0" @@ -351,59 +351,59 @@ } }, "node_modules/@otplib/core": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/core/-/core-13.3.0.tgz", - "integrity": "sha512-pnQDOuCmFVeF/XnboJq9TOJgLoo2idNPJKMymOF8vGqJJ+ReKRYM9bUGjNPRWC0tHjMwu1TXbnzyBp494JgRag==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/core/-/core-13.4.1.tgz", + "integrity": "sha512-KIXgK1hNtWJEBMTastbe1bpmuais+3f+ATeO8TkMs2rNkfGO1FbQy8+/UWVEu3TR/iTJerU0idkPudaPmLP2BA==", "license": "MIT" }, "node_modules/@otplib/hotp": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/hotp/-/hotp-13.3.0.tgz", - "integrity": "sha512-XJMZGz2bg4QJwK7ulvl1GUI2VMn/flaIk/E/BTKAejHsX2kUtPF1bRhlZ2+elq8uU5Fs9Z9FHcQK2CPZNQbbUQ==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/hotp/-/hotp-13.4.1.tgz", + "integrity": "sha512-g9q04SwpG5ZtMnVkUcgcoAlwCH4YLROZN1qhyBwgkBzqYYVSYhpP6gSGaxGHwePLt1c+e6NqDlgIZN+e1/XPuA==", "license": "MIT", "dependencies": { - "@otplib/core": "13.3.0", - "@otplib/uri": "13.3.0" + "@otplib/core": "13.4.1", + "@otplib/uri": "13.4.1" } }, "node_modules/@otplib/plugin-base32-scure": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/plugin-base32-scure/-/plugin-base32-scure-13.3.0.tgz", - "integrity": "sha512-/jYbL5S6GB0Ie3XGEWtLIr9s5ZICl/BfmNL7+8/W7usZaUU4GiyLd2S+JGsNCslPyqNekSudD864nDAvRI0s8w==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/plugin-base32-scure/-/plugin-base32-scure-13.4.1.tgz", + "integrity": "sha512-Fs/r5qisC05SRhT6xWXaypB6PVC0vgWf6zztmi0J5RnQ09OJiPDWCJFH6cDm6ANsrdvB9di7X+Jb7L13BoEbUA==", "license": "MIT", "dependencies": { - "@otplib/core": "13.3.0", - "@scure/base": "^2.0.0" + "@otplib/core": "13.4.1", + "@scure/base": "^2.2.0" } }, "node_modules/@otplib/plugin-crypto-noble": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/plugin-crypto-noble/-/plugin-crypto-noble-13.3.0.tgz", - "integrity": "sha512-wmV+jBVncepgwv99G7Plrdzd0tHfbpXk2U+OD7MO7DzpDqOYEgOPi+IIneksJSTL8QvWdfi+uQEuhnER4fKouA==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/plugin-crypto-noble/-/plugin-crypto-noble-13.4.1.tgz", + "integrity": "sha512-PJfVW8/1hdS6CfxLheKPZSLTwDq4TijZbN4yRjxlv0ODdzmxpM+wGwWr1JXMdy0xJPxLziydQD5gdVqrR4/gAg==", "license": "MIT", "dependencies": { - "@noble/hashes": "^2.0.1", - "@otplib/core": "13.3.0" + "@noble/hashes": "^2.2.0", + "@otplib/core": "13.4.1" } }, "node_modules/@otplib/totp": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/totp/-/totp-13.3.0.tgz", - "integrity": "sha512-XfjGNoN8d9S3Ove2j7AwkVV7+QDFsV7Lm7YwSiezNaHffkWtJ60aJYpmf+01dARdPST71U2ptueMsRJso4sq4A==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/totp/-/totp-13.4.1.tgz", + "integrity": "sha512-QOkBVPrf6AM4qZaReZPSk9/I8ATVdZpIISJz115MqeVtcrbcr5llPZ0J7804tpnjnp1vCRkI5Qjd47HhgVteBQ==", "license": "MIT", "dependencies": { - "@otplib/core": "13.3.0", - "@otplib/hotp": "13.3.0", - "@otplib/uri": "13.3.0" + "@otplib/core": "13.4.1", + "@otplib/hotp": "13.4.1", + "@otplib/uri": "13.4.1" } }, "node_modules/@otplib/uri": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@otplib/uri/-/uri-13.3.0.tgz", - "integrity": "sha512-3oh6nBXy+cm3UX9cxEAGZiDrfxHU2gfelYFV+XNCx+8dq39VaQVymwlU2yjPZiMAi/3agaUeEftf2RwM5F+Cyg==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@otplib/uri/-/uri-13.4.1.tgz", + "integrity": "sha512-xaIm7bvICMhoB2rZIR5luiaMdssWR5nY5nXnR1fdezUgZuEO58D6zrGzLp7pQuBmlpmL0HagnscDQFoskp9yiA==", "license": "MIT", "dependencies": { - "@otplib/core": "13.3.0" + "@otplib/core": "13.4.1" } }, "node_modules/@phc/format": { @@ -422,9 +422,9 @@ "license": "MIT" }, "node_modules/@scure/base": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-2.0.0.tgz", - "integrity": "sha512-3E1kpuZginKkek01ovG8krQ0Z44E3DHPjc5S2rjJw9lZn3KSQOs8S7wqikF/AH7iRanHypj85uGyxk0XAyC37w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-2.2.0.tgz", + "integrity": "sha512-b8XEupJibegiXV+tDUseI8oLQc8ei3d/4Jkb2RpbHh3MfE054ov3uIz2dhFkB3FI8iwYkEh0gGCApkrYggkPNg==", "license": "MIT", "funding": { "url": "https://paulmillr.com/funding/" @@ -1459,17 +1459,17 @@ } }, "node_modules/otplib": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/otplib/-/otplib-13.3.0.tgz", - "integrity": "sha512-VYMKyyDG8yt2q+z58sz54/EIyTh7+tyMrjeemR44iVh5+dkKtIs57irTqxjH+IkAL1uMmG1JIFhG5CxTpqdU5g==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/otplib/-/otplib-13.4.1.tgz", + "integrity": "sha512-o5CxfDw6bh7hoDv0NUUIcc0RqzJ9ipfUrzeKheKJ+vs4rXZnDlA9n4a/7R1cDjpmLjKLix4BgNVRmoDkm5rLSQ==", "license": "MIT", "dependencies": { - "@otplib/core": "13.3.0", - "@otplib/hotp": "13.3.0", - "@otplib/plugin-base32-scure": "13.3.0", - "@otplib/plugin-crypto-noble": "13.3.0", - "@otplib/totp": "13.3.0", - "@otplib/uri": "13.3.0" + "@otplib/core": "13.4.1", + "@otplib/hotp": "13.4.1", + "@otplib/plugin-base32-scure": "13.4.1", + "@otplib/plugin-crypto-noble": "13.4.1", + "@otplib/totp": "13.4.1", + "@otplib/uri": "13.4.1" } }, "node_modules/path-key": {