Skip to content

Commit 9c1905e

Browse files
committed
update strnum
1 parent 8d71292 commit 9c1905e

4 files changed

Lines changed: 29 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion
44

5+
**5.9.3 / 2026-06-19*
6+
- update strnum
7+
8+
59
**5.9.2 / 2026-06-17*
610
- dummy release to test changes in github action
711

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"fast-xml-builder": "^1.2.0",
8888
"is-unsafe": "^1.0.1",
8989
"path-expression-matcher": "^1.5.0",
90-
"strnum": "^2.4.0",
90+
"strnum": "^2.4.1",
9191
"xml-naming": "^0.1.0"
9292
}
9393
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,10 @@ ansi-styles@^6.1.0:
13871387
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
13881388
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
13891389

1390-
anynum@^1.0.0:
1391-
version "1.0.0"
1392-
resolved "https://registry.npmjs.org/anynum/-/anynum-1.0.0.tgz"
1393-
integrity sha512-xjR9/zBVnUOP6ztMIIgShjsxui80nQUQH+5xJnvrYLs+90bF25/KJqaAi8mk+B4RDtX1Nspi6fmp4YTEts8SfA==
1390+
anynum@^1.0.1:
1391+
version "1.0.1"
1392+
resolved "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz"
1393+
integrity sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==
13941394

13951395
argparse@^2.0.1:
13961396
version "2.0.1"
@@ -2766,12 +2766,12 @@ strip-json-comments@^3.1.1:
27662766
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
27672767
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
27682768

2769-
strnum@^2.4.0:
2770-
version "2.4.0"
2771-
resolved "https://registry.npmjs.org/strnum/-/strnum-2.4.0.tgz"
2772-
integrity sha512-sHrVyWWdq28RbhjuJdZsA1SnGRJV6NiXbk6AXBxDOsgAcA+lmpUZCYjOdLBxkXMwis6RRe7dlZt4VlIWFVzkmg==
2769+
strnum@^2.4.1:
2770+
version "2.4.1"
2771+
resolved "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz"
2772+
integrity sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==
27732773
dependencies:
2774-
anynum "^1.0.0"
2774+
anynum "^1.0.1"
27752775

27762776
supports-color@^7.1.0:
27772777
version "7.2.0"

0 commit comments

Comments
 (0)