Skip to content

Commit ae2dd2d

Browse files
chore(deps): update all dependencies j:cdx-227
1 parent d020ec6 commit ae2dd2d

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@v2
17+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2
1818
with:
1919
egress-policy: audit
2020

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: CD
2424
steps:
2525
- name: Harden Runner
26-
uses: step-security/harden-runner@v2
26+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2
2727
with:
2828
egress-policy: audit
2929

@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
steps:
7070
- name: Harden Runner
71-
uses: step-security/harden-runner@v2
71+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2
7272
with:
7373
egress-policy: audit
7474

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@coveo/semantic-monorepo-tools": "2.7.1",
2727
"@octokit/auth-action": "^5.0.0",
2828
"@types/jest": "29.5.14",
29-
"@types/node": "20.19.25",
29+
"@types/node": "20.19.26",
3030
"@typescript-eslint/eslint-plugin": "7.18.0",
3131
"@typescript-eslint/parser": "7.18.0",
3232
"conventional-changelog-angular": "8.1.0",
@@ -41,10 +41,10 @@
4141
"lint-staged": "15.5.2",
4242
"nodemon": "3.1.11",
4343
"octokit": "4.1.4",
44-
"prettier": "3.6.2",
45-
"ts-jest": "29.4.5",
44+
"prettier": "3.7.4",
45+
"ts-jest": "29.4.6",
4646
"ts-node": "10.9.2",
47-
"typedoc": "0.28.14",
47+
"typedoc": "0.28.15",
4848
"typescript": "5.9.3"
4949
},
5050
"husky": {

0 commit comments

Comments
 (0)