mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-30 06:30:12 -05:00
upgrade axios (#2119)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
"@visx/tooltip": "^3.12.0",
|
||||
"@visx/vendor": "^3.12.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"axios": "^1.8.4",
|
||||
"axios": "^1.11.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^0.2.1",
|
||||
|
||||
Generated
+10
-9
@@ -162,8 +162,8 @@ importers:
|
||||
specifier: ^0.7.2
|
||||
version: 0.7.2
|
||||
axios:
|
||||
specifier: ^1.8.4
|
||||
version: 1.9.0
|
||||
specifier: ^1.11.0
|
||||
version: 1.11.0
|
||||
class-variance-authority:
|
||||
specifier: ^0.7.1
|
||||
version: 0.7.1
|
||||
@@ -2246,8 +2246,8 @@ packages:
|
||||
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
axios@1.9.0:
|
||||
resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==}
|
||||
axios@1.11.0:
|
||||
resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==}
|
||||
|
||||
balanced-match@0.4.2:
|
||||
resolution: {integrity: sha512-STw03mQKnGUYtoNjmowo4F2cRmIIxYEGiMsjjwla/u5P1lxadj/05WkNaFjNiKTgJkj8KiXbgAiRTmcQRwQNtg==}
|
||||
@@ -2920,8 +2920,8 @@ packages:
|
||||
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
form-data@4.0.2:
|
||||
resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==}
|
||||
form-data@4.0.4:
|
||||
resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
|
||||
engines: {node: '>= 6'}
|
||||
|
||||
format@0.2.2:
|
||||
@@ -6591,10 +6591,10 @@ snapshots:
|
||||
dependencies:
|
||||
possible-typed-array-names: 1.1.0
|
||||
|
||||
axios@1.9.0:
|
||||
axios@1.11.0:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.9
|
||||
form-data: 4.0.2
|
||||
form-data: 4.0.4
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
@@ -7384,11 +7384,12 @@ snapshots:
|
||||
cross-spawn: 7.0.6
|
||||
signal-exit: 4.1.0
|
||||
|
||||
form-data@4.0.2:
|
||||
form-data@4.0.4:
|
||||
dependencies:
|
||||
asynckit: 0.4.0
|
||||
combined-stream: 1.0.8
|
||||
es-set-tostringtag: 2.1.0
|
||||
hasown: 2.0.2
|
||||
mime-types: 2.1.35
|
||||
|
||||
format@0.2.2: {}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
"@bufbuild/protobuf": "^2.2.5",
|
||||
"@types/qs": "^6.9.18",
|
||||
"abort-controller-x": "^0.4.3",
|
||||
"axios": "^1.8.4",
|
||||
"axios": "^1.11.0",
|
||||
"long": "^5.3.1",
|
||||
"nice-grpc": "^2.1.12",
|
||||
"nice-grpc-common": "^2.0.2",
|
||||
|
||||
Generated
+2
-2
@@ -18,7 +18,7 @@ importers:
|
||||
specifier: ^0.4.3
|
||||
version: 0.4.3
|
||||
axios:
|
||||
specifier: ^1.8.4
|
||||
specifier: ^1.11.0
|
||||
version: 1.11.0
|
||||
long:
|
||||
specifier: ^5.3.1
|
||||
@@ -118,7 +118,7 @@ importers:
|
||||
specifier: ^0.2.2
|
||||
version: 0.2.2(@tsd/typescript@5.9.2)
|
||||
pino:
|
||||
specifier: ^9.6.0
|
||||
specifier: ^9.8.0
|
||||
version: 9.8.0
|
||||
prettier:
|
||||
specifier: ^3.5.3
|
||||
|
||||
Reference in New Issue
Block a user