diff --git a/package-lock.json b/package-lock.json index bf7a807e..3d825326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,8 @@ "@fontsource/montserrat": "5.1.0", "@fontsource/nanum-gothic-coding": "5.1.0", "@fontsource/noto-serif-kr": "5.1.1", - "@ibm/plex": "6.4.1" + "@ibm/plex": "6.4.1", + "renovate": "38.134.0" }, "devDependencies": { "@eslint/compat": "1.2.1", @@ -41,7 +42,7 @@ "node": ">=18.0" }, "optionalDependencies": { - "renovate": "38.131.2" + "renovate": "38.134.0" } }, "docusaurus": { @@ -10177,9 +10178,9 @@ "optional": true }, "node_modules/better-sqlite3": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.4.0.tgz", - "integrity": "sha512-B7C9y2aSvtTwDJIz34iUxMjQWmbAYFmpq0Rwf9weYTtx6jUYsUKVt5ePPYlGyLVBoySppPa41PBrzl1ipMhG7A==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.5.0.tgz", + "integrity": "sha512-e/6eggfOutzoK0JWiU36jsisdWoHOfN9iWiW/SieKvb7SAa6aGNmBM/UKyp+/wWSXpLlWNN8tCPwoDNPhzUvuQ==", "hasInstallScript": true, "license": "MIT", "optional": true, @@ -20675,6 +20676,7 @@ "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "license": "MIT", "optional": true }, "node_modules/module-details-from-path": { @@ -20902,9 +20904,9 @@ } }, "node_modules/node-abi": { - "version": "3.64.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.64.0.tgz", - "integrity": "sha512-lxowHVCx3o1zfKJthjWh6WI8Eyi4gdTaK9bUc3oTjYv9j8sp5gSiufkOvoYZ1LgmZKngWUkS5a8G1RSuLWtPgg==", + "version": "3.71.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz", + "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==", "license": "MIT", "optional": true, "dependencies": { @@ -24571,9 +24573,9 @@ } }, "node_modules/renovate": { - "version": "38.131.2", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.131.2.tgz", - "integrity": "sha512-SCF3wqeKjamHD90FxWSYoDfCEsjUE7kZ20pln7VACB1LSj/N9LFqGEvScg2UExZJ40ayG56ZkRySP4gbCmtYHQ==", + "version": "38.134.0", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.134.0.tgz", + "integrity": "sha512-gFgh4sHf9T2hKtC8nFptofHeOEzDG6quXjZz8QGA8vKgJbJl65qCTUKvL8ZrFtotLJpVCgx54qGMDJW5jlal+Q==", "license": "AGPL-3.0-only", "optional": true, "dependencies": { @@ -24694,7 +24696,7 @@ "pnpm": "^9.0.0" }, "optionalDependencies": { - "better-sqlite3": "11.4.0", + "better-sqlite3": "11.5.0", "openpgp": "5.11.2", "re2": "1.21.4" } diff --git a/package.json b/package.json index f4da419d..ade2dd6f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "wrangler": "3.83.0" }, "optionalDependencies": { - "renovate": "38.131.2" + "renovate": "38.134.0" }, "packageManager": "npm@10.9.0", "engines": {