From 178319e4cebc0e0b49ff85f5add5033cbdfa19a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:47:41 +0000 Subject: [PATCH] Bump html-entities from 2.3.2 to 2.3.3 in /awx/ui Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.2 to 2.3.3. - [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.2...v2.3.3) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 14 +++++++------- awx/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 5827d082a6f2..b5dc3bd09410 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -20,7 +20,7 @@ "dompurify": "2.4.0", "formik": "2.2.9", "has-ansi": "5.0.1", - "html-entities": "2.3.2", + "html-entities": "2.3.3", "js-yaml": "4.1.0", "luxon": "^3.1.1", "prop-types": "^15.8.1", @@ -10619,9 +10619,9 @@ } }, "node_modules/html-entities": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", - "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" }, "node_modules/html-escaper": { "version": "2.0.2", @@ -30526,9 +30526,9 @@ } }, "html-entities": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", - "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" }, "html-escaper": { "version": "2.0.2", diff --git a/awx/ui/package.json b/awx/ui/package.json index bd3c732a2b1a..6fc49466b8b0 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -20,7 +20,7 @@ "dompurify": "2.4.0", "formik": "2.2.9", "has-ansi": "5.0.1", - "html-entities": "2.3.2", + "html-entities": "2.3.3", "js-yaml": "4.1.0", "luxon": "^3.1.1", "prop-types": "^15.8.1",