diff --git a/server/package-lock.json b/server/package-lock.json index 89e6273..124cbd4 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -19,7 +19,7 @@ "execa": "^7.2.0", "fs-extra": "^11.1.1", "get-port": "^6.1.2", - "ipull": "^3.2.1", + "ipull": "^3.2.2", "lifecycle-utils": "^1.4.1", "multistream": "^4.1.0", "node-llama-cpp": "3.0.0-beta.18", @@ -4534,9 +4534,9 @@ } }, "node_modules/ipull": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ipull/-/ipull-3.2.1.tgz", - "integrity": "sha512-Nn2RiLhSCELtOx6l+MRIYubSstqkOFTwcWXaDmRKmrobbvw6cH+eAiBd6LwGbyVI5KMc62suwBE51uEXejJoJA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/ipull/-/ipull-3.2.2.tgz", + "integrity": "sha512-fbXmIoYzJNaX4WZ7hY0TfQD7h9aDkbQ8xkKQpn60UcbTyZFNAxxZRxkSxGeXoDdC6tQBoO81Iyq/0ZMHpZy3Sw==", "dependencies": { "@tinyhttp/content-disposition": "^2.2.0", "async-retry": "^1.3.3", diff --git a/server/package.json b/server/package.json index 7350f36..3921859 100644 --- a/server/package.json +++ b/server/package.json @@ -100,7 +100,7 @@ "execa": "^7.2.0", "fs-extra": "^11.1.1", "get-port": "^6.1.2", - "ipull": "^3.2.1", + "ipull": "^3.2.2", "lifecycle-utils": "^1.4.1", "multistream": "^4.1.0", "node-llama-cpp": "3.0.0-beta.18",