Explorar el Código

Update all non-major dependencies (#4184)

hestiacp-bot hace 2 años
padre
commit
44999fdeb4

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 511 - 187
package-lock.json


+ 3 - 3
package.json

@@ -32,7 +32,7 @@
 	"devDependencies": {
 		"@prettier/plugin-php": "0.21.0",
 		"browserslist": "4.22.1",
-		"esbuild": "0.19.7",
+		"esbuild": "0.19.8",
 		"eslint": "8.54.0",
 		"eslint-config-prettier": "9.0.0",
 		"eslint-plugin-editorconfig": "4.0.3",
@@ -47,8 +47,8 @@
 		"prettier-plugin-sql": "0.16.0",
 		"stylelint": "15.11.0",
 		"stylelint-config-standard": "34.0.0",
-		"vitepress": "1.0.0-rc.29",
-		"vue": "3.3.8"
+		"vitepress": "1.0.0-rc.31",
+		"vue": "3.3.9"
 	},
 	"browserslist": [
 		"defaults"

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

@@ -12,14 +12,14 @@
 				"ws": "8.14.2"
 			},
 			"devDependencies": {
-				"@types/node": "20.9.4",
+				"@types/node": "20.10.0",
 				"@types/ws": "8.5.10"
 			}
 		},
 		"node_modules/@types/node": {
-			"version": "20.9.4",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz",
-			"integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==",
+			"version": "20.10.0",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz",
+			"integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==",
 			"dev": true,
 			"dependencies": {
 				"undici-types": "~5.26.4"

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

@@ -12,6 +12,6 @@
 	},
 	"devDependencies": {
 		"@types/ws": "8.5.10",
-		"@types/node": "20.9.4"
+		"@types/node": "20.10.0"
 	}
 }

+ 1 - 1
web/inc/composer.json

@@ -1,6 +1,6 @@
 {
     "require": {
-        "phpmailer/phpmailer": "6.8.1",
+        "phpmailer/phpmailer": "6.9.1",
         "hestiacp/phpquoteshellarg": "1.0.2",
         "robthree/twofactorauth": "2.1.0"
     }

+ 8 - 7
web/inc/composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "b5783261a5118a070e9abf6eba0f3dd6",
+    "content-hash": "7baaf7f37456e01a8ec4aeab69083cad",
     "packages": [
         {
             "name": "hestiacp/phpquoteshellarg",
@@ -46,16 +46,16 @@
         },
         {
             "name": "phpmailer/phpmailer",
-            "version": "v6.8.1",
+            "version": "v6.9.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHPMailer/PHPMailer.git",
-                "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
+                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
-                "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
+                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
+                "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
                 "shasum": ""
             },
             "require": {
@@ -75,6 +75,7 @@
                 "yoast/phpunit-polyfills": "^1.0.4"
             },
             "suggest": {
+                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
@@ -114,7 +115,7 @@
             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
             "support": {
                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
-                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
+                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
             },
             "funding": [
                 {
@@ -122,7 +123,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2023-08-29T08:26:30+00:00"
+            "time": "2023-11-25T22:23:28+00:00"
         },
         {
             "name": "robthree/twofactorauth",

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio