From cac3ded6771a5dfff7719a877f0a6832014c4236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:15:17 +0000 Subject: [PATCH] chore(deps): bump entities from 7.0.1 to 8.0.0 Bumps [entities](https://github.com/fb55/entities) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: entities dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d5d35f..5754352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cssesc": "^3.0.0", "debug": "^4.4.3", "deep-is": "^0.1.4", - "entities": "^7.0.1", + "entities": "^8.0.0", "escape-string-regexp": "^4.0.0", "eslint-compat-utils": "^0.6.5", "eslint-scope": "^9.1.2", @@ -635,6 +635,18 @@ "url": "https://github.com/sponsors/ota-meshi" } }, + "node_modules/astro-eslint-parser/node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/astro-eslint-parser/node_modules/eslint-scope": { "version": "8.4.0", "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz", @@ -781,12 +793,12 @@ "license": "MIT" }, "node_modules/entities": { - "version": "7.0.1", - "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz", - "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", + "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", "license": "BSD-2-Clause", "engines": { - "node": ">=0.12" + "node": ">=20.19.0" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" diff --git a/package.json b/package.json index 10cc6fa..a8b6668 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cssesc": "^3.0.0", "debug": "^4.4.3", "deep-is": "^0.1.4", - "entities": "^7.0.1", + "entities": "^8.0.0", "escape-string-regexp": "^4.0.0", "eslint-compat-utils": "^0.6.5", "eslint-scope": "^9.1.2",