Skip to content

Commit 0a77048

Browse files
Merge pull request #2904 from balena-io/vipulgupta2048/update-npm-dependencies
Update NPM and GitHub action dependencies
2 parents 6936fbb + 7ae1c13 commit 0a77048

File tree

6 files changed

+1001
-635
lines changed

6 files changed

+1001
-635
lines changed

.cspell/computer-terms.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
21
AAAAB
32
Adblocker
43
Aetina
54
ahci
65
allwinner
76
alsa
7+
altboot
88
alwaysai
99
amdefine
1010
apikey
@@ -21,6 +21,7 @@ Asus
2121
ASYNCDNS
2222
aufs
2323
Authy
24+
Authyßß
2425
autoconnect
2526
autolinker
2627
automounting
@@ -160,6 +161,7 @@ fleetordevice
160161
forkable
161162
FORMATED
162163
fseventsd
164+
fstype
163165
gcloud
164166
genericx
165167
getrandom
@@ -241,6 +243,7 @@ mitigations
241243
mmcblk
242244
mmcli
243245
modeswitch
246+
mountpoint
244247
mraa
245248
MRAA
246249
mschapv
@@ -314,6 +317,7 @@ raspberrypi
314317
raspberrypicm
315318
RAWIO
316319
RCSI
320+
rcvbuf
317321
rechoir
318322
redsocks
319323
REFCLOCK
@@ -337,6 +341,7 @@ rockpi
337341
rockpro
338342
Rocktech
339343
rollouts
344+
rootfs
340345
RSSPM
341346
rulefilename
342347
ruuvitag
@@ -352,10 +357,12 @@ SECHASH
352357
secretpassword
353358
selectpicker
354359
serivce
360+
serv
355361
SIGND
356362
signup
357363
sindresorhus
358364
smarc
365+
sndbuf
359366
someservice
360367
Spacely
361368
sshkeys
@@ -370,6 +377,7 @@ supervisortest
370377
sysfs
371378
sysroot
372379
systfs
380+
sysv
373381
tagkey
374382
tapable
375383
tarbz

.github/workflows/deploy-to-cloudflare-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
22+
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
2323
with:
2424
node-version: 18
2525
cache: "npm"

.github/workflows/link-checker.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
# fetch external files && Building the docs
2424
- name: Build the docs
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
2626
with:
27-
node-version: 16
27+
node-version: 18
2828
- run: npm run deploy-docs
2929

3030
- uses: actions/cache@v3
@@ -36,7 +36,8 @@ jobs:
3636
# Run link checker on the generated HTML
3737
- name: Link Checker
3838
id: lychee
39-
uses: lycheeverse/lychee-action@ec7614d7605b47efb08dc370f6d0a71884cba944 # 1.8.0
39+
uses: lycheeverse/lychee-action@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c # for v1.9.0
40+
4041
env:
4142
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4243
with:

.nvmrv

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)