From 9cb285579f07a11a94fa420ed1c2aa1573503dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:48:15 +0800 Subject: [PATCH] Build(deps): Bump html-entities from 2.3.3 to 2.3.4 in /app/assets/javascripts (#21938) Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.3 to 2.3.4. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/assets/javascripts/bootstrap-json/package.json | 2 +- app/assets/javascripts/discourse/package.json | 2 +- app/assets/javascripts/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/bootstrap-json/package.json b/app/assets/javascripts/bootstrap-json/package.json index 724ded0f824..062be8edc08 100644 --- a/app/assets/javascripts/bootstrap-json/package.json +++ b/app/assets/javascripts/bootstrap-json/package.json @@ -23,7 +23,7 @@ "clean-base-url": "^1.0.0", "discourse-plugins": "1.0.0", "express": "^4.18.2", - "html-entities": "^2.3.3", + "html-entities": "^2.3.4", "jsdom": "^22.1.0", "node-fetch": "^3.3.1" } diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index b232dee5f1f..7ac9df77ea0 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -52,7 +52,7 @@ "ember-source": "~3.28.12", "ember-test-selectors": "^6.0.0", "handlebars": "^4.7.7", - "html-entities": "^2.3.3", + "html-entities": "^2.3.4", "js-yaml": "^4.1.0", "jsdom": "^22.1.0", "markdown-it": "^13.0.1", diff --git a/app/assets/javascripts/yarn.lock b/app/assets/javascripts/yarn.lock index ad95adac42c..701cb0226ec 100644 --- a/app/assets/javascripts/yarn.lock +++ b/app/assets/javascripts/yarn.lock @@ -5755,10 +5755,10 @@ html-encoding-sniffer@^3.0.0: dependencies: whatwg-encoding "^2.0.0" -html-entities@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" - integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== +html-entities@^2.3.4: + version "2.3.4" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.4.tgz#c65db1302652a0a2986f216ef911df65015dc1ac" + integrity sha512-TtiHkpRBqP40OzizVWjwBPBsiqchEZxAg/nys6D6lIpdoVLo7sWZ/5Sf/s4UaBHQ6pzUzEr3NiItvEoO46sPtQ== http-errors@2.0.0: version "2.0.0"