mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Pi-hole web v6.0.1 (#3234)
This commit is contained in:
17
package-lock.json
generated
17
package-lock.json
generated
@@ -17,7 +17,7 @@
|
|||||||
"bootstrap-select": "1.13.18",
|
"bootstrap-select": "1.13.18",
|
||||||
"bootstrap-toggle": "2.2.2",
|
"bootstrap-toggle": "2.2.2",
|
||||||
"bstreeview": "1.2.0",
|
"bstreeview": "1.2.0",
|
||||||
"chart.js": "4.4.7",
|
"chart.js": "4.4.8",
|
||||||
"chartjs-adapter-moment": "1.0.1",
|
"chartjs-adapter-moment": "1.0.1",
|
||||||
"chartjs-plugin-deferred": "2.0.0",
|
"chartjs-plugin-deferred": "2.0.0",
|
||||||
"chartjs-plugin-zoom": "2.2.0",
|
"chartjs-plugin-zoom": "2.2.0",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"eslint-plugin-compat": "^6.0.2",
|
"eslint-plugin-compat": "^6.0.2",
|
||||||
"postcss": "^8.5.2",
|
"postcss": "^8.5.3",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"prettier": "^3.5.1",
|
"prettier": "^3.5.1",
|
||||||
"xo": "^0.60.0"
|
"xo": "^0.60.0"
|
||||||
@@ -1672,9 +1672,10 @@
|
|||||||
"integrity": "sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ=="
|
"integrity": "sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ=="
|
||||||
},
|
},
|
||||||
"node_modules/chart.js": {
|
"node_modules/chart.js": {
|
||||||
"version": "4.4.7",
|
"version": "4.4.8",
|
||||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz",
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.8.tgz",
|
||||||
"integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==",
|
"integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kurkle/color": "^0.3.0"
|
"@kurkle/color": "^0.3.0"
|
||||||
},
|
},
|
||||||
@@ -6136,9 +6137,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.5.2",
|
"version": "8.5.3",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
|
||||||
"integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==",
|
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"eslint-plugin-compat": "^6.0.2",
|
"eslint-plugin-compat": "^6.0.2",
|
||||||
"postcss": "^8.5.2",
|
"postcss": "^8.5.3",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"prettier": "^3.5.1",
|
"prettier": "^3.5.1",
|
||||||
"xo": "^0.60.0"
|
"xo": "^0.60.0"
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
"bootstrap-select": "1.13.18",
|
"bootstrap-select": "1.13.18",
|
||||||
"bootstrap-toggle": "2.2.2",
|
"bootstrap-toggle": "2.2.2",
|
||||||
"bstreeview": "1.2.0",
|
"bstreeview": "1.2.0",
|
||||||
"chart.js": "4.4.7",
|
"chart.js": "4.4.8",
|
||||||
"chartjs-adapter-moment": "1.0.1",
|
"chartjs-adapter-moment": "1.0.1",
|
||||||
"chartjs-plugin-deferred": "2.0.0",
|
"chartjs-plugin-deferred": "2.0.0",
|
||||||
"chartjs-plugin-zoom": "2.2.0",
|
"chartjs-plugin-zoom": "2.2.0",
|
||||||
|
|||||||
@@ -557,9 +557,22 @@ function updateVersionInfo() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (v.name === "Docker Tag" && versionCompare(v.local, v.remote) === -1) {
|
if (v.name === "Docker Tag") {
|
||||||
updateComponentAvailable = true;
|
if (versionCompare(v.local, v.remote) === -1) {
|
||||||
dockerUpdate = true;
|
// Display update information for the docker tag
|
||||||
|
updateComponentAvailable = true;
|
||||||
|
dockerUpdate = true;
|
||||||
|
} else {
|
||||||
|
// Display the link for the current tag
|
||||||
|
localVersion =
|
||||||
|
'<a href="' +
|
||||||
|
v.url +
|
||||||
|
"/" +
|
||||||
|
localVersion +
|
||||||
|
'" rel="noopener" target="_blank">' +
|
||||||
|
localVersion +
|
||||||
|
"</a>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display update information of individual components only if we are not running in a Docker container
|
// Display update information of individual components only if we are not running in a Docker container
|
||||||
|
|||||||
14
vendor/chartjs/chart.umd.js
vendored
14
vendor/chartjs/chart.umd.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/chartjs/chart.umd.js.map
vendored
2
vendor/chartjs/chart.umd.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user