Build(deps-dev): Bump html-entities from 2.4.0 to 2.5.2 (#26021)
Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.4.0 to 2.5.2. - [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.4.0...v2.5.2) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3ff1f762b6
commit
74db5b3232
|
@ -20,7 +20,7 @@
|
|||
"clean-base-url": "^1.0.0",
|
||||
"express": "^4.18.3",
|
||||
"glob": "^10.3.10",
|
||||
"html-entities": "^2.4.0",
|
||||
"html-entities": "^2.5.2",
|
||||
"html-rewriter-wasm": "^0.4.1",
|
||||
"node-fetch": "^3.3.2"
|
||||
},
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
"ember-template-imports": "^4.1.0",
|
||||
"ember-test-selectors": "^6.0.0",
|
||||
"float-kit": "1.0.0",
|
||||
"html-entities": "^2.4.0",
|
||||
"html-entities": "^2.5.2",
|
||||
"imports-loader": "^5.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
|
|
@ -7902,10 +7902,10 @@ html-encoding-sniffer@^2.0.1:
|
|||
dependencies:
|
||||
whatwg-encoding "^1.0.5"
|
||||
|
||||
html-entities@^2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.4.0.tgz#edd0cee70402584c8c76cc2c0556db09d1f45061"
|
||||
integrity sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==
|
||||
html-entities@^2.5.2:
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
|
||||
integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
|
||||
|
||||
html-rewriter-wasm@^0.4.1:
|
||||
version "0.4.1"
|
||||
|
|
Loading…
Reference in New Issue