From 857c9aa57d0a4fdc5828ddc706543214e1252d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:18:44 +0000 Subject: [PATCH] Bump thenify from 3.3.0 to 3.3.1 Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/thenables/thenify/releases) - [Changelog](https://github.com/thenables/thenify/blob/master/History.md) - [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: thenify dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95af37e..3fd0037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,8 @@ "acorn": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", - "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=" + "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=", + "optional": true }, "acorn-globals": { "version": "1.0.9", @@ -163,6 +164,10 @@ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" }, + "eyed3": { + "version": "git+https://github.com/AllToMP3/node-eyed3.git#b54598695ed81728e04dddc6a885696eae813721", + "from": "git+https://github.com/AllToMP3/node-eyed3.git#b545986" + }, "form-data": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", @@ -238,6 +243,14 @@ "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" } + }, + "smartcrop-sharp": { + "version": "git+https://github.com/AllToMP3/smartcrop-sharp.git#9d653144ce30bea59d8bc0603850d596df8502b1", + "from": "git+https://github.com/AllToMP3/smartcrop-sharp.git#9d65314", + "requires": { + "sharp": "^0.20.5", + "smartcrop": "^1.1.1" + } } } }, @@ -1151,7 +1164,8 @@ "cssom": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "optional": true }, "cssstyle": { "version": "0.2.37", @@ -1822,10 +1836,6 @@ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" }, - "eyed3": { - "version": "git+https://github.com/AllToMP3/node-eyed3.git#b54598695ed81728e04dddc6a885696eae813721", - "from": "git+https://github.com/AllToMP3/node-eyed3.git#b545986" - }, "fast-deep-equal": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", @@ -3107,7 +3117,8 @@ "prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "optional": true }, "prepend-http": { "version": "2.0.0", @@ -3597,14 +3608,6 @@ "resolved": "https://registry.npmjs.org/smartcrop/-/smartcrop-1.1.1.tgz", "integrity": "sha1-2KFiYvQ8QY//p7nxKj4D1l1dGfg=" }, - "smartcrop-sharp": { - "version": "git+https://github.com/AllToMP3/smartcrop-sharp.git#9d653144ce30bea59d8bc0603850d596df8502b1", - "from": "git+https://github.com/AllToMP3/smartcrop-sharp.git#9d65314", - "requires": { - "sharp": "^0.20.5", - "smartcrop": "^1.1.1" - } - }, "sntp": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", @@ -3913,9 +3916,9 @@ "dev": true }, "thenify": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", - "integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", "requires": { "any-promise": "^1.0.0" } @@ -4041,6 +4044,7 @@ "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "optional": true, "requires": { "prelude-ls": "~1.1.2" }