build(deps): bump axios in /examples/typescript/http-client-pool
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Nov 2023 21:00:44 +0000 (21:00 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 21:00:44 +0000 (21:00 +0000)
Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/http-client-pool/package.json
examples/typescript/http-client-pool/pnpm-lock.yaml

index 501abba6cbe2474f7732a52c252c7ab5c0b74c95..aae735e06912b7cb4dcbb3881bf2d18799ca30f4 100644 (file)
@@ -20,7 +20,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "axios": "^1.6.1",
+    "axios": "^1.6.2",
     "node-fetch": "^3.3.2",
     "poolifier": "^3.0.5"
   },
index e564b98393e6f6c92dc57edb7db9aaab70b9b5c2..0e7002916aba0ffa62887e964f374dd8a766408d 100644 (file)
@@ -6,8 +6,8 @@ settings:
 
 dependencies:
   axios:
-    specifier: ^1.6.1
-    version: 1.6.1
+    specifier: ^1.6.2
+    version: 1.6.2
   node-fetch:
     specifier: ^3.3.2
     version: 3.3.2
@@ -35,8 +35,8 @@ packages:
     resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
     dev: false
 
-  /axios@1.6.1:
-    resolution: {integrity: sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==}
+  /axios@1.6.2:
+    resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==}
     dependencies:
       follow-redirects: 1.15.3
       form-data: 4.0.0