mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 21:43:12 +00:00
Merge pull request #1006 from gethinode/develop
Disable lighthouse plugin to address high severity vulnerabilities
This commit is contained in:
@@ -82,8 +82,8 @@
|
|||||||
# Redirected in exampleSite/config/_default/hugo.toml
|
# Redirected in exampleSite/config/_default/hugo.toml
|
||||||
# srcdir = ""
|
# srcdir = ""
|
||||||
|
|
||||||
[[plugins]]
|
# [[plugins]]
|
||||||
package = "@netlify/plugin-lighthouse"
|
# package = "@netlify/plugin-lighthouse"
|
||||||
# [plugins.inputs]
|
# [plugins.inputs]
|
||||||
# output_path = "reports/lighthouse.html"
|
# output_path = "reports/lighthouse.html"
|
||||||
# toml-docs-end plugins
|
# toml-docs-end plugins
|
||||||
|
1823
package-lock.json
generated
1823
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.6",
|
"version": "0.24.7",
|
||||||
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hugo",
|
"hugo",
|
||||||
@@ -76,7 +76,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gethinode/netlify-plugin-dartsass": "^0.3.0",
|
"@gethinode/netlify-plugin-dartsass": "^0.3.0",
|
||||||
"@netlify/plugin-lighthouse": "^6.0.0",
|
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-standard": "^17.1.0",
|
"eslint-config-standard": "^17.1.0",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
@@ -94,7 +93,6 @@
|
|||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@gethinode/netlify-plugin-dartsass": "^0.3.0",
|
"@gethinode/netlify-plugin-dartsass": "^0.3.0",
|
||||||
"@netlify/plugin-lighthouse": "*",
|
|
||||||
"fsevents": "*",
|
"fsevents": "*",
|
||||||
"netlify-plugin-hugo-cache-resources": "^0.2.1"
|
"netlify-plugin-hugo-cache-resources": "^0.2.1"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user