Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/node from 20.11.27 to 20.14.9 #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"private": true,
"devDependencies": {
"@types/node": "^20.11.27"
"@types/node": "^20.14.9"
},
"dependencies": {
"@gecut/logger": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@lerna-lite/publish": "^3.3.1",
"@lerna-lite/run": "^3.3.1",
"@lerna-lite/version": "^3.3.0",
"@types/node": "^20.11.27",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@web/dev-server": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"**/*.{js,mjs,cjs,map,d.ts,html,md}"
],
"devDependencies": {
"@types/node": "^20.11.27",
"@types/node": "^20.14.9",
"lit": "^3.1.2",
"type-fest": "^4.12.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"change-case": "^5.4.4"
},
"devDependencies": {
"@types/node": "^20.11.27"
"@types/node": "^20.14.9"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gecut/types@workspace:packages/types"
dependencies:
"@types/node": "npm:^20.11.27"
"@types/node": "npm:^20.14.9"
lit: "npm:^3.1.2"
type-fest: "npm:^4.12.0"
languageName: unknown
Expand All @@ -125,7 +125,7 @@ __metadata:
resolution: "@gecut/utilities@workspace:packages/utilities"
dependencies:
"@gecut/types": "workspace:^"
"@types/node": "npm:^20.11.27"
"@types/node": "npm:^20.14.9"
change-case: "npm:^5.4.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1293,12 +1293,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.27":
version: 20.11.27
resolution: "@types/node@npm:20.11.27"
"@types/node@npm:^20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/ec40bea80c60a12b39bd0da9b16333237a84c67ae83c8aa382b88381ae3948943bf6af969442e209270ad3e109f301a6b01ab243f80bd0e69673a877425f9418
checksum: 10c0/911ffa444dc032897f4a23ed580c67903bd38ea1c5ec99b1d00fa10b83537a3adddef8e1f29710cbdd8e556a61407ed008e06537d834e48caf449ce59f87d387
languageName: node
linkType: hard

Expand Down Expand Up @@ -3459,7 +3459,7 @@ __metadata:
dependencies:
"@gecut/logger": "workspace:^"
"@gecut/utilities": "workspace:^"
"@types/node": "npm:^20.11.27"
"@types/node": "npm:^20.14.9"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3860,7 +3860,7 @@ __metadata:
"@lerna-lite/publish": "npm:^3.3.1"
"@lerna-lite/run": "npm:^3.3.1"
"@lerna-lite/version": "npm:^3.3.0"
"@types/node": "npm:^20.11.27"
"@types/node": "npm:^20.14.9"
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
"@typescript-eslint/parser": "npm:^7.2.0"
"@web/dev-server": "npm:^0.4.3"
Expand Down