hestiacp-bot před 2 roky
rodič
revize
af64f45f87

+ 2 - 2
.github/workflows/crowdin.yml

@@ -12,10 +12,10 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
         if: github.repository == 'hestiacp/hestiacp'
       - name: crowdin action
-        uses: crowdin/github-action@v1
+        uses: crowdin/github-action@ecdf564895766b8a6b4b581559b3c6cd955467d1 # v1
         if: github.repository == 'hestiacp/hestiacp'
         with:
           upload_sources: true

+ 10 - 10
.github/workflows/lint.yml

@@ -12,10 +12,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
 
       - name: Run markdownlint
-        uses: DavidAnson/markdownlint-cli2-action@v11
+        uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11
         with:
           globs: |
             *.md
@@ -26,10 +26,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
 
       - name: Run ShellCheck
-        uses: ludeeus/action-shellcheck@2.0.0
+        uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
         with:
           severity: error
 
@@ -38,10 +38,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
 
       - name: Setup Node
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
         with:
           node-version: 16
 
@@ -56,10 +56,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
 
       - name: Setup Node
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
         with:
           node-version: 16
 
@@ -74,10 +74,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
 
       - name: Setup Node
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
         with:
           node-version: 16
 

+ 13 - 13
package-lock.json

@@ -11,32 +11,32 @@
 			"license": "GPL-3.0-or-later",
 			"dependencies": {
 				"@fortawesome/fontawesome-free": "^6.4.0",
-				"alpinejs": "^3.12.3",
-				"chart.js": "^4.3.0",
-				"check-password-strength": "^2.0.7",
-				"nanoid": "^4.0.2",
-				"normalize.css": "^8.0.1"
+				"alpinejs": "3.12.3",
+				"chart.js": "4.3.0",
+				"check-password-strength": "2.0.7",
+				"nanoid": "4.0.2",
+				"normalize.css": "8.0.1"
 			},
 			"devDependencies": {
 				"@prettier/plugin-php": "^0.19.6",
-				"browserslist": "^4.21.9",
-				"esbuild": "^0.18.16",
+				"browserslist": "4.21.9",
+				"esbuild": "0.18.16",
 				"eslint": "^8.45.0",
 				"eslint-config-prettier": "^8.8.0",
 				"eslint-plugin-editorconfig": "^4.0.3",
 				"eslint-plugin-import": "^2.27.5",
-				"husky": "^8.0.3",
-				"lightningcss": "^1.21.5",
-				"lint-staged": "^13.2.3",
-				"markdownlint-cli2": "^0.8.1",
+				"husky": "8.0.3",
+				"lightningcss": "1.21.5",
+				"lint-staged": "13.2.3",
+				"markdownlint-cli2": "0.8.1",
 				"prettier": "^2.8.8",
 				"prettier-plugin-nginx": "^1.0.3",
 				"prettier-plugin-sh": "^0.12.8",
 				"prettier-plugin-sql": "^0.14.0",
-				"stylelint": "^15.10.2",
+				"stylelint": "^15.10.1",
 				"stylelint-config-standard": "^34.0.0",
 				"vitepress": "1.0.0-beta.5",
-				"vue": "^3.3.4"
+				"vue": "3.3.4"
 			}
 		},
 		"node_modules/@aashutoshrathi/word-wrap": {

+ 12 - 12
package.json

@@ -19,24 +19,24 @@
 	},
 	"dependencies": {
 		"@fortawesome/fontawesome-free": "^6.4.0",
-		"alpinejs": "^3.12.3",
-		"chart.js": "^4.3.0",
-		"check-password-strength": "^2.0.7",
-		"nanoid": "^4.0.2",
-		"normalize.css": "^8.0.1"
+		"alpinejs": "3.12.3",
+		"chart.js": "4.3.0",
+		"check-password-strength": "2.0.7",
+		"nanoid": "4.0.2",
+		"normalize.css": "8.0.1"
 	},
 	"devDependencies": {
 		"@prettier/plugin-php": "^0.19.6",
-		"browserslist": "^4.21.9",
-		"esbuild": "^0.18.13",
+		"browserslist": "4.21.9",
+		"esbuild": "0.18.16",
 		"eslint": "^8.45.0",
 		"eslint-config-prettier": "^8.8.0",
 		"eslint-plugin-editorconfig": "^4.0.3",
 		"eslint-plugin-import": "^2.27.5",
-		"husky": "^8.0.3",
-		"lightningcss": "^1.21.5",
-		"lint-staged": "^13.2.3",
-		"markdownlint-cli2": "^0.8.1",
+		"husky": "8.0.3",
+		"lightningcss": "1.21.5",
+		"lint-staged": "13.2.3",
+		"markdownlint-cli2": "0.8.1",
 		"prettier": "^2.8.8",
 		"prettier-plugin-nginx": "^1.0.3",
 		"prettier-plugin-sh": "^0.12.8",
@@ -44,7 +44,7 @@
 		"stylelint": "^15.10.1",
 		"stylelint-config-standard": "^34.0.0",
 		"vitepress": "1.0.0-beta.5",
-		"vue": "^3.3.4"
+		"vue": "3.3.4"
 	},
 	"browserslist": [
 		"defaults"

+ 3 - 3
web/inc/composer.json

@@ -1,7 +1,7 @@
 {
     "require": {
-        "phpmailer/phpmailer": "^6.6",
-        "hestiacp/phpquoteshellarg": "^1.0",
-        "robthree/twofactorauth": "^2.0"
+        "phpmailer/phpmailer": "6.8.0",
+        "hestiacp/phpquoteshellarg": "1.0.1-p3",
+        "robthree/twofactorauth": "2.0.0"
     }
 }

+ 1 - 1
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": "5fcce2f37970fb875fb1c1b5602dc522",
+    "content-hash": "24120ce0805a1d5a5dc016ce0240c465",
     "packages": [
         {
             "name": "hestiacp/phpquoteshellarg",

+ 1 - 1
web/src/composer.json

@@ -5,6 +5,6 @@
         }
     },
     "require-dev": {
-        "filp/whoops": "^2.5"
+        "filp/whoops": "2.15.3"
     }
 }

+ 10 - 10
web/src/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": "cde3576fbf7f2a2fdf4bf694cb37095f",
+    "content-hash": "6a75f12aba408723434633776955d2a1",
     "packages": [],
     "packages-dev": [
         {
@@ -80,30 +80,30 @@
         },
         {
             "name": "psr/log",
-            "version": "1.1.4",
+            "version": "3.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/php-fig/log.git",
-                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
+                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
-                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
+                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
+                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.0"
+                "php": ">=8.0.0"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "1.1.x-dev"
+                    "dev-master": "3.x-dev"
                 }
             },
             "autoload": {
                 "psr-4": {
-                    "Psr\\Log\\": "Psr/Log/"
+                    "Psr\\Log\\": "src"
                 }
             },
             "notification-url": "https://packagist.org/downloads/",
@@ -124,9 +124,9 @@
                 "psr-3"
             ],
             "support": {
-                "source": "https://github.com/php-fig/log/tree/1.1.4"
+                "source": "https://github.com/php-fig/log/tree/3.0.0"
             },
-            "time": "2021-05-03T11:20:27+00:00"
+            "time": "2021-07-14T16:46:02+00:00"
         }
     ],
     "aliases": [],