Skip to content

Commit

Permalink
chore(deps): bump @types/node from 20.11.30 to 20.14.2
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.2.
- [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 11, 2024
1 parent c6aa4ef commit 7e05ab4
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.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/node": "^20.11.30",
"@types/node": "^20.14.2",
"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.2",
"@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.2.1",
"@gecut/types": "^2.2.1",
"@gecut/utilities": "^5.3.0",
"@types/node": "^20.11.30",
"@types/node": "^20.14.2",
"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.2.1"
"@gecut/types": "npm:^2.2.1"
"@gecut/utilities": "npm:^5.3.0"
"@types/node": "npm:^20.11.30"
"@types/node": "npm:^20.14.2"
lit: "npm:^3.1.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1333,12 +1333,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.2":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/867cfaf969c6d8850d8d7304e7ab739898a50ecb1395b61ff2335644f5f48d7a46fbc4a14cee967aed65ec134b61a746edae70d1f32f11321ccf29165e3bc4e6
checksum: 10c0/2d86e5f2227aaa42212e82ea0affe72799111b888ff900916376450b02b09b963ca888b20d9c332d8d2b833ed4781987867a38eaa2e4863fa8439071468b0a6f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3352,7 +3352,7 @@ __metadata:
"@gecut/types": "npm:^2.2.1"
"@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.2"
autoprefixer: "npm:^10.4.19"
lit: "npm:^3.1.3"
postcss: "npm:^8.4.38"
Expand Down Expand Up @@ -3726,7 +3726,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.2"
"@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 7e05ab4

Please sign in to comment.