Skip to content

Commit

Permalink
CHORE(NPM) - bump axios from 1.3.6 to 1.6.1 (evergreen-ci#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 0f8cd6a commit 647a5a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@sentry/types": "7.56.0",
"ansi_up": "6.0.2",
"antd": "4.20.0",
"axios": "1.3.6",
"axios": "1.6.1",
"date-fns": "2.28.0",
"date-fns-tz": "2.0.0",
"deep-object-diff": "1.1.9",
Expand Down
1 change: 1 addition & 0 deletions src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ export type Distro = {
iceCreamSettings: IceCreamSettings;
isCluster: Scalars["Boolean"]["output"];
isVirtualWorkStation: Scalars["Boolean"]["output"];
mountpoints: Array<Maybe<Scalars["String"]["output"]>>;
name: Scalars["String"]["output"];
note: Scalars["String"]["output"];
plannerSettings: PlannerSettings;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7108,10 +7108,10 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==

axios@1.3.6:
version "1.3.6"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646"
integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==
axios@1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 647a5a2

Please sign in to comment.