diff --git a/package.json b/package.json index 67168aa..11ef274 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "moment": "^2.30.1", "node-cache": "^5.1.2", "postgres": "^3.4.4", + "seedrandom": "^3.0.5", "ssh2": "^1.15.0", "vite-plugin-entry-shaking": "^0.4.3" } diff --git a/yarn.lock b/yarn.lock index 378f604..39ea23f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1377,6 +1377,11 @@ sass@^1.77.0: immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" +seedrandom@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7" + integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg== + set-cookie-parser@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz#131921e50f62ff1a66a461d7d62d7b21d5d15a51"