Skip to content

Commit

Permalink
chore(deps): bump @types/node from 20.11.30 to 20.14.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent cf53a80 commit 72399db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@gecut/types": "^2.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/node": "^20.11.30",
"@types/node": "^20.14.0",
"autoprefixer": "^10.4.19",
"lit": "^3.1.3",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@lerna-lite/publish": "^3.3.1",
"@lerna-lite/run": "^3.3.1",
"@lerna-lite/version": "^3.3.1",
"@types/node": "^20.11.30",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@gecut/signal": "^2.1.2",
"@gecut/types": "^2.2.0",
"@gecut/utilities": "^5.2.1",
"@types/node": "^20.11.30",
"@types/node": "^20.14.0",
"lit": "^3.1.3"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ __metadata:
"@gecut/signal": "npm:^2.1.2"
"@gecut/types": "npm:^2.2.0"
"@gecut/utilities": "npm:^5.2.1"
"@types/node": "npm:^20.11.30"
"@types/node": "npm:^20.14.0"
lit: "npm:^3.1.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1332,12 +1332,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.30":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
"@types/node@npm:^20.14.0":
version: 20.14.0
resolution: "@types/node@npm:20.14.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/867cfaf969c6d8850d8d7304e7ab739898a50ecb1395b61ff2335644f5f48d7a46fbc4a14cee967aed65ec134b61a746edae70d1f32f11321ccf29165e3bc4e6
checksum: 10c0/29ccc7592e9ca6b81d00f3a6673241d08e9042d801b10adfd9ebcbbf326208e0a0133a8d146158db18d02a68b85d9ce1fd94e6e1e5be0da263129bf6e42eb22d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3351,7 +3351,7 @@ __metadata:
"@gecut/types": "npm:^2.2.0"
"@tailwindcss/aspect-ratio": "npm:^0.4.2"
"@tailwindcss/nesting": "npm:^0.0.0-insiders.565cd3e"
"@types/node": "npm:^20.11.30"
"@types/node": "npm:^20.14.0"
autoprefixer: "npm:^10.4.19"
lit: "npm:^3.1.3"
postcss: "npm:^8.4.38"
Expand Down Expand Up @@ -3725,7 +3725,7 @@ __metadata:
"@lerna-lite/publish": "npm:^3.3.1"
"@lerna-lite/run": "npm:^3.3.1"
"@lerna-lite/version": "npm:^3.3.1"
"@types/node": "npm:^20.11.30"
"@types/node": "npm:^20.14.0"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.3.1"
eslint: "npm:^8.57.0"
Expand Down

0 comments on commit 72399db

Please sign in to comment.