Skip to content

Commit 70c6eaf

Browse files
authored
Merge pull request AnySoftKeyboard#4102 from AnySoftKeyboard/bot-pr/js-deps-update
JS Dependencies Update
2 parents 6ecf080 + e03f29e commit 70c6eaf

File tree

4 files changed

+1963
-716
lines changed

4 files changed

+1963
-716
lines changed

.yamlfmt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
gitignore_excludes: true
3-
indent: 3
4-
regex_exclude:
5-
- "pnpm-lock.yaml"
3+
indent: 2
4+
exclude:
5+
- pnpm-lock.yaml
66
formatter:
77
type: basic
88
include_document_start: true

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "^7.26.0",
2424
"@babel/preset-env": "^7.26.0",
2525
"@eslint/eslintrc": "^3.2.0",
26-
"@eslint/js": "^9.16.0",
26+
"@eslint/js": "^9.17.0",
2727
"@jest/globals": "^29.7.0",
2828
"@types/chai": "^5.0.1",
2929
"@types/follow-redirects": "^1.14.4",
@@ -32,13 +32,13 @@
3232
"@types/mocha": "^10.0.10",
3333
"@types/node": "22.10.2",
3434
"@types/sinon": "^17.0.3",
35-
"@typescript-eslint/eslint-plugin": "^8.18.0",
36-
"@typescript-eslint/parser": "^8.18.0",
35+
"@typescript-eslint/eslint-plugin": "^8.18.2",
36+
"@typescript-eslint/parser": "^8.18.2",
3737
"@vercel/ncc": "^0.38.3",
3838
"babel-jest": "^29.7.0",
3939
"chai": "^5.1.2",
40-
"eslint": "^9.16.0",
41-
"globals": "^15.13.0",
40+
"eslint": "^9.17.0",
41+
"globals": "^15.14.0",
4242
"jest": "^29.7.0",
4343
"jest-cli": "^29.7.0",
4444
"jest-junit": "^16.0.0",
@@ -51,11 +51,11 @@
5151
},
5252
"dependencies": {
5353
"commander": "^12.1.0",
54-
"fast-xml-parser": "^4.5.0",
54+
"fast-xml-parser": "^4.5.1",
5555
"follow-redirects": "^1.15.9",
5656
"js-yaml": "^4.1.0",
5757
"tar": "^7.4.3",
5858
"text-file-diff": "^1.4.8",
59-
"undici": "^7.1.0"
59+
"undici": "^7.2.0"
6060
}
6161
}

0 commit comments

Comments
 (0)