aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-16 13:17:38 +0300
committerGitHub <[email protected]>2024-04-16 13:17:38 +0300
commit48de3c1eb6c05fdaeeb648abaf6e4f440406f4f4 (patch)
treee04c2cd221b80874a8914d33ac2e2831d2c756f0 /package-lock.json
parent868705bed08f0824ec560e0397a023266786a26b (diff)
downloadbootstrap-48de3c1eb6c05fdaeeb648abaf6e4f440406f4f4.tar.xz
bootstrap-48de3c1eb6c05fdaeeb648abaf6e4f440406f4f4.zip
Build(deps-dev): Bump eslint-plugin-html from 8.0.0 to 8.1.0 (#39902)
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 8.0.0 to 8.1.0. - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-html dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 2594dd666..61dedcc2d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-xo": "^0.44.0",
- "eslint-plugin-html": "^8.0.0",
+ "eslint-plugin-html": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^52.0.0",
@@ -5334,9 +5334,9 @@
}
},
"node_modules/eslint-plugin-html": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.0.0.tgz",
- "integrity": "sha512-NINLBAXM3mLa3k5Ezr/kNLHAJJwbot6lS7Ro+SUftDw4cA51KMmcDuCf98GP6Q6kTVPY1hIggzskxAdxfUPXSA==",
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.0.tgz",
+ "integrity": "sha512-5bRZQwxZew2Yo9Fa8diz2C9RmzIw9Gs4yzmmjUcpuzhdLW8aVcDtYzEHhNNdt01Z0m4AzSJNuY63RXvzStvDgA==",
"dev": true,
"dependencies": {
"htmlparser2": "^9.1.0"