Skip to content

Commit 7845500

Browse files
chore(deps): update all dependencies
1 parent 521a176 commit 7845500

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

.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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
58+
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
5959
with:
6060
languages: ${{ matrix.language }}
6161
# 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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
72+
uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
85+
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/lint.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
27+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -34,9 +34,9 @@ jobs:
3434
nodejs.org:443
3535
registry.npmjs.org:443
3636
objects.githubusercontent.com:443
37-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
- name: Use Node.js ${{ matrix.node-version }}
39-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
39+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242
cache: 'npm'

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1515
with:
1616
disable-sudo: true
1717
egress-policy: block
@@ -20,11 +20,11 @@ jobs:
2020
registry.npmjs.org:443
2121
objects.githubusercontent.com:443
2222
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
# Setup .npmrc file to publish to npm
25-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
25+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626
with:
27-
node-version: "16.x"
27+
node-version: "22.x"
2828
registry-url: "https://registry.npmjs.org"
2929
- run: npm ci
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -38,12 +38,12 @@ jobs:
3838
*.storage.googleapis.com:443
3939
objects.githubusercontent.com:443
4040
- name: "Checkout code"
41-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
with:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
46+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif
@@ -62,14 +62,14 @@ jobs:
6262
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363
# format to the repository Actions tab.
6464
- name: "Upload artifact"
65-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
65+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6666
with:
6767
name: SARIF file
6868
path: results.sarif
6969
retention-days: 5
7070

7171
# Upload the results to GitHub's code scanning dashboard.
7272
- name: "Upload to code-scanning"
73-
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
73+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
7474
with:
7575
sarif_file: results.sarif

.github/workflows/test.js.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
27+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -35,16 +35,16 @@ jobs:
3535
nodejs.org:443
3636
registry.npmjs.org:443
3737
objects.githubusercontent.com:443
38-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
4444
- run: npm ci
4545
- run: npm test -- --coverage
4646
- name: Coveralls Parallel
47-
uses: coverallsapp/github-action@c203f016dd0ff7855ebef0ed852000c20c117148
47+
uses: coverallsapp/github-action@e7f4f977bd3dba07a6fda03be3053f1658992446
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
flag-name: node-${{ matrix.node-version }}
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Harden Runner
57-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
57+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
5858
with:
5959
disable-sudo: true
6060
egress-policy: block
@@ -63,7 +63,7 @@ jobs:
6363
github.com:443
6464
objects.githubusercontent.com:443
6565
- name: Coveralls Finished
66-
uses: coverallsapp/github-action@c203f016dd0ff7855ebef0ed852000c20c117148
66+
uses: coverallsapp/github-action@e7f4f977bd3dba07a6fda03be3053f1658992446
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel-finished: true

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434
"@babel/core": "^7.19.0",
3535
"@babel/preset-env": "^7.19.0",
3636
"@testing-library/jest-dom": "^6.0.0",
37-
"babel-jest": "^29.0.2",
38-
"babel-loader": "^9.0.0",
37+
"babel-jest": "^30.0.0",
38+
"babel-loader": "^10.0.0",
3939
"css-loader": "^7.0.0",
40-
"eslint": "^8.57.0",
40+
"eslint": "^9.0.0",
4141
"eslint-config-airbnb-base": "^15.0.0",
4242
"eslint-plugin-import": "^2.29.1",
43-
"eslint-plugin-jest": "^28.0.0",
43+
"eslint-plugin-jest": "^29.0.0",
4444
"husky": "^9.0.0",
45-
"jest": "^29.0.2",
46-
"jest-environment-jsdom": "^29.0.2",
45+
"jest": "^30.0.0",
46+
"jest-environment-jsdom": "^30.0.0",
4747
"style-loader": "^4.0.0",
4848
"svg-inline-loader": "^0.8.2",
4949
"typescript": "^5.0.0",
5050
"webpack": "^5.74.0",
51-
"webpack-cli": "^5.0.0"
51+
"webpack-cli": "^6.0.0"
5252
},
5353
"jest": {
5454
"testEnvironment": "jsdom",
@@ -64,6 +64,6 @@
6464
]
6565
},
6666
"dependencies": {
67-
"uuid": "^9.0.0"
67+
"uuid": "^11.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)