From e51f84c934bcea9bf52b9db2fb8a8d5c73308da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 00:57:50 +0000 Subject: [PATCH] Update: bump html-entities from 2.3.3 to 2.3.5 Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.3 to 2.3.5. - [Release notes](https://github.com/mdevils/html-entities/releases) - [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdevils/html-entities/commits) --- updated-dependencies: - dependency-name: html-entities 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 b7e2c9ded..2ac178c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^16.1.4", "eris": "^0.17.2", "genius-lyrics": "^4.4.3", - "html-entities": "^2.3.3", + "html-entities": "^2.3.5", "html-to-text": "^8.2.1", "https-proxy-agent": "^5.0.1", "miniget": "^4.2.2", @@ -3887,9 +3887,9 @@ "integrity": "sha512-LLase1dHCRMel68/HZTFft0N0wti0epHr3nNY7ynpLbyZpmrKMQ8YIpiOV77TM97cNpC8Wb2n6f66IRggwdWPw==" }, "node_modules/html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.5.tgz", + "integrity": "sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg==" }, "node_modules/html-to-text": { "version": "8.2.1", @@ -9289,9 +9289,9 @@ "integrity": "sha512-LLase1dHCRMel68/HZTFft0N0wti0epHr3nNY7ynpLbyZpmrKMQ8YIpiOV77TM97cNpC8Wb2n6f66IRggwdWPw==" }, "html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.5.tgz", + "integrity": "sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg==" }, "html-to-text": { "version": "8.2.1", diff --git a/package.json b/package.json index c5ecb9177..bd49702a9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dotenv": "^16.1.4", "eris": "^0.17.2", "genius-lyrics": "^4.4.3", - "html-entities": "^2.3.3", + "html-entities": "^2.3.5", "html-to-text": "^8.2.1", "https-proxy-agent": "^5.0.1", "miniget": "^4.2.2",