diff --git a/dutch-energy-server/package-lock.json b/dutch-energy-server/package-lock.json index 9a28824..64b93d1 100644 --- a/dutch-energy-server/package-lock.json +++ b/dutch-energy-server/package-lock.json @@ -108,9 +108,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "balanced-match": { "version": "1.0.0", @@ -573,11 +573,6 @@ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-0.1.3.tgz", "integrity": "sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=" }, - "pg-copy-streams": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/pg-copy-streams/-/pg-copy-streams-2.2.2.tgz", - "integrity": "sha512-mjSqs6hrsRhBojCuY2hxyg48B+3th5ARBjMxBCEisIqBvdRD0g5ETdbts20TzrOfha8ueJQOmQCJCprtczJtGQ==" - }, "pg-int8": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", diff --git a/dutch-energy-server/package.json b/dutch-energy-server/package.json index 50a03a0..152882d 100644 --- a/dutch-energy-server/package.json +++ b/dutch-energy-server/package.json @@ -18,7 +18,7 @@ "@types/node": "^12.12.17", "@types/pg": "^7.11.2", "@types/validator": "^12.0.1", - "async": "^3.1.0", + "async": "^3.2.2", "bluebird": "^3.7.2", "cors": "^2.8.5", "csv-parse": "^4.8.2",