updated dependencies (#2116)

This commit is contained in:
ArnoldSmith86 2024-05-21 09:55:17 +02:00 committed by GitHub
parent 536c7884dc
commit b12ab06a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 386 additions and 232 deletions

604
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,21 +51,21 @@
"@node-minify/html-minifier": "^8.0.6",
"@node-minify/no-compress": "^8.0.6",
"@node-minify/uglify-es": "^8.0.6",
"bson": "^6.3.0",
"crawler-user-agents": "^1.0.117",
"bson": "^6.7.0",
"crawler-user-agents": "^1.0.136",
"crc-32": "^1.2.2",
"dompurify": "^3.0.8",
"express": "^4.18.2",
"dompurify": "^3.1.3",
"express": "^4.19.2",
"jszip": "^3.10.1",
"node-fetch": "^2.7.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-global": "^4.0.0",
"json-diff": "^1.0.6",
"nodemon": "^3.0.3",
"testcafe": "^3.5.0"
"nodemon": "^3.1.0",
"testcafe": "^3.6.0"
}
}