Skip to content

Commit 9c17e8d

Browse files
chore(deps): update all dependencies
1 parent 3992ade commit 9c17e8d

File tree

6 files changed

+1849
-1221
lines changed

6 files changed

+1849
-1221
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
17+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
1818
with:
1919
disable-sudo: true
2020
egress-policy: block
@@ -24,14 +24,14 @@ jobs:
2424
registry.yarnpkg.com:443
2525
objects.githubusercontent.com:443
2626
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- name: Install modules
2929
run: yarn
3030
- name: Run linter
3131
run: yarn lint
3232
- name: Run tests
3333
run: yarn test --coverage
3434
- name: Coveralls
35-
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
35+
uses: coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f
3636
with:
3737
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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
44+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4545
with:
4646
disable-sudo: true
4747
egress-policy: block
@@ -51,11 +51,11 @@ jobs:
5151
objects.githubusercontent.com:443
5252
5353
- name: Checkout repository
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
58+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
6868
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969
# If this step fails, then you should remove it and run the build manually (see below)
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
71+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7272

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

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
84+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
8585
with:
8686
category: "/language:${{matrix.language}}"

.github/workflows/publish.yml

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
13+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
1414
with:
1515
disable-sudo: true
1616
egress-policy: block
@@ -20,11 +20,11 @@ jobs:
2020
registry.yarnpkg.com:443
2121
objects.githubusercontent.com:443
2222
23-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
# Setup .npmrc file to publish to npm
25-
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
25+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2626
with:
27-
node-version: "18.x"
27+
node-version: "22.x"
2828
registry-url: "https://registry.npmjs.org"
2929
- run: yarn install --immutable --immutable-cache --check-cache
3030
- 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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
25+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -39,12 +39,12 @@ jobs:
3939
api.scorecard.dev:443
4040
4141
- name: "Checkout code"
42-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4343
with:
4444
persist-credentials: false
4545

4646
- name: "Run analysis"
47-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
47+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4848
with:
4949
results_file: results.sarif
5050
results_format: sarif
@@ -63,14 +63,14 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767
with:
6868
name: SARIF file
6969
path: results.sarif
7070
retention-days: 5
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
74+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7575
with:
7676
sarif_file: results.sarif

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
"@babel/core": "^7.17.8",
2828
"@babel/preset-env": "^7.10.1",
2929
"@testing-library/jest-dom": "^6.0.0",
30-
"babel-jest": "^29.0.0",
31-
"babel-loader": "^9.0.0",
30+
"babel-jest": "^30.0.0",
31+
"babel-loader": "^10.0.0",
3232
"css-loader": "^7.0.0",
33-
"eslint": "9.10.0",
33+
"eslint": "9.38.0",
3434
"eslint-config-airbnb-base": "^15.0.0",
3535
"eslint-plugin-import": "^2.30.0",
36-
"eslint-plugin-jest": "^28.8.3",
37-
"jest": "^29.0.0",
38-
"jest-environment-jsdom": "^29.3.1",
39-
"nock": "^13.0.0",
36+
"eslint-plugin-jest": "^29.0.0",
37+
"jest": "^30.0.0",
38+
"jest-environment-jsdom": "^30.0.0",
39+
"nock": "^14.0.0",
4040
"style-loader": "^4.0.0",
4141
"svg-inline-loader": "^0.8.2",
4242
"webpack": "^5.76.0",
43-
"webpack-cli": "^5.0.0"
43+
"webpack-cli": "^6.0.0"
4444
},
4545
"dependencies": {
46-
"axios": "1.7.7"
46+
"axios": "1.12.2"
4747
},
4848
"jest": {
4949
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)