Skip to content

Commit 68ae703

Browse files
Update all dependencies
1 parent e93f6ec commit 68ae703

File tree

6 files changed

+465
-544
lines changed

6 files changed

+465
-544
lines changed

.github/workflows/ci.yml

+3-3
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@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0.0
17+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1818
with:
1919
disable-sudo: true
2020
egress-policy: block
@@ -23,12 +23,12 @@ jobs:
2323
github.com:443
2424
registry.yarnpkg.com:443
2525
26-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Install modules
2828
run: yarn
2929
- name: Run tests
3030
run: yarn test --coverage
3131
- name: Coveralls
32-
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6
32+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/codeql.yml

+5-5
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@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
59+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
72+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
85+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/publish.yml

+4-4
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@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0.0
13+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
24+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2525
with:
26-
node-version: "16.x"
26+
node-version: "22.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

+5-5
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@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0.0
25+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -37,12 +37,12 @@ jobs:
3737
sigstore-tuf-root.storage.googleapis.com:443
3838
3939
- name: "Checkout code"
40-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
persist-credentials: false
4343

4444
- name: "Run analysis"
45-
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
45+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4646
with:
4747
results_file: results.sarif
4848
results_format: sarif
@@ -61,14 +61,14 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
64+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6565
with:
6666
name: SARIF file
6767
path: results.sarif
6868
retention-days: 5
6969

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
72+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7373
with:
7474
sarif_file: results.sarif

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
"devDependencies": {
3232
"@babel/core": "^7.10.2",
3333
"@babel/preset-env": "^7.10.2",
34-
"@testing-library/jest-dom": "^5.9.0",
34+
"@testing-library/jest-dom": "^6.0.0",
3535
"babel-jest": "^29.0.0",
36-
"babel-loader": "^9.0.0",
37-
"css-loader": "^6.0.0",
38-
"eslint": "^8.0.0",
36+
"babel-loader": "^10.0.0",
37+
"css-loader": "^7.0.0",
38+
"eslint": "^9.0.0",
3939
"eslint-config-airbnb-base": "^15.0.0",
4040
"eslint-plugin-import": "^2.20.2",
41-
"eslint-plugin-jest": "^27.0.0",
41+
"eslint-plugin-jest": "^28.0.0",
4242
"jest": "^29.0.0",
4343
"jest-environment-jsdom": "^29.3.1",
44-
"style-loader": "^3.0.0",
44+
"style-loader": "^4.0.0",
4545
"svg-inline-loader": "^0.8.2",
4646
"webpack": "^5.53.0",
47-
"webpack-cli": "^5.0.0"
47+
"webpack-cli": "^6.0.0"
4848
},
4949
"jest": {
5050
"setupFilesAfterEnv": [

0 commit comments

Comments
 (0)