From 0539d26e1f6f63c5ae08afa3e05b9d30e54daabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 00:03:09 +0000 Subject: [PATCH] fix(deps): bump google-it from 1.6.3 to 1.6.4 Bumps [google-it](https://github.com/PatNeedham/google-it) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/PatNeedham/google-it/releases) - [Commits](https://github.com/PatNeedham/google-it/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: google-it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a895ae8..deca200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "deepai": "^1.0.21", "g-i-s": "^2.1.6", "glob": "^8.0.3", - "google-it": "^1.6.3", + "google-it": "^1.6.4", "google-tts-api": "^2.0.2", "kitsu": "^10.0.4", "mathjs": "^11.3.2", @@ -5779,9 +5779,9 @@ } }, "node_modules/google-it": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.3.tgz", - "integrity": "sha512-sKhHX9LhEJ/FGdE/SaQ6Af+NZ+R/4I7PxCJZ3SoauKBYotlPzh13/nb8LYgzpAIcC3D2CQ5r1lJfbJBnwbiITw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.4.tgz", + "integrity": "sha512-iM/31cWQ0wLcBngHSR3l6OwtkqYP93kiQWF74YqyHte/sJ5BFQ60IzCckuetu0LH4//mxYqFlH30nhNuBX/udw==", "dependencies": { "cheerio": "^1.0.0-rc.11", "colors": "^1.4.0", @@ -17452,9 +17452,9 @@ "integrity": "sha1-dptZhKlvYGarnqdYIkgl7mwhDws=" }, "google-it": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.3.tgz", - "integrity": "sha512-sKhHX9LhEJ/FGdE/SaQ6Af+NZ+R/4I7PxCJZ3SoauKBYotlPzh13/nb8LYgzpAIcC3D2CQ5r1lJfbJBnwbiITw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.4.tgz", + "integrity": "sha512-iM/31cWQ0wLcBngHSR3l6OwtkqYP93kiQWF74YqyHte/sJ5BFQ60IzCckuetu0LH4//mxYqFlH30nhNuBX/udw==", "requires": { "cheerio": "^1.0.0-rc.11", "colors": "^1.4.0", diff --git a/package.json b/package.json index e430d49..2d5be13 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "deepai": "^1.0.21", "g-i-s": "^2.1.6", "glob": "^8.0.3", - "google-it": "^1.6.3", + "google-it": "^1.6.4", "google-tts-api": "^2.0.2", "kitsu": "^10.0.4", "mathjs": "^11.3.2",