From f5442c0374e7ff92632fee94f398fe508e88653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:21:17 +0000 Subject: [PATCH] Bump async from 3.1.0 to 3.2.2 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] --- package-lock.json | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index c55b32f..4406cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,9 @@ } }, "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==" }, "async-limiter": { "version": "1.0.1", @@ -91,18 +91,6 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" }, - "eshark": { - "version": "github:hashedhyphen/eshark#73d6e99a324d73222e5f1b1a554bc420c3290715", - "from": "github:hashedhyphen/eshark" - }, - "ether-frame": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/ether-frame/-/ether-frame-0.2.0.tgz", - "integrity": "sha1-YkmE1EluwPuDRiORJW5XbIzRI0o=", - "requires": { - "mac-address": "~0.3.0" - } - }, "find-up": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", @@ -202,11 +190,6 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, - "mac-address": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/mac-address/-/mac-address-0.3.0.tgz", - "integrity": "sha1-SMUEnH1CGENh3meQVAAU6oG8LFE=" - }, "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", @@ -265,19 +248,6 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" }, - "pcap-ng-parser": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/pcap-ng-parser/-/pcap-ng-parser-1.0.0.tgz", - "integrity": "sha512-ySJiSEHAaFZXkwTVj2vSTFQSfwAqg9+uiCdasz2UbIaJRH9xq/MRJwzvWWZxH0ByxJhNB8wDRdrSWrKgfI7Dwg==", - "requires": { - "ether-frame": "^0.2.0" - } - }, - "pcap-parser": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/pcap-parser/-/pcap-parser-0.2.1.tgz", - "integrity": "sha1-Cnl66BDCj/CM6RCLxQnTI7/mqm8=" - }, "pngjs": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",