Skip to content

Commit 76f1b6a

Browse files
Update all dependencies
1 parent 477e690 commit 76f1b6a

6 files changed

Lines changed: 2477 additions & 2080 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
17+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1818
with:
1919
disable-sudo: true
2020
egress-policy: block
@@ -24,13 +24,13 @@ jobs:
2424
registry.yarnpkg.com:443
2525
objects.githubusercontent.com:443
2626
27-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
28-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2929
with:
30-
node-version: 20.x
30+
node-version: 24.x
3131
- run: yarn
3232
- run: yarn test --coverage
3333
- name: Coveralls
34-
uses: coverallsapp/github-action@c203f016dd0ff7855ebef0ed852000c20c117148 # master
34+
uses: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # master
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
44+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
4545
with:
4646
disable-sudo: true
4747
egress-policy: block
@@ -52,11 +52,11 @@ jobs:
5252
*.githubusercontent.com:443
5353
5454
- name: Checkout repository
55-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
55+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
59+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6060
with:
6161
languages: ${{ matrix.language }}
6262
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +69,7 @@ jobs:
6969
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7070
# If this step fails, then you should remove it and run the build manually (see below)
7171
- name: Autobuild
72-
uses: github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
72+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7373

7474
# ℹ️ Command-line programs to run using the OS shell.
7575
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -82,6 +82,6 @@ jobs:
8282
# ./location_of_script_within_repo/buildscript.sh
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
85+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
13+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1414
with:
1515
disable-sudo: true
1616
egress-policy: block
@@ -19,11 +19,11 @@ jobs:
1919
registry.npmjs.org:443
2020
registry.yarnpkg.com:443
2121
22-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2525
with:
26-
node-version: 20.x
26+
node-version: 24.x
2727
registry-url: "https://registry.npmjs.org"
2828
- run: yarn install --immutable --immutable-cache --check-cache
2929
- run: npm publish

.github/workflows/scorecards.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -40,12 +40,12 @@ jobs:
4040
www.bestpractices.dev:443
4141
4242
- name: "Checkout code"
43-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
persist-credentials: false
4646

4747
- name: "Run analysis"
48-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
48+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4949
with:
5050
results_file: results.sarif
5151
results_format: sarif
@@ -64,14 +64,14 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
67+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6868
with:
6969
name: SARIF file
7070
path: results.sarif
7171
retention-days: 5
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
75+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7676
with:
7777
sarif_file: results.sarif

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.17.8",
27-
"@babel/preset-env": "^7.10.1",
28-
"babel-jest": "^29.0.0",
29-
"babel-loader": "^9.0.0",
27+
"@babel/preset-env": "^8.0.0",
28+
"babel-jest": "^30.0.0",
29+
"babel-loader": "^10.0.0",
3030
"css-loader": "^7.0.0",
31-
"eslint": "^8.0.0",
31+
"eslint": "^10.0.0",
3232
"eslint-config-airbnb-base": "^15.0.0",
3333
"eslint-plugin-import": "^2.25.2",
34-
"eslint-plugin-jest": "^27.0.0",
35-
"jest": "^29.0.0",
36-
"jest-environment-jsdom": "^29.3.1",
37-
"nock": "^13.0.0",
38-
"style-loader": "^3.3.0",
34+
"eslint-plugin-jest": "^29.0.0",
35+
"jest": "^30.0.0",
36+
"jest-environment-jsdom": "^30.0.0",
37+
"nock": "^14.0.0",
38+
"style-loader": "^4.0.0",
3939
"svg-inline-loader": "^0.8.2",
4040
"webpack": "^5.76.0",
41-
"webpack-cli": "^5.0.0"
41+
"webpack-cli": "^7.0.0"
4242
},
4343
"jest": {
4444
"transform": {

0 commit comments

Comments
 (0)