Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit e59ae0f

Browse files
authoredJun 7, 2023
Build(deps): Bump html-entities in /app/assets/javascripts (#21961)
Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.4 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86facad commit e59ae0f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎app/assets/javascripts/bootstrap-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean-base-url": "^1.0.0",
2424
"discourse-plugins": "1.0.0",
2525
"express": "^4.18.2",
26-
"html-entities": "^2.3.4",
26+
"html-entities": "^2.3.5",
2727
"jsdom": "^22.1.0",
2828
"node-fetch": "^3.3.1"
2929
}

‎app/assets/javascripts/discourse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ember-source": "~3.28.12",
5353
"ember-test-selectors": "^6.0.0",
5454
"handlebars": "^4.7.7",
55-
"html-entities": "^2.3.4",
55+
"html-entities": "^2.3.5",
5656
"js-yaml": "^4.1.0",
5757
"jsdom": "^22.1.0",
5858
"markdown-it": "^13.0.1",

‎app/assets/javascripts/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5755,10 +5755,10 @@ html-encoding-sniffer@^3.0.0:
57555755
dependencies:
57565756
whatwg-encoding "^2.0.0"
57575757

5758-
html-entities@^2.3.4:
5759-
version "2.3.4"
5760-
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.4.tgz#c65db1302652a0a2986f216ef911df65015dc1ac"
5761-
integrity sha512-TtiHkpRBqP40OzizVWjwBPBsiqchEZxAg/nys6D6lIpdoVLo7sWZ/5Sf/s4UaBHQ6pzUzEr3NiItvEoO46sPtQ==
5758+
html-entities@^2.3.5:
5759+
version "2.3.5"
5760+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.5.tgz#9f117bf6a5962efc31e094f6c6dad3cf3b95e33e"
5761+
integrity sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg==
57625762

57635763
http-errors@2.0.0:
57645764
version "2.0.0"

0 commit comments

Comments
 (0)
This repository has been archived.