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

Update dependency @types/node to v22.10.7 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
58 changes: 29 additions & 29 deletions typescript/{{cookiecutter.project_class_name}}/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -983,11 +983,11 @@ __metadata:
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.9.1":
version: 22.9.1
resolution: "@types/node@npm:22.9.1"
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10c0/ea489ae603aa8874e4e88980aab6f2dad09c755da779c88dd142983bfe9609803c89415ca7781f723072934066f63daf2b3339ef084a8ad1a8079cf3958be243
undici-types: "npm:~6.20.0"
checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2851,27 +2851,6 @@ __metadata:
languageName: node
linkType: hard

"kitties@workspace:.":
version: 0.0.0-use.local
resolution: "kitties@workspace:."
dependencies:
"@azure/cosmos": "npm:^4.2.0"
"@azure/functions": "npm:^4.6.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.1"
azure-functions-core-tools: "npm:^4.x"
dotenv: "npm:^16.4.5"
inversify: "npm:^6.1.4"
jest: "npm:^29.7.0"
reflect-metadata: "npm:^0.2.2"
ts-jest: "npm:^29.2.5"
tsc-alias: "npm:^1.8.10"
typescript: "npm:^5.7.2"
uuid: "npm:^11.0.3"
zod: "npm:^3.23.8"
languageName: unknown
linkType: soft

"kleur@npm:^3.0.3":
version: 3.0.3
resolution: "kleur@npm:3.0.3"
Expand Down Expand Up @@ -3984,10 +3963,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -4188,3 +4167,24 @@ __metadata:
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard

"{{cookiecutter.project_endpoint}}@workspace:.":
version: 0.0.0-use.local
resolution: "{{cookiecutter.project_endpoint}}@workspace:."
dependencies:
"@azure/cosmos": "npm:^4.2.0"
"@azure/functions": "npm:^4.6.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.1"
azure-functions-core-tools: "npm:^4.x"
dotenv: "npm:^16.4.5"
inversify: "npm:^6.1.4"
jest: "npm:^29.7.0"
reflect-metadata: "npm:^0.2.2"
ts-jest: "npm:^29.2.5"
tsc-alias: "npm:^1.8.10"
typescript: "npm:^5.7.2"
uuid: "npm:^11.0.3"
zod: "npm:^3.23.8"
languageName: unknown
linkType: soft
Loading