From 1c75fc9151bba3d7142e32ae81202bbaffdb400f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:43:18 +0000 Subject: [PATCH] Bump mysql from 2.13.0 to 2.18.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.13.0 to 2.18.1. - [Release notes](https://github.com/mysqljs/mysql/releases) - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.13.0...v2.18.1) --- updated-dependencies: - dependency-name: mysql dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0caed5d..7335d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3893,8 +3893,8 @@ }, "mysql": { "version": "2.13.0", - "resolved": "http://registry.npm.qiwoo.org/mysql/download/mysql-2.13.0.tgz", - "integrity": "sha1-mY8fjKRuLj3XFJzpgkE2U5hqrkc=", + "resolved": "https://registry.npmjs.org/mysql/-/mysql-2.13.0.tgz", + "integrity": "sha512-2kAM/bYESTZcaXt/05B7e9+XYx7MFnLvxoYV9mCYq1yn1GZfQ2YjrMm6ZuwMVG8E9XMRvjfgOcwZ93EsFJwwew==", "requires": { "bignumber.js": "3.1.2", "readable-stream": "1.1.14", @@ -3903,18 +3903,18 @@ "dependencies": { "isarray": { "version": "0.0.1", - "resolved": "http://registry.npm.qiwoo.org/isarray/download/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" }, "readable-stream": { "version": "1.1.14", - "resolved": "http://registry.npm.qiwoo.org/readable-stream/download/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", "isarray": "0.0.1", - "string_decoder": "0.10.31" + "string_decoder": "~0.10.x" } } } @@ -5545,28 +5545,28 @@ }, "think-mysql": { "version": "1.1.1", - "resolved": "http://registry.npm.qiwoo.org/think-mysql/download/think-mysql-1.1.1.tgz", - "integrity": "sha1-cC3KrZG8FPuNJX2G1D5Wuk1Ke3g=", - "requires": { - "debug": "2.6.9", - "mysql": "2.13.0", - "think-debounce": "1.0.3", - "think-helper": "1.0.22", - "think-instance": "1.0.1" + "resolved": "https://registry.npmjs.org/think-mysql/-/think-mysql-1.1.1.tgz", + "integrity": "sha512-TdIZa7nViJKr1IqRLYMuM5mKElMi8efPjEUEzWAr3CZHHjIFP2hfXki5IoZmOO0Y2lGWEY2PLnUkbTTq9imizg==", + "requires": { + "debug": "^2.6.4", + "mysql": "~2.13.0", + "think-debounce": "^1.0.3", + "think-helper": "^1.0.5", + "think-instance": "^1.0.0" }, "dependencies": { "debug": { "version": "2.6.9", - "resolved": "http://registry.npm.qiwoo.org/debug/download/debug-2.6.9.tgz", - "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" } }, "ms": { "version": "2.0.0", - "resolved": "http://registry.npm.qiwoo.org/ms/download/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } },