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 22.2.0 to 22.7.5 #20

Closed
wants to merge 1 commit into from
Closed
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
20 changes: 10 additions & 10 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@cp-utils/constraints-config": "^0.1.2",
"@cp-utils/eslint-config": "^0.0.7",
"@cp-utils/gitversion": "^0.0.50",
"@types/node": "^22.2.0",
"@types/node": "^22.7.5",
"@yarnpkg/types": "^4.0.0",
"eslint": "^8",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/packages/azure-custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-custom-resources",
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@types/node": "^22.2.0",
"@types/node": "^22.7.5",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1281,12 +1281,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.2.0":
version: 22.2.0
resolution: "@types/node@npm:22.2.0"
"@types/node@npm:^22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
dependencies:
undici-types: "npm:~6.13.0"
checksum: 10c0/c17900b34faecfec204f72970bd658d0c217aaf739c1bf7690c969465b6b26b77a8be1cd9ba735aadbd1dd20b5c3e4f406ec33528bf7c6eec90744886c5d5608
undici-types: "npm:~6.19.2"
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
languageName: node
linkType: hard

Expand Down Expand Up @@ -2356,7 +2356,7 @@ __metadata:
"@cp-utils/constraints-config": "npm:^0.1.2"
"@cp-utils/eslint-config": "npm:^0.0.7"
"@cp-utils/gitversion": "npm:^0.0.50"
"@types/node": "npm:^22.2.0"
"@types/node": "npm:^22.7.5"
"@yarnpkg/types": "npm:^4.0.0"
eslint: "npm:^8"
jest: "npm:^29.7.0"
Expand All @@ -2370,7 +2370,7 @@ __metadata:
resolution: "azure-custom-resources@workspace:workspaces/packages/azure-custom-resources"
dependencies:
"@azure/functions": "npm:^4.5.0"
"@types/node": "npm:^22.2.0"
"@types/node": "npm:^22.7.5"
bs58: "npm:^6.0.0"
typescript: "npm:^5.5.4"
languageName: unknown
Expand Down Expand Up @@ -7239,10 +7239,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
checksum: 10c0/2de55181f569c77a4f08063f8bf2722fcbb6ea312a26a9e927bd1f5ea5cf3a281c5ddf23155061db083e0a25838f54813543ff13b0ac34d230d5c1205ead66c1
"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

Expand Down
Loading