Skip to content

Commit dadec5e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions-f2f45b400b
2 parents 2460b03 + 8271e47 commit dadec5e

File tree

7 files changed

+5039
-1986
lines changed

7 files changed

+5039
-1986
lines changed

dist/licenses.txt

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

dist/main.js

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

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post.js

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

dist/post.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@
2323
"author": "Pavel Zwerschke <[email protected]>",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@actions/cache": "^4.0.5",
26+
"@actions/cache": "^4.1.0",
2727
"@actions/core": "^1.11.1",
2828
"@actions/exec": "^1.1.1",
2929
"@actions/io": "^1.1.3",
3030
"@actions/tool-cache": "^2.0.2",
3131
"fp-ts": "^2.16.11",
3232
"js-yaml": "^4.1.0",
33-
"untildify": "^5.0.0",
33+
"untildify": "^6.0.0",
3434
"which": "^5.0.0",
35-
"zod": "^4.1.5"
35+
"zod": "^4.1.11"
3636
},
3737
"devDependencies": {
3838
"@types/js-yaml": "^4.0.9",
39-
"@types/node": "^24.3.0",
39+
"@types/node": "^24.6.2",
4040
"@types/which": "^3.0.4",
41-
"@typescript-eslint/eslint-plugin": "^8.42.0",
42-
"@typescript-eslint/parser": "^8.42.0",
43-
"eslint": "^9.34.0",
41+
"@typescript-eslint/eslint-plugin": "^8.45.0",
42+
"@typescript-eslint/parser": "^8.45.0",
43+
"eslint": "^9.36.0",
4444
"eslint-config-prettier": "^10.1.8",
4545
"eslint-config-standard": "^17.1.0",
4646
"eslint-plugin-import": "^2.32.0",
47-
"eslint-plugin-n": "^17.21.3",
47+
"eslint-plugin-n": "^17.23.1",
4848
"eslint-plugin-prettier": "^5.5.4",
4949
"eslint-plugin-promise": "^7.2.1",
5050
"prettier": "^3.6.2",
5151
"tsup": "^8.5.0",
52-
"typescript": "^5.9.2"
52+
"typescript": "^5.9.3"
5353
}
5454
}

0 commit comments

Comments
 (0)