diff --git a/ChangeLog.md b/ChangeLog.md index 291b2c7a6..0d4a2f75e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ General: - Applied npm audit fix to updates across multiple dependencies to address security vulnerabilities and maintenance updates. +- Bumped `@types/args` dev dependency from 5.0.3 to 5.0.4 (patch update). - Bumped the default Blob, Queue, and Table service API version to `2026-06-06`. - Added support for service API versions `2026-04-06` and `2026-02-06` for Blob, Queue, and Table endpoints. diff --git a/package-lock.json b/package-lock.json index 7f3f0cbad..06182bf20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1388,7 +1388,9 @@ "license": "MIT" }, "node_modules/@types/args": { - "version": "5.0.3", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@types/args/-/args-5.0.4.tgz", + "integrity": "sha512-TGJkOiKE2Veo++SYqV9JYV61KuqQ3lhdeYJ9jDozBYeAG78lwaEg6jcvvZ08JzjlDJFe0VBHJ0MxISATT6GJYQ==", "dev": true, "license": "MIT" },