Просмотр исходного кода

Update all non-major dependencies (#4170)

hestiacp-bot 2 лет назад
Родитель
Сommit
b41e80395b

Разница между файлами не показана из-за своего большого размера
+ 402 - 191
package-lock.json


+ 5 - 5
package.json

@@ -19,7 +19,7 @@
 	},
 	"dependencies": {
 		"@fortawesome/fontawesome-free": "6.4.2",
-		"alpinejs": "3.13.2",
+		"alpinejs": "3.13.3",
 		"chart.js": "4.4.0",
 		"check-password-strength": "2.0.7",
 		"floating-vue": "2.0.0-beta.24",
@@ -32,22 +32,22 @@
 	"devDependencies": {
 		"@prettier/plugin-php": "0.21.0",
 		"browserslist": "4.22.1",
-		"esbuild": "0.19.5",
-		"eslint": "8.53.0",
+		"esbuild": "0.19.6",
+		"eslint": "8.54.0",
 		"eslint-config-prettier": "9.0.0",
 		"eslint-plugin-editorconfig": "4.0.3",
 		"eslint-plugin-import": "2.29.0",
 		"husky": "8.0.3",
 		"lightningcss": "1.22.1",
 		"lint-staged": "15.1.0",
-		"markdownlint-cli2": "0.10.0",
+		"markdownlint-cli2": "0.11.0",
 		"prettier": "3.1.0",
 		"prettier-plugin-nginx": "1.0.3",
 		"prettier-plugin-sh": "0.13.1",
 		"prettier-plugin-sql": "0.16.0",
 		"stylelint": "15.11.0",
 		"stylelint-config-standard": "34.0.0",
-		"vitepress": "1.0.0-rc.25",
+		"vitepress": "1.0.0-rc.29",
 		"vue": "3.3.8"
 	},
 	"browserslist": [

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

@@ -12,14 +12,14 @@
 				"ws": "8.14.2"
 			},
 			"devDependencies": {
-				"@types/node": "20.9.0",
+				"@types/node": "20.9.2",
 				"@types/ws": "8.5.9"
 			}
 		},
 		"node_modules/@types/node": {
-			"version": "20.9.0",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
-			"integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
+			"version": "20.9.2",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz",
+			"integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==",
 			"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.9",
-		"@types/node": "20.9.0"
+		"@types/node": "20.9.2"
 	}
 }

+ 1 - 1
web/inc/composer.json

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

+ 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",
         "This file is @generated automatically"
     ],
-    "content-hash": "18ace9134d6603d12957a1563ee027f4",
+    "content-hash": "b5783261a5118a070e9abf6eba0f3dd6",
     "packages": [
         {
             "name": "hestiacp/phpquoteshellarg",
@@ -126,16 +126,16 @@
         },
         {
             "name": "robthree/twofactorauth",
-            "version": "v2.0.0",
+            "version": "v2.1.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/RobThree/TwoFactorAuth.git",
-                "reference": "27cd1e1392d19f178398e892f59062003c8998a4"
+                "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/27cd1e1392d19f178398e892f59062003c8998a4",
-                "reference": "27cd1e1392d19f178398e892f59062003c8998a4",
+                "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/ab93dd41ced7818ecda83a37c2741ee38bb72fb7",
+                "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7",
                 "shasum": ""
             },
             "require": {
@@ -203,7 +203,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2023-02-25T11:33:28+00:00"
+            "time": "2023-11-14T12:50:27+00:00"
         }
     ],
     "packages-dev": [],
@@ -214,5 +214,5 @@
     "prefer-lowest": false,
     "platform": [],
     "platform-dev": [],
-    "plugin-api-version": "2.3.0"
+    "plugin-api-version": "2.6.0"
 }

Некоторые файлы не были показаны из-за большого количества измененных файлов