diff --git a/config/ember-cli-update.json b/config/ember-cli-update.json index 5a41e49..a583af5 100644 --- a/config/ember-cli-update.json +++ b/config/ember-cli-update.json @@ -3,7 +3,7 @@ "packages": [ { "name": "standard-node-template", - "version": "6.0.0", + "version": "6.1.0", "blueprints": [ { "name": "standard-node-template", diff --git a/package.json b/package.json index 2a79752..6b163d0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/CrowdStrike/commitlint#readme", "engines": { - "node": ">=18.12" + "node": ">=20.9" }, "dependencies": { "@commitlint/config-conventional": "^19.0.0", @@ -66,7 +66,7 @@ "remark-cli": "^12.0.0", "remark-preset-lint-crowdstrike": "^4.0.0", "renovate-config-standard": "^2.0.0", - "standard-node-template": "6.0.0", + "standard-node-template": "6.1.0", "standard-version": "^9.1.0", "yargs-help-output": "^5.0.0" } diff --git a/yarn.lock b/yarn.lock index 0627284..879ae8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -209,7 +209,7 @@ chalk "^5.3.0" "@crowdstrike/commitlint@file:.": - version "8.0.2" + version "8.1.0" dependencies: "@commitlint/config-conventional" "^19.0.0" "@commitlint/format" "^19.0.0" @@ -4641,10 +4641,10 @@ split@^1.0.0: dependencies: through "2" -standard-node-template@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/standard-node-template/-/standard-node-template-6.0.0.tgz#801740d68ecb42bb1cf075004700bae6405f642a" - integrity sha512-Ii/Ucgkw8xajSGCCzFdcNTF8TJ6tX8feDVS8ANsX6JtItrZMcBYGAC5mX5tDDTGYrAv5JiCanJ6RFFE9bO7+Xw== +standard-node-template@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/standard-node-template/-/standard-node-template-6.1.0.tgz#c40f0610172da60bb32e882de3016502de50874b" + integrity sha512-oI1dSFX2Iz8erjVc8qmHYGlthCKOF0QkbtVDzZ1f4Bp5G0I0Idty77CTZXS0bFBgqqo1Pxhk72lwH2KqNi/I9w== standard-version@^9.1.0: version "9.2.0"