Skip to content

Commit eb9696e

Browse files
authored
chore: Update github actions dependencies (#2191)
* chore: Update github actions dependencies Signed-off-by: Ian Lewis <ian@ianlewis.org> * chore: Update dist Signed-off-by: Ian Lewis <ian@ianlewis.org> --------- Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent ff7dd79 commit eb9696e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"license": "Apache-2.0",
2626
"dependencies": {
27-
"@actions/core": "^1.10.0",
27+
"@actions/core": "^1.11.1",
2828
"@actions/exec": "^1.1.1",
29-
"@actions/github": "^6.0.0",
30-
"@actions/tool-cache": "^2.0.1",
29+
"@actions/github": "^6.0.1",
30+
"@actions/tool-cache": "^2.0.2",
3131
"@octokit/core": "^5.2.1",
3232
"@octokit/plugin-retry": "^6.1.0",
3333
"uuid": "^11.1.0",
@@ -39,30 +39,30 @@
3939
"@rollup/plugin-commonjs": "28.0.3",
4040
"@rollup/plugin-node-resolve": "16.0.1",
4141
"@rollup/plugin-typescript": "12.1.2",
42+
"@stylistic/eslint-plugin-ts": "4.2.0",
4243
"@types/jest": "29.5.14",
4344
"@types/node": "22.15.21",
45+
"@typescript-eslint/eslint-plugin": "8.32.1",
46+
"@typescript-eslint/parser": "8.32.1",
47+
"dictionary-en": "4.0.0",
48+
"eslint": "9.27.0",
4449
"eslint-config-prettier": "10.1.5",
4550
"eslint-import-resolver-typescript": "4.3.5",
51+
"eslint-plugin-github": "6.0.0",
4652
"eslint-plugin-import": "2.31.0",
4753
"eslint-plugin-jest": "28.11.0",
48-
"@stylistic/eslint-plugin-ts": "4.2.0",
54+
"eslint-plugin-prettier": "5.4.0",
4955
"jest": "29.7.0",
50-
"prettier-eslint": "16.4.2",
51-
"rollup": "4.41.0",
52-
"ts-jest": "29.3.4",
53-
"ts-jest-resolver": "2.0.1",
54-
"dictionary-en": "4.0.0",
5556
"markdownlint-cli": "0.45.0",
5657
"prettier": "3.5.3",
58+
"prettier-eslint": "16.4.2",
59+
"renovate": "40.21.1",
60+
"rollup": "4.41.0",
5761
"textlint": "14.7.2",
5862
"textlint-filter-rule-comments": "1.2.2",
5963
"textlint-rule-spelling": "0.3.0",
60-
"@typescript-eslint/eslint-plugin": "8.32.1",
61-
"@typescript-eslint/parser": "8.32.1",
62-
"eslint": "9.27.0",
63-
"eslint-plugin-github": "6.0.0",
64-
"eslint-plugin-prettier": "5.4.0",
65-
"renovate": "40.21.1",
64+
"ts-jest": "29.3.4",
65+
"ts-jest-resolver": "2.0.1",
6666
"typescript": "5.8.3"
6767
}
6868
}

0 commit comments

Comments
 (0)