build(deps): bump eslint-plugin-lit from 1.5.0 to 1.5.1 in /web (#1001)
This commit is contained in:
parent
b33fef7929
commit
2408719a47
|
@ -42,7 +42,7 @@
|
|||
"eslint": "^7.28.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-custom-elements": "0.0.2",
|
||||
"eslint-plugin-lit": "^1.5.0",
|
||||
"eslint-plugin-lit": "^1.5.1",
|
||||
"flowchart.js": "^1.15.0",
|
||||
"lit-element": "^2.5.1",
|
||||
"lit-html": "^1.4.1",
|
||||
|
@ -3641,14 +3641,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-lit": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.5.0.tgz",
|
||||
"integrity": "sha512-PHUJBI7EJyi8vwLTdr64r6cPHjLH/FHCUPo9F+Au3rqmoPHtZjc4mbGYqkYKP6Cf01BUyNwFTVtn0PGfwphT5w==",
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.5.1.tgz",
|
||||
"integrity": "sha512-pYB0QM11uyOk5L55QfGhBmWi8a56PkNsnx+zVpY4bxz9YVquEo4BeRnFmf9AwFyT89rhGud9QruFhM2xJ4piwg==",
|
||||
"dependencies": {
|
||||
"parse5": "^6.0.1",
|
||||
"parse5-htmlparser2-tree-adapter": "^6.0.1",
|
||||
"requireindex": "^1.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">= 5"
|
||||
}
|
||||
|
@ -10725,9 +10728,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-lit": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.5.0.tgz",
|
||||
"integrity": "sha512-PHUJBI7EJyi8vwLTdr64r6cPHjLH/FHCUPo9F+Au3rqmoPHtZjc4mbGYqkYKP6Cf01BUyNwFTVtn0PGfwphT5w==",
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.5.1.tgz",
|
||||
"integrity": "sha512-pYB0QM11uyOk5L55QfGhBmWi8a56PkNsnx+zVpY4bxz9YVquEo4BeRnFmf9AwFyT89rhGud9QruFhM2xJ4piwg==",
|
||||
"requires": {
|
||||
"parse5": "^6.0.1",
|
||||
"parse5-htmlparser2-tree-adapter": "^6.0.1",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"eslint": "^7.28.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-custom-elements": "0.0.2",
|
||||
"eslint-plugin-lit": "^1.5.0",
|
||||
"eslint-plugin-lit": "^1.5.1",
|
||||
"flowchart.js": "^1.15.0",
|
||||
"lit-element": "^2.5.1",
|
||||
"lit-html": "^1.4.1",
|
||||
|
|
Reference in New Issue