Skip to content

Commit 992de5e

Browse files
authored
bump untracked deps (#487)
1 parent 92aca99 commit 992de5e

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/a11y-eval-browser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
cache: "npm"
3333
cache-dependency-path: "**/package-lock.json"
34-
node-version: "23"
34+
node-version: "24"
3535

3636
- name: Create dotenv file
3737
uses: ./.github/actions/setup-env-file
@@ -90,7 +90,7 @@ jobs:
9090
certutil -d "sql:$HOME/.pki/nssdb" -A -t "CP,CP," -n TestAutomationSSL -i "./$BW_SSL_CERT"
9191
9292
- name: Install Bitwarden CLI
93-
run: npm install -g @bitwarden/cli@2026.2.0
93+
run: npm install -g @bitwarden/cli@2026.4.1
9494

9595
- name: Install project dependencies
9696
run: |

.github/workflows/a11y-eval-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
cache: "npm"
2929
cache-dependency-path: "**/package-lock.json"
30-
node-version: "23"
30+
node-version: "24"
3131

3232
- name: Create dotenv file
3333
uses: ./.github/actions/setup-env-file
@@ -68,7 +68,7 @@ jobs:
6868
certutil -d "sql:$HOME/.pki/nssdb" -A -t "CP,CP," -n TestAutomationSSL -i "./$BW_SSL_CERT"
6969
7070
- name: Install Bitwarden CLI
71-
run: npm install -g @bitwarden/cli@2026.2.0
71+
run: npm install -g @bitwarden/cli@2026.4.1
7272

7373
- name: Install project dependencies
7474
run: |

.github/workflows/test-all-custom-flags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
cache: "npm"
8181
cache-dependency-path: "**/package-lock.json"
82-
node-version: "23"
82+
node-version: "24"
8383

8484
- name: Create dotenv file
8585
uses: ./.github/actions/setup-env-file
@@ -144,7 +144,7 @@ jobs:
144144
certutil -d "sql:$HOME/.pki/nssdb" -A -t "CP,CP," -n TestAutomationSSL -i "./$BW_SSL_CERT"
145145
146146
- name: Install Bitwarden CLI
147-
run: npm install -g @bitwarden/cli@2026.2.0
147+
run: npm install -g @bitwarden/cli@2026.4.1
148148

149149
- name: Install project dependencies
150150
run: |

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
cache: "npm"
8181
cache-dependency-path: "**/package-lock.json"
82-
node-version: "23"
82+
node-version: "24"
8383

8484
- name: Create dotenv file
8585
uses: ./.github/actions/setup-env-file
@@ -140,7 +140,7 @@ jobs:
140140
certutil -d "sql:$HOME/.pki/nssdb" -A -t "CP,CP," -n TestAutomationSSL -i "./$BW_SSL_CERT"
141141
142142
- name: Install Bitwarden CLI
143-
run: npm install -g @bitwarden/cli@2026.2.0
143+
run: npm install -g @bitwarden/cli@2026.4.1
144144

145145
- name: Install project dependencies
146146
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.11.0
1+
24.15.0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"typecheck": "npx tsc -p ./scripts/tsconfig.json && npx tsc -p ./tests/tsconfig.json && npx tsc -p ./benchmarks/tsconfig.json"
8585
},
8686
"engines": {
87-
"node": "23.11.x",
88-
"npm": "~11.3.0"
87+
"node": "24.15.x",
88+
"npm": "~11.14.0"
8989
}
9090
}

scripts/first-time-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else
3636
echo "nvm not detected; skipping 'nvm install'. Ensure your active Node version matches ${projectRoot}/.nvmrc."
3737
fi
3838

39-
npm install -g @bitwarden/cli@2026.2.0
39+
npm install -g @bitwarden/cli@2026.4.1
4040

4141
npm ci
4242
npx playwright install --with-deps chromium

0 commit comments

Comments
 (0)