chore(deps-dev): bump @aws-sdk/credential-provider-env (#1690)

Bumps [@aws-sdk/credential-provider-env](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/credential-provider-env) from 3.972.17 to 3.972.18.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/credential-provider-env/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/credential-provider-env)

---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-provider-env"
  dependency-version: 3.972.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-17 03:47:42 +00:00
committed by GitHub
parent b2e4eaa23d
commit 97361f40d9
2 changed files with 156 additions and 137 deletions
+155 -136
View File
@@ -15,7 +15,7 @@
"proxy-agent": "^6.5.0"
},
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.972.17",
"@aws-sdk/credential-provider-env": "^3.972.18",
"@biomejs/biome": "2.4.7",
"@smithy/property-provider": "^4.2.11",
"@types/node": "^25.5.0",
@@ -258,22 +258,22 @@
}
},
"node_modules/@aws-sdk/core": {
"version": "3.973.19",
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.19.tgz",
"integrity": "sha512-56KePyOcZnKTWCd89oJS1G6j3HZ9Kc+bh/8+EbvtaCCXdP6T7O7NzCiPuHRhFLWnzXIaXX3CxAz0nI5My9spHQ==",
"version": "3.973.20",
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.20.tgz",
"integrity": "sha512-i3GuX+lowD892F3IuJf8o6AbyDupMTdyTxQrCJGcn71ni5hTZ82L4nQhcdumxZ7XPJRJJVHS/CR3uYOIIs0PVA==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.973.5",
"@aws-sdk/xml-builder": "^3.972.10",
"@smithy/core": "^3.23.9",
"@smithy/node-config-provider": "^4.3.11",
"@smithy/property-provider": "^4.2.11",
"@smithy/protocol-http": "^5.3.11",
"@smithy/signature-v4": "^5.3.11",
"@smithy/smithy-client": "^4.12.3",
"@smithy/types": "^4.13.0",
"@aws-sdk/types": "^3.973.6",
"@aws-sdk/xml-builder": "^3.972.11",
"@smithy/core": "^3.23.11",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/property-provider": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/signature-v4": "^5.3.12",
"@smithy/smithy-client": "^4.12.5",
"@smithy/types": "^4.13.1",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-middleware": "^4.2.11",
"@smithy/util-middleware": "^4.2.12",
"@smithy/util-utf8": "^4.2.2",
"tslib": "^2.6.2"
},
@@ -282,15 +282,15 @@
}
},
"node_modules/@aws-sdk/credential-provider-env": {
"version": "3.972.17",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.17.tgz",
"integrity": "sha512-MBAMW6YELzE1SdkOniqr51mrjapQUv8JXSGxtwRjQV0mwVDutVsn22OPAUt4RcLRvdiHQmNBDEFP9iTeSVCOlA==",
"version": "3.972.18",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.18.tgz",
"integrity": "sha512-X0B8AlQY507i5DwjLByeU2Af4ARsl9Vr84koDcXCbAkplmU+1xBFWxEPrWRAoh56waBne/yJqEloSwvRf4x6XA==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/core": "^3.973.19",
"@aws-sdk/types": "^3.973.5",
"@smithy/property-provider": "^4.2.11",
"@smithy/types": "^4.13.0",
"@aws-sdk/core": "^3.973.20",
"@aws-sdk/types": "^3.973.6",
"@smithy/property-provider": "^4.2.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -587,12 +587,12 @@
}
},
"node_modules/@aws-sdk/types": {
"version": "3.973.5",
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.5.tgz",
"integrity": "sha512-hl7BGwDCWsjH8NkZfx+HgS7H2LyM2lTMAI7ba9c8O0KqdBLTdNJivsHpqjg9rNlAlPyREb6DeDRXUl0s8uFdmQ==",
"version": "3.973.6",
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.6.tgz",
"integrity": "sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -664,12 +664,12 @@
}
},
"node_modules/@aws-sdk/xml-builder": {
"version": "3.972.10",
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.10.tgz",
"integrity": "sha512-OnejAIVD+CxzyAUrVic7lG+3QRltyja9LoNqCE/1YVs8ichoTbJlVSaZ9iSMcnHLyzrSNtvaOGjSDRP+d/ouFA==",
"version": "3.972.11",
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.11.tgz",
"integrity": "sha512-iitV/gZKQMvY9d7ovmyFnFuTHbBAtrmLnvaSb/3X8vOKyevwtpmEtyc8AdhVWZe0pI/1GsHxlEvQeOePFzy7KQ==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"fast-xml-parser": "5.4.1",
"tslib": "^2.6.2"
},
@@ -2990,12 +2990,12 @@
"license": "(Unlicense OR Apache-2.0)"
},
"node_modules/@smithy/abort-controller": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.11.tgz",
"integrity": "sha512-Hj4WoYWMJnSpM6/kchsm4bUNTL9XiSyhvoMb2KIq4VJzyDt7JpGHUZHkVNPZVC7YE1tf8tPeVauxpFBKGW4/KQ==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.12.tgz",
"integrity": "sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3020,18 +3020,18 @@
}
},
"node_modules/@smithy/core": {
"version": "3.23.9",
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.9.tgz",
"integrity": "sha512-1Vcut4LEL9HZsdpI0vFiRYIsaoPwZLjAxnVQDUMQK8beMS+EYPLDQCXtbzfxmM5GzSgjfe2Q9M7WaXwIMQllyQ==",
"version": "3.23.12",
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.12.tgz",
"integrity": "sha512-o9VycsYNtgC+Dy3I0yrwCqv9CWicDnke0L7EVOrZtJpjb2t0EjaEofmMrYc0T1Kn3yk32zm6cspxF9u9Bj7e5w==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/middleware-serde": "^4.2.12",
"@smithy/protocol-http": "^5.3.11",
"@smithy/types": "^4.13.0",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
"@smithy/url-parser": "^4.2.12",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-body-length-browser": "^4.2.2",
"@smithy/util-middleware": "^4.2.11",
"@smithy/util-stream": "^4.5.17",
"@smithy/util-middleware": "^4.2.12",
"@smithy/util-stream": "^4.5.20",
"@smithy/util-utf8": "^4.2.2",
"@smithy/uuid": "^1.1.2",
"tslib": "^2.6.2"
@@ -3057,14 +3057,14 @@
}
},
"node_modules/@smithy/fetch-http-handler": {
"version": "5.3.13",
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.13.tgz",
"integrity": "sha512-U2Hcfl2s3XaYjikN9cT4mPu8ybDbImV3baXR0PkVlC0TTx808bRP3FaPGAzPtB8OByI+JqJ1kyS+7GEgae7+qQ==",
"version": "5.3.15",
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.15.tgz",
"integrity": "sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/protocol-http": "^5.3.11",
"@smithy/querystring-builder": "^4.2.11",
"@smithy/types": "^4.13.0",
"@smithy/protocol-http": "^5.3.12",
"@smithy/querystring-builder": "^4.2.12",
"@smithy/types": "^4.13.1",
"@smithy/util-base64": "^4.3.2",
"tslib": "^2.6.2"
},
@@ -3127,18 +3127,18 @@
}
},
"node_modules/@smithy/middleware-endpoint": {
"version": "4.4.23",
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.23.tgz",
"integrity": "sha512-UEFIejZy54T1EJn2aWJ45voB7RP2T+IRzUqocIdM6GFFa5ClZncakYJfcYnoXt3UsQrZZ9ZRauGm77l9UCbBLw==",
"version": "4.4.26",
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.26.tgz",
"integrity": "sha512-8Qfikvd2GVKSm8S6IbjfwFlRY9VlMrj0Dp4vTwAuhqbX7NhJKE5DQc2bnfJIcY0B+2YKMDBWfvexbSZeejDgeg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/core": "^3.23.9",
"@smithy/middleware-serde": "^4.2.12",
"@smithy/node-config-provider": "^4.3.11",
"@smithy/shared-ini-file-loader": "^4.4.6",
"@smithy/types": "^4.13.0",
"@smithy/url-parser": "^4.2.11",
"@smithy/util-middleware": "^4.2.11",
"@smithy/core": "^3.23.12",
"@smithy/middleware-serde": "^4.2.15",
"@smithy/node-config-provider": "^4.3.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
"@smithy/types": "^4.13.1",
"@smithy/url-parser": "^4.2.12",
"@smithy/util-middleware": "^4.2.12",
"tslib": "^2.6.2"
},
"engines": {
@@ -3166,13 +3166,14 @@
}
},
"node_modules/@smithy/middleware-serde": {
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.12.tgz",
"integrity": "sha512-W9g1bOLui7Xn5FABRVS0o3rXL0gfN37d/8I/W7i0N7oxjx9QecUmXEMSUMADTODwdtka9cN43t5BI2CodLJpng==",
"version": "4.2.15",
"resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.15.tgz",
"integrity": "sha512-ExYhcltZSli0pgAKOpQQe1DLFBLryeZ22605y/YS+mQpdNWekum9Ujb/jMKfJKgjtz1AZldtwA/wCYuKJgjjlg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/protocol-http": "^5.3.11",
"@smithy/types": "^4.13.0",
"@smithy/core": "^3.23.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3180,12 +3181,12 @@
}
},
"node_modules/@smithy/middleware-stack": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.11.tgz",
"integrity": "sha512-s+eenEPW6RgliDk2IhjD2hWOxIx1NKrOHxEwNUaUXxYBxIyCcDfNULZ2Mu15E3kwcJWBedTET/kEASPV1A1Akg==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.12.tgz",
"integrity": "sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3193,14 +3194,14 @@
}
},
"node_modules/@smithy/node-config-provider": {
"version": "4.3.11",
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.11.tgz",
"integrity": "sha512-xD17eE7kaLgBBGf5CZQ58hh2YmwK1Z0O8YhffwB/De2jsL0U3JklmhVYJ9Uf37OtUDLF2gsW40Xwwag9U869Gg==",
"version": "4.3.12",
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.12.tgz",
"integrity": "sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/property-provider": "^4.2.11",
"@smithy/shared-ini-file-loader": "^4.4.6",
"@smithy/types": "^4.13.0",
"@smithy/property-provider": "^4.2.12",
"@smithy/shared-ini-file-loader": "^4.4.7",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3208,15 +3209,15 @@
}
},
"node_modules/@smithy/node-http-handler": {
"version": "4.4.14",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.14.tgz",
"integrity": "sha512-DamSqaU8nuk0xTJDrYnRzZndHwwRnyj/n/+RqGGCcBKB4qrQem0mSDiWdupaNWdwxzyMU91qxDmHOCazfhtO3A==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.0.tgz",
"integrity": "sha512-Rnq9vQWiR1+/I6NZZMNzJHV6pZYyEHt2ZnuV3MG8z2NNenC4i/8Kzttz7CjZiHSmsN5frhXhg17z3Zqjjhmz1A==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/abort-controller": "^4.2.11",
"@smithy/protocol-http": "^5.3.11",
"@smithy/querystring-builder": "^4.2.11",
"@smithy/types": "^4.13.0",
"@smithy/abort-controller": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/querystring-builder": "^4.2.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3224,12 +3225,12 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.11.tgz",
"integrity": "sha512-14T1V64o6/ndyrnl1ze1ZhyLzIeYNN47oF/QU6P5m82AEtyOkMJTb0gO1dPubYjyyKuPD6OSVMPDKe+zioOnCg==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.12.tgz",
"integrity": "sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3237,12 +3238,12 @@
}
},
"node_modules/@smithy/protocol-http": {
"version": "5.3.11",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.11.tgz",
"integrity": "sha512-hI+barOVDJBkNt4y0L2mu3Ugc0w7+BpJ2CZuLwXtSltGAAwCb3IvnalGlbDV/UCS6a9ZuT3+exd1WxNdLb5IlQ==",
"version": "5.3.12",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.12.tgz",
"integrity": "sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3250,12 +3251,12 @@
}
},
"node_modules/@smithy/querystring-builder": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.11.tgz",
"integrity": "sha512-7spdikrYiljpket6u0up2Ck2mxhy7dZ0+TDd+S53Dg2DHd6wg+YNJrTCHiLdgZmEXZKI7LJZcwL3721ZRDFiqA==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.12.tgz",
"integrity": "sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"@smithy/util-uri-escape": "^4.2.2",
"tslib": "^2.6.2"
},
@@ -3264,12 +3265,12 @@
}
},
"node_modules/@smithy/querystring-parser": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.11.tgz",
"integrity": "sha512-nE3IRNjDltvGcoThD2abTozI1dkSy8aX+a2N1Rs55en5UsdyyIXgGEmevUL3okZFoJC77JgRGe99xYohhsjivQ==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.12.tgz",
"integrity": "sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3289,12 +3290,12 @@
}
},
"node_modules/@smithy/shared-ini-file-loader": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.6.tgz",
"integrity": "sha512-IB/M5I8G0EeXZTHsAxpx51tMQ5R719F3aq+fjEB6VtNcCHDc0ajFDIGDZw+FW9GxtEkgTduiPpjveJdA/CX7sw==",
"version": "4.4.7",
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.7.tgz",
"integrity": "sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3302,16 +3303,16 @@
}
},
"node_modules/@smithy/signature-v4": {
"version": "5.3.11",
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.11.tgz",
"integrity": "sha512-V1L6N9aKOBAN4wEHLyqjLBnAz13mtILU0SeDrjOaIZEeN6IFa6DxwRt1NNpOdmSpQUfkBj0qeD3m6P77uzMhgQ==",
"version": "5.3.12",
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.12.tgz",
"integrity": "sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/is-array-buffer": "^4.2.2",
"@smithy/protocol-http": "^5.3.11",
"@smithy/types": "^4.13.0",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
"@smithy/util-hex-encoding": "^4.2.2",
"@smithy/util-middleware": "^4.2.11",
"@smithy/util-middleware": "^4.2.12",
"@smithy/util-uri-escape": "^4.2.2",
"@smithy/util-utf8": "^4.2.2",
"tslib": "^2.6.2"
@@ -3321,17 +3322,17 @@
}
},
"node_modules/@smithy/smithy-client": {
"version": "4.12.3",
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.3.tgz",
"integrity": "sha512-7k4UxjSpHmPN2AxVhvIazRSzFQjWnud3sOsXcFStzagww17j1cFQYqTSiQ8xuYK3vKLR1Ni8FzuT3VlKr3xCNw==",
"version": "4.12.6",
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.12.6.tgz",
"integrity": "sha512-aib3f0jiMsJ6+cvDnXipBsGDL7ztknYSVqJs1FdN9P+u9tr/VzOR7iygSh6EUOdaBeMCMSh3N0VdyYsG4o91DQ==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/core": "^3.23.9",
"@smithy/middleware-endpoint": "^4.4.23",
"@smithy/middleware-stack": "^4.2.11",
"@smithy/protocol-http": "^5.3.11",
"@smithy/types": "^4.13.0",
"@smithy/util-stream": "^4.5.17",
"@smithy/core": "^3.23.12",
"@smithy/middleware-endpoint": "^4.4.26",
"@smithy/middleware-stack": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/types": "^4.13.1",
"@smithy/util-stream": "^4.5.20",
"tslib": "^2.6.2"
},
"engines": {
@@ -3339,9 +3340,9 @@
}
},
"node_modules/@smithy/types": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.0.tgz",
"integrity": "sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw==",
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.1.tgz",
"integrity": "sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.6.2"
@@ -3351,13 +3352,13 @@
}
},
"node_modules/@smithy/url-parser": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.11.tgz",
"integrity": "sha512-oTAGGHo8ZYc5VZsBREzuf5lf2pAurJQsccMusVZ85wDkX66ojEc/XauiGjzCj50A61ObFTPe6d7Pyt6UBYaing==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.12.tgz",
"integrity": "sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/querystring-parser": "^4.2.11",
"@smithy/types": "^4.13.0",
"@smithy/querystring-parser": "^4.2.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3487,12 +3488,12 @@
}
},
"node_modules/@smithy/util-middleware": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.11.tgz",
"integrity": "sha512-r3dtF9F+TpSZUxpOVVtPfk09Rlo4lT6ORBqEvX3IBT6SkQAdDSVKR5GcfmZbtl7WKhKnmb3wbDTQ6ibR2XHClw==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.12.tgz",
"integrity": "sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.0",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
@@ -3514,14 +3515,14 @@
}
},
"node_modules/@smithy/util-stream": {
"version": "4.5.17",
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.17.tgz",
"integrity": "sha512-793BYZ4h2JAQkNHcEnyFxDTcZbm9bVybD0UV/LEWmZ5bkTms7JqjfrLMi2Qy0E5WFcCzLwCAPgcvcvxoeALbAQ==",
"version": "4.5.20",
"resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.20.tgz",
"integrity": "sha512-4yXLm5n/B5SRBR2p8cZ90Sbv4zL4NKsgxdzCzp/83cXw2KxLEumt5p+GAVyRNZgQOSrzXn9ARpO0lUe8XSlSDw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/fetch-http-handler": "^5.3.13",
"@smithy/node-http-handler": "^4.4.14",
"@smithy/types": "^4.13.0",
"@smithy/fetch-http-handler": "^5.3.15",
"@smithy/node-http-handler": "^4.5.0",
"@smithy/types": "^4.13.1",
"@smithy/util-base64": "^4.3.2",
"@smithy/util-buffer-from": "^4.2.2",
"@smithy/util-hex-encoding": "^4.2.2",
@@ -5932,16 +5933,19 @@
"license": "Apache-2.0"
},
"node_modules/fast-xml-builder": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz",
"integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
"license": "MIT",
"dependencies": {
"path-expression-matcher": "^1.1.3"
}
},
"node_modules/fast-xml-parser": {
"version": "5.4.1",
@@ -8401,6 +8405,21 @@
"node": ">=8"
}
},
"node_modules/path-expression-matcher": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+1 -1
View File
@@ -17,7 +17,7 @@
"organization": true
},
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.972.17",
"@aws-sdk/credential-provider-env": "^3.972.18",
"@biomejs/biome": "2.4.7",
"@smithy/property-provider": "^4.2.11",
"@types/node": "^25.5.0",