Skip to content

Commit d9b20bd

Browse files
Update all dependencies
1 parent 7e901b6 commit d9b20bd

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
with:
2121
node-version: 20.x
2222
- name: Cache dependencies
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2727
restore-keys: |
2828
${{ runner.os }}-node-
2929
- name: Cache build
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: .cache/webpack
3333
key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}

.github/workflows/verify.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
with:
2121
node-version: 20.x
2222
- name: Cache dependencies
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
2626
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2727
restore-keys: |
2828
${{ runner.os }}-node-
2929
- name: Cache build
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: .cache/webpack
3333
key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
node-version: 20.x
5050
- name: Cache dependencies
51-
uses: actions/cache@v3
51+
uses: actions/cache@v4
5252
with:
5353
path: ~/.npm
5454
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -70,21 +70,21 @@ jobs:
7070
with:
7171
node-version: 20.x
7272
- name: Cache dependencies
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: ~/.npm
7676
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7777
restore-keys: |
7878
${{ runner.os }}-node-
7979
- name: Cache build
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
with:
8282
path: .cache/webpack
8383
key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}
8484
restore-keys: |
8585
${{ runner.os }}-build-
8686
- name: Cache Jest
87-
uses: actions/cache@v3
87+
uses: actions/cache@v4
8888
with:
8989
path: .cache/jest
9090
key: ${{ runner.os }}-jest-${{ hashFiles('package-lock.json') }}-${{ github.run_number }}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,36 @@
4040
},
4141
"devDependencies": {
4242
"@prettier/plugin-pug": "3.0.0",
43-
"@prettier/plugin-xml": "3.2.2",
44-
"autoprefixer": "10.4.16",
45-
"copy-webpack-plugin": "11.0.0",
43+
"@prettier/plugin-xml": "3.3.1",
44+
"autoprefixer": "10.4.18",
45+
"copy-webpack-plugin": "12.0.2",
4646
"cross-env": "7.0.3",
47-
"css-loader": "6.8.1",
48-
"css-minimizer-webpack-plugin": "5.0.1",
47+
"css-loader": "6.10.0",
48+
"css-minimizer-webpack-plugin": "6.0.0",
4949
"del-cli": "5.1.0",
50-
"eslint": "8.56.0",
50+
"eslint": "8.57.0",
5151
"eslint-config-simple-icons": "0.1.2",
5252
"get-relative-luminance": "1.0.0",
5353
"html-webpack-plugin": "5.6.0",
54-
"husky": "8.0.3",
54+
"husky": "9.0.11",
5555
"is-ci": "3.0.1",
5656
"jest": "29.7.0",
57-
"jest-puppeteer": "9.0.2",
58-
"mini-css-extract-plugin": "2.7.6",
59-
"npm-run-all": "4.1.5",
57+
"jest-puppeteer": "10.0.1",
58+
"mini-css-extract-plugin": "2.8.1",
59+
"npm-run-all2": "5.0.0",
6060
"pofile": "1.1.4",
6161
"postcss": "8.4.28",
6262
"postcss-flexbugs-fixes": "5.0.2",
63-
"postcss-loader": "7.3.3",
64-
"prettier": "3.1.1",
63+
"postcss-loader": "8.1.1",
64+
"prettier": "3.2.5",
6565
"pug": "2.0.4",
6666
"pug-lexer": "5.0.1",
6767
"pug-loader": "2.4.0",
68-
"puppeteer": "21.6.1",
68+
"puppeteer": "22.4.1",
6969
"serve": "14.2.1",
7070
"simple-icons": "11.7.0",
71-
"svgo": "3.1.0",
72-
"webpack": "5.89.0",
71+
"svgo": "3.2.0",
72+
"webpack": "5.90.3",
7373
"webpack-cli": "5.1.4"
7474
}
7575
}

0 commit comments

Comments
 (0)