From bfd3817c12f519f3b2fb3039f12287037f110afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:56:49 +0000 Subject: [PATCH] build(deps-dev): bump html-entities from 2.3.6 to 2.4.0 Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.3.6 to 2.4.0. - [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.6...v2.4.0) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index abd9e3ea6..acf45494a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/lodash.debounce": "^4.0.7", "eslint": "^7.32.0", "fetch-mock-jest": "^1.5.1", - "html-entities": "^2.3.6", + "html-entities": "^2.4.0", "identity-obj-proxy": "^3.0.0", "lint-staged": "^13.2.2", "newspack-scripts": "^5.1.0", @@ -14273,9 +14273,9 @@ } }, "node_modules/html-entities": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.6.tgz", - "integrity": "sha512-9o0+dcpIw2/HxkNuYKxSJUF/MMRZQECK4GnF+oQOmJ83yCVHTWgCH5aOXxK5bozNRmM8wtgryjHD3uloPBDEGw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", "dev": true, "funding": [ { @@ -41458,9 +41458,9 @@ } }, "html-entities": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.6.tgz", - "integrity": "sha512-9o0+dcpIw2/HxkNuYKxSJUF/MMRZQECK4GnF+oQOmJ83yCVHTWgCH5aOXxK5bozNRmM8wtgryjHD3uloPBDEGw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", "dev": true }, "html-escaper": { diff --git a/package.json b/package.json index 2ffed0ec7..788041b9e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/lodash.debounce": "^4.0.7", "eslint": "^7.32.0", "fetch-mock-jest": "^1.5.1", - "html-entities": "^2.3.6", + "html-entities": "^2.4.0", "identity-obj-proxy": "^3.0.0", "lint-staged": "^13.2.2", "newspack-scripts": "^5.1.0",