Skip to content

Commit e352385

Browse files
chore(deps): update dependency node to v20.19.4
1 parent 000e34a commit e352385

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: docker/setup-buildx-action@v2
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 20
18+
node-version: 20.19.4
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: yarn install
2121
- run: yarn run build

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nodejs 20.17.0
1+
nodejs 20.19.4
22
pnpm 9.11.0
33
yarn 1.22.22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@sourcegraph/tsconfig": "4.0.1",
4545
"@types/diff": "7.0.1",
4646
"@types/google-protobuf": "3.15.12",
47-
"@types/node": "20.16.10",
47+
"@types/node": "20.19.10",
4848
"@types/progress": "2.0.7",
4949
"@typescript-eslint/eslint-plugin": "^7.18.0",
5050
"@typescript-eslint/parser": "^7.18.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -424,12 +424,12 @@
424424
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
425425
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
426426

427-
"@types/node@*", "@types/node@20.16.10":
428-
version "20.16.10"
429-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71"
430-
integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==
427+
"@types/node@*", "@types/node@20.19.10":
428+
version "20.19.10"
429+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.10.tgz#8bee5d6fa97221d50d767fa5707a3dd6503e8f19"
430+
integrity sha512-iAFpG6DokED3roLSP0K+ybeDdIX6Bc0Vd3mLW5uDqThPWtNos3E+EqOM11mPQHKzfWHqEBuLjIlsBQQ8CsISmQ==
431431
dependencies:
432-
undici-types "~6.19.2"
432+
undici-types "~6.21.0"
433433

434434
"@types/normalize-package-data@^2.4.0":
435435
version "2.4.1"
@@ -2904,10 +2904,10 @@ unbox-primitive@^1.0.2:
29042904
has-symbols "^1.0.3"
29052905
which-boxed-primitive "^1.0.2"
29062906

2907-
undici-types@~6.19.2:
2908-
version "6.19.8"
2909-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2910-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2907+
undici-types@~6.21.0:
2908+
version "6.21.0"
2909+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2910+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
29112911

29122912
update-browserslist-db@^1.0.13:
29132913
version "1.0.13"

0 commit comments

Comments
 (0)