diff --git a/package-lock.json b/package-lock.json index 7244a6f..97558fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -463,9 +463,9 @@ } }, "entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, "nth-check": { "version": "2.0.0", @@ -1006,9 +1006,9 @@ } }, "google-it": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.0.tgz", - "integrity": "sha512-ZpntV62N4oSLlCkJhof8eFFvA2SRdnWxQcji413waR/g5tlqv/vfv8mwCFIHlF6jSiAyMFN1rSkAE6wLMHiIPw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/google-it/-/google-it-1.6.1.tgz", + "integrity": "sha512-X/VkBUp+Ffmdj6aSi6jt3tTL/quVfZ4TFWXdtxDaG816P2Z6sk+gAxiqMPgeLwe7d8CopTbMr7t8V6agY0xBug==", "requires": { "cheerio": "^1.0.0-rc.2", "colors": "^1.4.0", diff --git a/package.json b/package.json index 9df77b4..ec679c7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cache-manager-mongodb": "^0.2.1", "cheerio": "^0.22.0", "express": "^4.16.4", - "google-it": "^1.6.0", + "google-it": "^1.6.1", "he": "^1.2.0", "jaro-winkler": "^0.2.8", "line-by-line": "^0.1.6",