Skip to content

fix(deps): update dependency @types/node to v20.19.7 #54

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

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/node": "20.11.30",
"@types/node": "20.19.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@pandacss/extension-shared": "workspace:*",
"@types/base-64": "^1.0.2",
"@types/node": "20.11.30",
"@types/node": "20.19.7",
"@types/prettier": "3.0.0",
"@types/utf8": "^3.0.3",
"base-64": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"@pnpm/find-workspace-dir": "^6.0.3",
"@pnpm/find-workspace-packages": "^6.0.9",
"@pnpm/types": "^9.4.2",
"@types/node": "20.11.30",
"@types/node": "20.19.7",
"@types/semver": "^7.5.8",
"@types/vscode": "^1.87.0",
"@vscode/vsce": "^2.24.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ __metadata:
"@pandacss/token-dictionary": "npm:^0.37.2"
"@pandacss/types": "npm:^0.37.2"
"@types/base-64": "npm:^1.0.2"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.19.7"
"@types/prettier": "npm:3.0.0"
"@types/utf8": "npm:^3.0.3"
base-64: "npm:^1.0.0"
Expand Down Expand Up @@ -3147,7 +3147,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.11.30":
"@types/node@npm:*":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
Expand All @@ -3156,6 +3156,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.19.7":
version: 20.19.7
resolution: "@types/node@npm:20.19.7"
dependencies:
undici-types: "npm:~6.21.0"
checksum: bd97ed8db9eaab0f66ff066944923bae3baf51c98b603be9f30ea53f2ceeb6ae6fb4bc5bda3d3cd54c90c2ddc146f2117287f42e64fdcac493790c28dd759763
languageName: node
linkType: hard

"@types/node@npm:^12.7.1":
version: 12.20.55
resolution: "@types/node@npm:12.20.55"
Expand Down Expand Up @@ -9023,7 +9032,7 @@ __metadata:
"@pnpm/find-workspace-dir": "npm:^6.0.3"
"@pnpm/find-workspace-packages": "npm:^6.0.9"
"@pnpm/types": "npm:^9.4.2"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.19.7"
"@types/semver": "npm:^7.5.8"
"@types/vscode": "npm:^1.87.0"
"@vscode/vsce": "npm:^2.24.0"
Expand All @@ -9050,7 +9059,7 @@ __metadata:
"@changesets/changelog-github": "npm:0.5.0"
"@changesets/cli": "npm:2.27.1"
"@types/eslint": "npm:^8.56.6"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.19.7"
"@typescript-eslint/eslint-plugin": "npm:7.3.1"
"@typescript-eslint/parser": "npm:7.3.1"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -11398,6 +11407,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

"unicode-trie@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-trie@npm:2.0.0"
Expand Down