Skip to content

Commit cd94430

Browse files
authored
Merge pull request #559 from arduino/dependabot/npm_and_yarn/github-label-sync-3.0.0
Bump github-label-sync from 2.3.1 to 3.0.0
2 parents 63f1641 + 33b3969 commit cd94430

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"eslint-config-airbnb-base": "^15.0.0",
77
"eslint-config-prettier": "^10.0.2",
88
"eslint-plugin-import": "^2.31.0",
9-
"github-label-sync": "2.3.1",
9+
"github-label-sync": "3.0.0",
1010
"markdown-link-check": "^3.12.2",
1111
"markdownlint-cli": "^0.37.0",
1212
"prettier": "^3.5.3"

workflow-templates/sync-labels-npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the dependencies by running this command:
2222

2323
```text
2424
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
25-
npm install --save-dev --save-exact github-label-sync@2.3.1
25+
npm install --save-dev --save-exact github-label-sync@3.0.0
2626
```
2727

2828
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)