Browse Source

fix(deps): update all non-major dependencies (#4637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
58e4167589

+ 8 - 8
package-lock.json

@@ -11,7 +11,7 @@
 			"license": "GPL-3.0-or-later",
 			"license": "GPL-3.0-or-later",
 			"dependencies": {
 			"dependencies": {
 				"@alpinejs/collapse": "^3.14.3",
 				"@alpinejs/collapse": "^3.14.3",
-				"@fortawesome/fontawesome-free": "^6.6.0",
+				"@fortawesome/fontawesome-free": "^6.7.1",
 				"alpinejs": "^3.14.3",
 				"alpinejs": "^3.14.3",
 				"chart.js": "^4.4.6",
 				"chart.js": "^4.4.6",
 				"check-password-strength": "^2.0.10",
 				"check-password-strength": "^2.0.10",
@@ -32,7 +32,7 @@
 				"eslint-config-prettier": "^9.1.0",
 				"eslint-config-prettier": "^9.1.0",
 				"eslint-plugin-editorconfig": "^4.0.3",
 				"eslint-plugin-editorconfig": "^4.0.3",
 				"eslint-plugin-import": "^2.31.0",
 				"eslint-plugin-import": "^2.31.0",
-				"husky": "^9.1.6",
+				"husky": "^9.1.7",
 				"jsdom": "^25.0.1",
 				"jsdom": "^25.0.1",
 				"lightningcss": "^1.28.1",
 				"lightningcss": "^1.28.1",
 				"lint-staged": "^15.2.10",
 				"lint-staged": "^15.2.10",
@@ -1269,9 +1269,9 @@
 			"integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q=="
 			"integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q=="
 		},
 		},
 		"node_modules/@fortawesome/fontawesome-free": {
 		"node_modules/@fortawesome/fontawesome-free": {
-			"version": "6.6.0",
-			"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.6.0.tgz",
-			"integrity": "sha512-60G28ke/sXdtS9KZCpZSHHkCbdsOGEhIUGlwq6yhY74UpTiToIh8np7A8yphhM4BWsvNFtIvLpi4co+h9Mr9Ow==",
+			"version": "6.7.1",
+			"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.1.tgz",
+			"integrity": "sha512-ALIk/MOh5gYe1TG/ieS5mVUsk7VUIJTJKPMK9rFFqOgfp0Q3d5QiBXbcOMwUvs37fyZVCz46YjOE6IFeOAXCHA==",
 			"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
 			"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
 			"engines": {
 			"engines": {
 				"node": ">=6"
 				"node": ">=6"
@@ -4876,9 +4876,9 @@
 			}
 			}
 		},
 		},
 		"node_modules/husky": {
 		"node_modules/husky": {
-			"version": "9.1.6",
-			"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz",
-			"integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==",
+			"version": "9.1.7",
+			"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
+			"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
 			"dev": true,
 			"dev": true,
 			"license": "MIT",
 			"license": "MIT",
 			"bin": {
 			"bin": {

+ 2 - 2
package.json

@@ -20,7 +20,7 @@
 	},
 	},
 	"dependencies": {
 	"dependencies": {
 		"@alpinejs/collapse": "^3.14.3",
 		"@alpinejs/collapse": "^3.14.3",
-		"@fortawesome/fontawesome-free": "^6.6.0",
+		"@fortawesome/fontawesome-free": "^6.7.1",
 		"alpinejs": "^3.14.3",
 		"alpinejs": "^3.14.3",
 		"chart.js": "^4.4.6",
 		"chart.js": "^4.4.6",
 		"check-password-strength": "^2.0.10",
 		"check-password-strength": "^2.0.10",
@@ -41,7 +41,7 @@
 		"eslint-config-prettier": "^9.1.0",
 		"eslint-config-prettier": "^9.1.0",
 		"eslint-plugin-editorconfig": "^4.0.3",
 		"eslint-plugin-editorconfig": "^4.0.3",
 		"eslint-plugin-import": "^2.31.0",
 		"eslint-plugin-import": "^2.31.0",
-		"husky": "^9.1.6",
+		"husky": "^9.1.7",
 		"jsdom": "^25.0.1",
 		"jsdom": "^25.0.1",
 		"lightningcss": "^1.28.1",
 		"lightningcss": "^1.28.1",
 		"lint-staged": "^15.2.10",
 		"lint-staged": "^15.2.10",

+ 4 - 4
src/deb/web-terminal/package-lock.json

@@ -12,14 +12,14 @@
 				"ws": "^8.18.0"
 				"ws": "^8.18.0"
 			},
 			},
 			"devDependencies": {
 			"devDependencies": {
-				"@types/node": "^22.9.0",
+				"@types/node": "^22.9.3",
 				"@types/ws": "^8.5.13"
 				"@types/ws": "^8.5.13"
 			}
 			}
 		},
 		},
 		"node_modules/@types/node": {
 		"node_modules/@types/node": {
-			"version": "22.9.0",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
-			"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
+			"version": "22.9.3",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz",
+			"integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==",
 			"dev": true,
 			"dev": true,
 			"license": "MIT",
 			"license": "MIT",
 			"dependencies": {
 			"dependencies": {

+ 1 - 1
src/deb/web-terminal/package.json

@@ -12,6 +12,6 @@
 	},
 	},
 	"devDependencies": {
 	"devDependencies": {
 		"@types/ws": "^8.5.13",
 		"@types/ws": "^8.5.13",
-		"@types/node": "^22.9.0"
+		"@types/node": "^22.9.3"
 	}
 	}
 }
 }

+ 1 - 1
web/inc/composer.json

@@ -1,6 +1,6 @@
 {
 {
     "require": {
     "require": {
-        "phpmailer/phpmailer": "6.9.2",
+        "phpmailer/phpmailer": "6.9.3",
         "hestiacp/phpquoteshellarg": "1.1.0",
         "hestiacp/phpquoteshellarg": "1.1.0",
         "robthree/twofactorauth": "3.0.2"
         "robthree/twofactorauth": "3.0.2"
     }
     }

+ 7 - 7
web/inc/composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
         "This file is @generated automatically"
     ],
     ],
-    "content-hash": "99b9a7c260d122731f79a3fcfc3199e6",
+    "content-hash": "a7bd895410aaaa8ee9f9208d122f814e",
     "packages": [
     "packages": [
         {
         {
             "name": "hestiacp/phpquoteshellarg",
             "name": "hestiacp/phpquoteshellarg",
@@ -46,16 +46,16 @@
         },
         },
         {
         {
             "name": "phpmailer/phpmailer",
             "name": "phpmailer/phpmailer",
-            "version": "v6.9.2",
+            "version": "v6.9.3",
             "source": {
             "source": {
                 "type": "git",
                 "type": "git",
                 "url": "https://github.com/PHPMailer/PHPMailer.git",
                 "url": "https://github.com/PHPMailer/PHPMailer.git",
-                "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c"
+                "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
             },
             },
             "dist": {
             "dist": {
                 "type": "zip",
                 "type": "zip",
-                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c",
-                "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c",
+                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
+                "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
                 "shasum": ""
                 "shasum": ""
             },
             },
             "require": {
             "require": {
@@ -115,7 +115,7 @@
             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
             "support": {
             "support": {
                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
-                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2"
+                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
             },
             },
             "funding": [
             "funding": [
                 {
                 {
@@ -123,7 +123,7 @@
                     "type": "github"
                     "type": "github"
                 }
                 }
             ],
             ],
-            "time": "2024-10-09T10:07:50+00:00"
+            "time": "2024-11-24T18:04:13+00:00"
         },
         },
         {
         {
             "name": "robthree/twofactorauth",
             "name": "robthree/twofactorauth",