mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-13 11:25:55 +00:00
Merge pull request #263 from agessaman/dependabot/npm_and_yarn/frontend-lint-1af88454af
build(npm): bump the frontend-lint group with 3 updates
This commit is contained in:
Generated
+12
-12
@@ -8,9 +8,9 @@
|
||||
"name": "meshcore-bot-frontend",
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-plugin-html": "^8.1.4",
|
||||
"globals": "^16.5.0",
|
||||
"eslint": "^10.9.1",
|
||||
"eslint-plugin-html": "^8.2.0",
|
||||
"globals": "^17.11.0",
|
||||
"htmlhint": "^1.1.4"
|
||||
}
|
||||
},
|
||||
@@ -474,9 +474,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "10.8.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz",
|
||||
"integrity": "sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==",
|
||||
"version": "10.9.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz",
|
||||
"integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
@@ -533,9 +533,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-html": {
|
||||
"version": "8.1.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.4.tgz",
|
||||
"integrity": "sha512-Eno3oPEj3s6AhvDJ5zHhnHPDvXp6LNFXuy3w51fNebOKYuTrfjOHUGwP+mOrGFpR6eOJkO1xkB8ivtbfMjbMjg==",
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.2.0.tgz",
|
||||
"integrity": "sha512-L6F37uij4uq3cZah46BawXeZlZYW9IfFeep7BwkuxBZA++BbihvEpoJPhq0NpCruPRzVkG/tpgvQYM53Re4pVA==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
@@ -786,9 +786,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "16.5.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
|
||||
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
|
||||
"version": "17.11.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz",
|
||||
"integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
||||
+3
-3
@@ -10,9 +10,9 @@
|
||||
"test:contacts": "node --test tests/js/contacts_manager.test.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-plugin-html": "^8.1.4",
|
||||
"globals": "^16.5.0",
|
||||
"eslint": "^10.9.1",
|
||||
"eslint-plugin-html": "^8.2.0",
|
||||
"globals": "^17.11.0",
|
||||
"htmlhint": "^1.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user