From a26e74b357d36d3f47992d3ba18e0deb7e75931c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Fri, 9 Dec 2022 10:09:55 +0100 Subject: [PATCH] Update nsfw library to v2.2.4. Fixes #11431 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed on behalf of ST Microelectronics Signed-off-by: Thomas Mäder --- package.json | 2 +- packages/core/README.md | 2 +- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d1b301eb1e158..3fcfc46ca2866 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jsdom": "^11.5.1", "lerna": "^6.0.1", "node-gyp": "^9.0.0", - "nsfw": "^2.1.2", + "nsfw": "^2.2.4", "nyc": "^15.0.0", "puppeteer": "^2.0.0", "puppeteer-to-istanbul": "^1.2.2", diff --git a/packages/core/README.md b/packages/core/README.md index a15e8bea69a7c..740fbed99ad7e 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -104,7 +104,7 @@ export class SomeClass { - `express` (from [`express@^4.16.3`](https://www.npmjs.com/package/express)) - `lodash.debounce` (from [`lodash.debounce@^4.0.8`](https://www.npmjs.com/package/lodash.debounce)) - `lodash.throttle` (from [`lodash.throttle@^4.1.1`](https://www.npmjs.com/package/lodash.throttle)) - - `nsfw` (from [`nsfw@^2.1.2`](https://www.npmjs.com/package/nsfw)) + - `nsfw` (from [`nsfw@^2.2.4`](https://www.npmjs.com/package/nsfw)) - `markdown-it` (from [`markdown-it@^12.3.2`](https://www.npmjs.com/package/markdown-it)) - `react` (from [`react@^18.2.0`](https://www.npmjs.com/package/react)) - `ws` (from [`ws@^7.1.2`](https://www.npmjs.com/package/ws)) diff --git a/packages/core/package.json b/packages/core/package.json index 24b7fcca1e698..12b24188be08f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -55,7 +55,7 @@ "lodash.throttle": "^4.1.1", "markdown-it": "^12.3.2", "msgpackr": "^1.6.1", - "nsfw": "^2.1.2", + "nsfw": "^2.2.4", "p-debounce": "^2.1.0", "perfect-scrollbar": "^1.3.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 9c4a14941c724..23fbd0e7ba465 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8707,10 +8707,10 @@ npmlog@^6.0.0, npmlog@^6.0.2: gauge "^4.0.3" set-blocking "^2.0.0" -nsfw@^2.1.2: - version "2.2.3" - resolved "https://registry.yarnpkg.com/nsfw/-/nsfw-2.2.3.tgz#2ffaebfa6d87195d3a9bdd932cbf1f3ee7b9f985" - integrity sha512-b4r7VcFLMN9L6tMH38L/J7y1y8zu5UzFJyC47Dnae3QmCWIGuwhvOvFjuCtqvMsguomu5/pqM6rMKiUy4l3pYA== +nsfw@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/nsfw/-/nsfw-2.2.4.tgz#4ed94544a63fc843b7e3ccff6668dce13d27a33a" + integrity sha512-sTRNa7VYAiy5ARP8etIBfkIfxU0METW40UinDnv0epQMe1pzj285HdXKRKkdrV3rRzMNcuNZn2foTNszV0x+OA== dependencies: node-addon-api "^5.0.0"