From 0898860d340e1da0d5ef3acb93ca12b0cbadeb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:10:20 +0000 Subject: [PATCH] Bump async from 3.1.0 to 3.2.2 in /dutch-energy-server Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dutch-energy-server/package-lock.json | 11 +++-------- dutch-energy-server/package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) 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",