From cf0770f9aba34a39e92f5d8b49acf71a8249d5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 03:03:58 +0000 Subject: [PATCH] chore(deps): bump entities from 4.1.1 to 4.2.0 (#493) Bumps [entities](https://github.com/fb55/entities) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: entities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++---------- .../parse5-html-rewriting-stream/package.json | 2 +- packages/parse5/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83f461fd4..e795f29b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2322,9 +2322,9 @@ "dev": true }, "node_modules/entities": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.1.1.tgz", - "integrity": "sha512-AxszXDqnHj5aVzjBpofDDfXX9zC8gugYwJxEYDdA52d6dqoxPKfNDBFxZyIZrkaqUtNy/ip/knBm6mRJed7p1A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.2.0.tgz", + "integrity": "sha512-wEJa03bJgqEwPnkUqYdgmcfUXfm6+4hePQhntIvRy/1/+C4dFuhYHsgKBRjbQ6OWBh42P+VhAoCDO77DUh0e/Q==", "engines": { "node": ">=0.12" }, @@ -6279,7 +6279,7 @@ "version": "6.0.1", "license": "MIT", "dependencies": { - "entities": "^4.1.1" + "entities": "^4.2.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -6289,7 +6289,7 @@ "version": "6.0.1", "license": "MIT", "dependencies": { - "entities": "^4.1.1", + "entities": "^4.2.0", "parse5": "^6.0.1", "parse5-sax-parser": "^6.0.1" }, @@ -8085,9 +8085,9 @@ "dev": true }, "entities": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.1.1.tgz", - "integrity": "sha512-AxszXDqnHj5aVzjBpofDDfXX9zC8gugYwJxEYDdA52d6dqoxPKfNDBFxZyIZrkaqUtNy/ip/knBm6mRJed7p1A==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.2.0.tgz", + "integrity": "sha512-wEJa03bJgqEwPnkUqYdgmcfUXfm6+4hePQhntIvRy/1/+C4dFuhYHsgKBRjbQ6OWBh42P+VhAoCDO77DUh0e/Q==" }, "error-ex": { "version": "1.3.2", @@ -9947,7 +9947,7 @@ "parse5": { "version": "file:packages/parse5", "requires": { - "entities": "^4.1.1" + "entities": "^4.2.0" } }, "parse5-benchmarks": { @@ -9969,7 +9969,7 @@ "parse5-html-rewriting-stream": { "version": "file:packages/parse5-html-rewriting-stream", "requires": { - "entities": "^4.1.1", + "entities": "^4.2.0", "parse5": "^6.0.1", "parse5-sax-parser": "^6.0.1" } diff --git a/packages/parse5-html-rewriting-stream/package.json b/packages/parse5-html-rewriting-stream/package.json index 28aef2f83..f9fd05121 100644 --- a/packages/parse5-html-rewriting-stream/package.json +++ b/packages/parse5-html-rewriting-stream/package.json @@ -20,7 +20,7 @@ "main": "dist/index.js", "exports": "dist/index.js", "dependencies": { - "entities": "^4.1.1", + "entities": "^4.2.0", "parse5": "^6.0.1", "parse5-sax-parser": "^6.0.1" }, diff --git a/packages/parse5/package.json b/packages/parse5/package.json index c70dde086..cd4fc74c4 100644 --- a/packages/parse5/package.json +++ b/packages/parse5/package.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/inikulin/parse5", "funding": "https://github.com/inikulin/parse5?sponsor=1", "dependencies": { - "entities": "^4.1.1" + "entities": "^4.2.0" }, "keywords": [ "html",