Skip to content

Commit

Permalink
Merge pull request #149 from skalenetwork/dependabot/npm_and_yarn/typ…
Browse files Browse the repository at this point in the history
…escript/base/types/node-22.8.1

Bump @types/node from 20.2.5 to 22.8.1 in /typescript/base
  • Loading branch information
DimaStebaev authored Oct 30, 2024
2 parents 0d3a4e4 + b2f60b5 commit eb9fe19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion typescript/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^20.2.5",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.45.0",
Expand Down
19 changes: 14 additions & 5 deletions typescript/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ __metadata:
dependencies:
"@renovatebot/pep440": ^3.0.20
"@tsconfig/recommended": ^1.0.7
"@types/node": ^20.2.5
"@types/node": ^22.8.1
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^8.8.0
axios: ^1.4.0
Expand All @@ -143,10 +143,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.2.5":
version: 20.2.5
resolution: "@types/node@npm:20.2.5"
checksum: 38ce7c7e9d76880dc632f71d71e0d5914fcda9d5e9a7095d6c339abda55ca4affb0f2a882aeb29398f8e09d2c5151f0b6586c81c8ccdfe529c34b1ea3337425e
"@types/node@npm:^22.8.1":
version: 22.8.1
resolution: "@types/node@npm:22.8.1"
dependencies:
undici-types: ~6.19.8
checksum: 2fc10ff364690f7962659d163cf9a9b71d46a2414f15ceeb5ea9fb6a1e81d2b04f550d0dfd9156576b192d76e886b24d13932d8eb5447075d455481c70fd2ad1
languageName: node
linkType: hard

Expand Down Expand Up @@ -1385,6 +1387,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"uri-js@npm:^4.2.2":
version: 4.4.1
resolution: "uri-js@npm:4.4.1"
Expand Down

0 comments on commit eb9fe19

Please sign in to comment.