diff --git a/package-lock.json b/package-lock.json index 53532f83..3cddae0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", "prettier": "3.5.3" @@ -1145,9 +1145,9 @@ } }, "node_modules/github-label-sync": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.3.1.tgz", - "integrity": "sha512-3gGNc+y9OtwzR1aTlAOZKJmQ1QUzufxUG6c7rVTFLtNJvqTwyd80bOUxXuwyk2jIq7tWa0fx+Xep78BXxAU2WQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-3.0.0.tgz", + "integrity": "sha512-0tmovBWTvgOYV58fX75gv9mCc0Ow4JwPzx4N7iAPwPJ2l670Wt8wfn0SZpHCEUjqtdbXUPi/tIdABAJHeaJWfA==", "dev": true, "license": "MIT", "dependencies": { @@ -1164,7 +1164,7 @@ "github-label-sync": "bin/github-label-sync.js" }, "engines": { - "node": ">=12" + "node": ">=20" } }, "node_modules/github-label-sync/node_modules/ansi-styles": { diff --git a/package.json b/package.json index 0336ea47..9d5c3269 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", "prettier": "3.5.3"