Skip to content

Commit 908ed02

Browse files
WEB-818: Update all non-major dependencies
1 parent 0810439 commit 908ed02

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# no support for lts as of now with github actions.
2828
# issue link : https://github.com/actions/setup-node/issues/26
2929
# lts/gallium node v19.7.0 (npm v9.5.0)
30-
node-version: '24.14.0'
30+
node-version: '24.14.1'
3131

3232
- name: Remove node_modules
3333
run: rm -rf node_modules

.github/workflows/check-broken-markdown -links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden runner (audit outbound calls)
23-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
23+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2424
with:
2525
egress-policy: audit
2626

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js 24
3333
uses: actions/setup-node@v6
3434
with:
35-
node-version: '24.14.0'
35+
node-version: '24.14.1'
3636
cache: 'npm'
3737

3838
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js 22
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: '24.14.0'
23+
node-version: '24.14.1'
2424

2525
- name: Install testRigor Command Line
2626
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.0
1+
24.14.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"@angular-eslint/schematics": "^20.7.0",
9696
"@angular-eslint/template-parser": "^20.7.0",
9797
"@angular/build": "^20.3.17",
98-
"@angular/cli": "20.3.19",
99-
"@angular/compiler-cli": "20.3.17",
100-
"@angular/language-service": "20.3.17",
98+
"@angular/cli": "20.3.23",
99+
"@angular/compiler-cli": "20.3.18",
100+
"@angular/language-service": "20.3.18",
101101
"@cypress/schematic": "^2.5.2",
102102
"@playwright/test": "^1.57.0",
103103
"@types/d3-dispatch": "^3.0.1",
@@ -108,7 +108,7 @@
108108
"@types/jasminewd2": "2.0.13",
109109
"@types/jest": "^29.5.14",
110110
"@types/lodash": "4.17.24",
111-
"@types/node": "24.12.0",
111+
"@types/node": "24.12.2",
112112
"@types/vkbeautify": "^0.99.2",
113113
"@typescript-eslint/eslint-plugin": "^8.48.1",
114114
"@typescript-eslint/parser": "^8.48.1",

0 commit comments

Comments
 (0)