From 55810a8b460bf870d10f680bba35230bd02eb87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:06:28 +0200 Subject: [PATCH] Build(deps): Bump html-entities in /app/assets/javascripts (#22098) Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.5 to 2.3.6. - [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/compare/v2.3.5...v2.3.6) --- 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 01252df3e48..efa6ae3af72 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.5", + "html-entities": "^2.3.6", "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 3d1997e50f1..2390a1f87ae 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.5", + "html-entities": "^2.3.6", "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 842597265fe..e119f770864 100644 --- a/app/assets/javascripts/yarn.lock +++ b/app/assets/javascripts/yarn.lock @@ -5794,10 +5794,10 @@ html-encoding-sniffer@^3.0.0: dependencies: whatwg-encoding "^2.0.0" -html-entities@^2.3.5: - version "2.3.5" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.5.tgz#9f117bf6a5962efc31e094f6c6dad3cf3b95e33e" - integrity sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg== +html-entities@^2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.6.tgz#966391d58e5737c77bca4025e31721b496ab7454" + integrity sha512-9o0+dcpIw2/HxkNuYKxSJUF/MMRZQECK4GnF+oQOmJ83yCVHTWgCH5aOXxK5bozNRmM8wtgryjHD3uloPBDEGw== http-errors@2.0.0: version "2.0.0"