add crc-32 package and rebuild package lock files

This commit is contained in:
2026-05-13 15:23:35 +02:00
parent e55f3b2a4b
commit f87b363963
3 changed files with 60 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"dependencies": {
"fast-xml-parser": "^5.8.0"
"crc-32": "^1.2.2",
"fast-xml-parser": "^5.8.0",
"xml-formatter": "^3.7.0"
}
}