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",