diff --git a/package.json b/package.json index b007828c9f..fa69fd9368 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "unstorage": "^1.9.0" }, "devDependencies": { - "@azure/functions": "^3.5.1", + "@azure/functions": "^4.0.1", "@cloudflare/workers-types": "^4.20230922.0", "@types/aws-lambda": "^8.10.122", "@types/etag": "^1.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07eeae7c40..40994e0d36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -203,8 +203,8 @@ importers: version: 1.9.0 devDependencies: '@azure/functions': - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^4.0.1 + version: 4.0.1 '@cloudflare/workers-types': specifier: ^4.20230922.0 version: 4.20230922.0 @@ -269,7 +269,7 @@ importers: specifier: ^2.0.0 version: 2.0.0(typescript@5.2.2) undici: - specifier: ^5.25.3 + specifier: ^5.25.2 version: 5.25.3 vitest: specifier: ^0.34.6 @@ -350,12 +350,12 @@ packages: '@jridgewell/trace-mapping': 0.3.19 dev: true - /@azure/functions@3.5.1: - resolution: {integrity: sha512-6UltvJiuVpvHSwLcK/Zc6NfUwlkDLOFFx97BHCJzlWNsfiWwzwmTsxJXg4kE/LemKTHxPpfoPE+kOJ8hAdiKFQ==} + /@azure/functions@4.0.1: + resolution: {integrity: sha512-Ol38b4XOlu6IDkLnO91HaYeo2utMixG0LIA1NR9Qehu17U/cGjNx+bAcOEdNlSJWNYh5ChhzjxA/uFB5dQJtmg==} + engines: {node: '>=18.0'} dependencies: - iconv-lite: 0.6.3 long: 4.0.0 - uuid: 8.3.2 + undici: 5.25.3 dev: true /@babel/code-frame@7.22.13: @@ -4505,13 +4505,6 @@ packages: safer-buffer: 2.1.2 dev: true - /iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} - dependencies: - safer-buffer: 2.1.2 - dev: true - /ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} @@ -7122,7 +7115,9 @@ packages: /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true + requiresBuild: true dev: true + optional: true /uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}