Skip to content

Commit 8cd7f18

Browse files
build(deps): update dependencies (#65)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: opsbr-bot[bot] <119468373+opsbr-bot[bot]@users.noreply.github.com>
1 parent 8ffba54 commit 8cd7f18

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The complete list of contributors can be found at:
101101

102102
The following npm package may be included in this product:
103103

104-
- yaml@2.7.1
104+
- yaml@2.8.0
105105

106106
This package contains the following license:
107107

bun.lockb

4.07 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@
2121
"commander": "^13.1.0",
2222
"tempy": "^3.1.0",
2323
"traverse": "^0.6.11",
24-
"yaml": "^2.7.1"
24+
"yaml": "^2.8.0"
2525
},
2626
"bundleDependencies": true,
2727
"devDependencies": {
28-
"@eslint/js": "^9.26.0",
28+
"@eslint/js": "^9.27.0",
2929
"@semantic-release/exec": "^7.1.0",
3030
"@types/bun": "latest",
3131
"@types/eslint-config-prettier": "^6.11.3",
3232
"@types/eslint__js": "^8.42.3",
3333
"@types/js-yaml": "^4.0.9",
34-
"@types/node": "^22.15.17",
34+
"@types/node": "^22.15.18",
3535
"@types/traverse": "^0.6.37",
3636
"conventional-changelog-conventionalcommits": "^8.0.0",
37-
"eslint": "^9.26.0",
37+
"eslint": "^9.27.0",
3838
"eslint-config-prettier": "^10.1.5",
3939
"generate-license-file": "^3.8.1",
4040
"husky": "^9.1.7",
4141
"lint-staged": "^15.5.2",
4242
"prettier": "^3.5.3",
4343
"prettier-plugin-sh": "^0.17.4",
44-
"semantic-release": "^24.2.3",
44+
"semantic-release": "^24.2.4",
4545
"ts-json-schema-generator": "^2.4.0",
4646
"typescript": "^5.8.3",
47-
"typescript-eslint": "^8.32.0"
47+
"typescript-eslint": "^8.32.1"
4848
},
4949
"scripts": {
5050
"prepare": "husky",

0 commit comments

Comments
 (0)