diff --git a/package-lock.json b/package-lock.json index 3257ce6..e7c4673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "cuffeo": "^1.0.7-3", "flumm-fetch": "^1.0.1", - "flummpress": "^2.0.4", + "flummpress": "^2.0.5", "postgres": "^3.0.1" } }, @@ -40,14 +40,14 @@ } }, "node_modules/flummpress": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.4.tgz", - "integrity": "sha512-AuEf/VnfC9hWqw+/0aH+Y+c8UgZ6CX/wVN8RR8V9btvYhIzLTJzVlyC0oTg5yrqLMUGaL9y8YRBjg2hKbFm94A==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz", + "integrity": "sha512-C/8Im6OvoZw67q9DvYIXKjKr28zHYLJdH4DucQ6zpVbN1eWPySmxkJTURbkq3uEwABXLngXLifS6mjxAC++umQ==" }, "node_modules/postgres": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.0.2.tgz", - "integrity": "sha512-sHkEGAnPVqRclh5oIr9S9e/VNX0/MUb2PgS9bl/0wnI8WrHhzMmxqq/fAkMZKUUrC3Lfa4qaNh1dyDPH4Q8V0w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.1.0.tgz", + "integrity": "sha512-yQbJtA7z6SsQuFiF01rmHlkG2gU5IEv9D/Pn2fu8Tz6x3/suNWZs4fIPd59rkL+dfVfhDqYQ7DU3YnUqzEDB5Q==", "funding": { "type": "individual", "url": "https://github.com/sponsors/porsager" @@ -77,14 +77,14 @@ } }, "flummpress": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.4.tgz", - "integrity": "sha512-AuEf/VnfC9hWqw+/0aH+Y+c8UgZ6CX/wVN8RR8V9btvYhIzLTJzVlyC0oTg5yrqLMUGaL9y8YRBjg2hKbFm94A==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz", + "integrity": "sha512-C/8Im6OvoZw67q9DvYIXKjKr28zHYLJdH4DucQ6zpVbN1eWPySmxkJTURbkq3uEwABXLngXLifS6mjxAC++umQ==" }, "postgres": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.0.2.tgz", - "integrity": "sha512-sHkEGAnPVqRclh5oIr9S9e/VNX0/MUb2PgS9bl/0wnI8WrHhzMmxqq/fAkMZKUUrC3Lfa4qaNh1dyDPH4Q8V0w==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.1.0.tgz", + "integrity": "sha512-yQbJtA7z6SsQuFiF01rmHlkG2gU5IEv9D/Pn2fu8Tz6x3/suNWZs4fIPd59rkL+dfVfhDqYQ7DU3YnUqzEDB5Q==" } } } diff --git a/package.json b/package.json index b34ac91..154b2ed 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "cuffeo": "^1.0.7-3", "flumm-fetch": "^1.0.1", - "flummpress": "^2.0.4", + "flummpress": "^2.0.5", "postgres": "^3.0.1" } }