Skip to content

Commit af64f45

Browse files
authored
Pin dependencies (hestiacp#3852)
1 parent d03a17f commit af64f45

File tree

8 files changed

+52
-52
lines changed

8 files changed

+52
-52
lines changed

.github/workflows/crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1616
if: github.repository == 'hestiacp/hestiacp'
1717
- name: crowdin action
18-
uses: crowdin/github-action@v1
18+
uses: crowdin/github-action@ecdf564895766b8a6b4b581559b3c6cd955467d1 # v1
1919
if: github.repository == 'hestiacp/hestiacp'
2020
with:
2121
upload_sources: true

.github/workflows/lint.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1616

1717
- name: Run markdownlint
18-
uses: DavidAnson/markdownlint-cli2-action@v11
18+
uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11
1919
with:
2020
globs: |
2121
*.md
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
3030

3131
- name: Run ShellCheck
32-
uses: ludeeus/action-shellcheck@2.0.0
32+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
3333
with:
3434
severity: error
3535

@@ -38,10 +38,10 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4242

4343
- name: Setup Node
44-
uses: actions/setup-node@v3
44+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
4545
with:
4646
node-version: 16
4747

@@ -56,10 +56,10 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Checkout code
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
6060

6161
- name: Setup Node
62-
uses: actions/setup-node@v3
62+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
6363
with:
6464
node-version: 16
6565

@@ -74,10 +74,10 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout code
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
7878

7979
- name: Setup Node
80-
uses: actions/setup-node@v3
80+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
8181
with:
8282
node-version: 16
8383

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@
1919
},
2020
"dependencies": {
2121
"@fortawesome/fontawesome-free": "^6.4.0",
22-
"alpinejs": "^3.12.3",
23-
"chart.js": "^4.3.0",
24-
"check-password-strength": "^2.0.7",
25-
"nanoid": "^4.0.2",
26-
"normalize.css": "^8.0.1"
22+
"alpinejs": "3.12.3",
23+
"chart.js": "4.3.0",
24+
"check-password-strength": "2.0.7",
25+
"nanoid": "4.0.2",
26+
"normalize.css": "8.0.1"
2727
},
2828
"devDependencies": {
2929
"@prettier/plugin-php": "^0.19.6",
30-
"browserslist": "^4.21.9",
31-
"esbuild": "^0.18.13",
30+
"browserslist": "4.21.9",
31+
"esbuild": "0.18.16",
3232
"eslint": "^8.45.0",
3333
"eslint-config-prettier": "^8.8.0",
3434
"eslint-plugin-editorconfig": "^4.0.3",
3535
"eslint-plugin-import": "^2.27.5",
36-
"husky": "^8.0.3",
37-
"lightningcss": "^1.21.5",
38-
"lint-staged": "^13.2.3",
39-
"markdownlint-cli2": "^0.8.1",
36+
"husky": "8.0.3",
37+
"lightningcss": "1.21.5",
38+
"lint-staged": "13.2.3",
39+
"markdownlint-cli2": "0.8.1",
4040
"prettier": "^2.8.8",
4141
"prettier-plugin-nginx": "^1.0.3",
4242
"prettier-plugin-sh": "^0.12.8",
4343
"prettier-plugin-sql": "^0.14.0",
4444
"stylelint": "^15.10.1",
4545
"stylelint-config-standard": "^34.0.0",
4646
"vitepress": "1.0.0-beta.5",
47-
"vue": "^3.3.4"
47+
"vue": "3.3.4"
4848
},
4949
"browserslist": [
5050
"defaults"

web/inc/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
3-
"phpmailer/phpmailer": "^6.6",
4-
"hestiacp/phpquoteshellarg": "^1.0",
5-
"robthree/twofactorauth": "^2.0"
3+
"phpmailer/phpmailer": "6.8.0",
4+
"hestiacp/phpquoteshellarg": "1.0.1-p3",
5+
"robthree/twofactorauth": "2.0.0"
66
}
77
}

web/inc/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
}
66
},
77
"require-dev": {
8-
"filp/whoops": "^2.5"
8+
"filp/whoops": "2.15.3"
99
}
1010
}

web/src/composer.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)