Skip to content

Commit d9e81d7

Browse files
committed
chore: update pkgs
1 parent c7c22a0 commit d9e81d7

File tree

2 files changed

+10
-47
lines changed

2 files changed

+10
-47
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"test-ci": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha"
6262
},
6363
"dependencies": {
64-
"axios": "^1.0.0",
64+
"@xmldom/xmldom": "0.9.8",
65+
"axios": "^1.11.0",
6566
"cheerio": "1.1.2",
6667
"epub2": "3.0.2",
6768
"html-entities": "2.6.0",
@@ -71,7 +72,6 @@
7172
"meow": "13.2.0",
7273
"mime": "4.0.7",
7374
"xlsx": "^0.18.5",
74-
"@xmldom/xmldom": "0.9.8",
7575
"xpath": "0.0.34",
7676
"yauzl": "3.2.0"
7777
},
@@ -87,7 +87,7 @@
8787
"@types/yauzl": "2.10.3",
8888
"@typescript-eslint/eslint-plugin": "8.43.0",
8989
"@typescript-eslint/parser": "8.43.0",
90-
"chai": "5.3.3",
90+
"chai": "6.0.1",
9191
"co-mocha": "1.2.2",
9292
"eslint": "9.35.0",
9393
"eslint-config-airbnb": "19.0.4",
@@ -108,5 +108,6 @@
108108
},
109109
"engines": {
110110
"node": ">=14"
111-
}
111+
},
112+
"packageManager": "[email protected]"
112113
}

yarn.lock

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -977,11 +977,6 @@ arraybuffer.prototype.slice@^1.0.4:
977977
get-intrinsic "^1.2.6"
978978
is-array-buffer "^3.0.4"
979979

980-
assertion-error@^2.0.1:
981-
version "2.0.1"
982-
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
983-
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
984-
985980
ast-types-flow@^0.0.8:
986981
version "0.0.8"
987982
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6"
@@ -1009,7 +1004,7 @@ axe-core@^4.10.0:
10091004
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
10101005
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
10111006

1012-
axios@^1.0.0:
1007+
axios@^1.11.0:
10131008
version "1.11.0"
10141009
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
10151010
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
@@ -1187,16 +1182,10 @@ cfb@~1.2.1:
11871182
crc-32 "~1.2.0"
11881183
printj "~1.3.0"
11891184

1190-
1191-
version "5.3.3"
1192-
resolved "https://registry.yarnpkg.com/chai/-/chai-5.3.3.tgz#dd3da955e270916a4bd3f625f4b919996ada7e06"
1193-
integrity sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==
1194-
dependencies:
1195-
assertion-error "^2.0.1"
1196-
check-error "^2.1.1"
1197-
deep-eql "^5.0.1"
1198-
loupe "^3.1.0"
1199-
pathval "^2.0.0"
1185+
1186+
version "6.0.1"
1187+
resolved "https://registry.yarnpkg.com/chai/-/chai-6.0.1.tgz#88c2b4682fb56050647e222d2cf9d6772f2607b3"
1188+
integrity sha512-/JOoU2//6p5vCXh00FpNgtlw0LjvhGttaWc+y7wpW9yjBm3ys0dI8tSKZxIOgNruz5J0RleccatSIC3uxEZP0g==
12001189

12011190
chalk@^2.4.2:
12021191
version "2.4.2"
@@ -1220,11 +1209,6 @@ chalk@^5.6.0:
12201209
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
12211210
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
12221211

1223-
check-error@^2.1.1:
1224-
version "2.1.1"
1225-
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
1226-
integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
1227-
12281212
cheerio-select@^2.1.0:
12291213
version "2.1.0"
12301214
resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4"
@@ -1565,11 +1549,6 @@ decamelize@^4.0.0:
15651549
dependencies:
15661550
type-detect "^4.0.0"
15671551

1568-
deep-eql@^5.0.1:
1569-
version "5.0.1"
1570-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-5.0.1.tgz#21ea2c0d561a4d08cdd99c417ac584e0fb121385"
1571-
integrity sha512-nwQCf6ne2gez3o1MxWifqkciwt0zhl0LO1/UwVu4uMBuPmflWM4oQ70XMqHqnBJA+nhzncaqL9HVL6KkHJ28lw==
1572-
15731552
deep-is@^0.1.3:
15741553
version "0.1.4"
15751554
resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
@@ -2706,11 +2685,6 @@ get-east-asian-width@^1.0.0:
27062685
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
27072686
integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
27082687

2709-
get-func-name@^2.0.1:
2710-
version "2.0.2"
2711-
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
2712-
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
2713-
27142688
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
27152689
version "1.1.1"
27162690
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
@@ -3824,13 +3798,6 @@ loose-envify@^1.4.0:
38243798
dependencies:
38253799
js-tokens "^3.0.0 || ^4.0.0"
38263800

3827-
loupe@^3.1.0:
3828-
version "3.1.0"
3829-
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.0.tgz#46ef1a4ffee73145f5c0a627536d754787c1ea2a"
3830-
integrity sha512-qKl+FrLXUhFuHUoDJG7f8P8gEMHq9NFS0c6ghXG1J0rldmZFQZoNVv/vyirE9qwCIhWZDsvEFd1sbFu3GvRQFg==
3831-
dependencies:
3832-
get-func-name "^2.0.1"
3833-
38343801
lru-cache@^10.2.0:
38353802
version "10.4.3"
38363803
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
@@ -4351,11 +4318,6 @@ path-scurry@^1.11.1:
43514318
lru-cache "^10.2.0"
43524319
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
43534320

4354-
pathval@^2.0.0:
4355-
version "2.0.0"
4356-
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
4357-
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
4358-
43594321
pend@~1.2.0:
43604322
version "1.2.0"
43614323
resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"

0 commit comments

Comments
 (0)