|
|
@@ -13,6 +13,7 @@
|
|
|
"chrome-remote-interface": "^0.33.2",
|
|
|
"chromedriver": "^131.0.0",
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
+ "crypto-js": "^4.2.0",
|
|
|
"debug": "~2.6.9",
|
|
|
"ejs": "~3.1.10",
|
|
|
"express": "~5.0.0",
|
|
|
@@ -2036,6 +2037,12 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/crypto-js": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/css-parse": {
|
|
|
"version": "1.7.0",
|
|
|
"resolved": "https://registry.npmmirror.com/css-parse/-/css-parse-1.7.0.tgz",
|