Skip to content

Commit 410f73b

Browse files
Bump axios from 0.25.0 to 1.7.2 in /src/frontend/efiling-frontend
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.7.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.25.0...v1.7.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db326e6 commit 410f73b

File tree

2 files changed

+17
-30
lines changed

2 files changed

+17
-30
lines changed

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/preset-react": "^7.18.6",
99
"@bcgov/bootstrap-theme": "github:bcgov/bootstrap-theme",
1010
"assert": "^2.0.0",
11-
"axios": "^0.30.0",
11+
"axios": "^1.11.0",
1212
"axios-auth-refresh": "^2.2.8",
1313
"babel-plugin-transform-export-extensions": "^6.22.0",
1414
"bootstrap": "^4.5.3",

src/frontend/efiling-frontend/yarn.lock

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,13 +4274,13 @@ axios-mock-adapter@^1.19.0:
42744274
is-blob "^2.1.0"
42754275
is-buffer "^2.0.5"
42764276

4277-
axios@^0.30.0:
4278-
version "0.30.0"
4279-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
4280-
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
4277+
axios@^1.11.0:
4278+
version "1.11.0"
4279+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
4280+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
42814281
dependencies:
4282-
follow-redirects "^1.15.4"
4283-
form-data "^4.0.0"
4282+
follow-redirects "^1.15.6"
4283+
form-data "^4.0.4"
42844284
proxy-from-env "^1.1.0"
42854285

42864286
axobject-query@^2.2.0:
@@ -7420,15 +7420,10 @@ flatted@^3.1.0:
74207420
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
74217421
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
74227422

7423-
follow-redirects@^1.0.0:
7424-
version "1.14.9"
7425-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
7426-
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
7427-
7428-
follow-redirects@^1.15.4:
7429-
version "1.15.9"
7430-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
7431-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
7423+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
7424+
version "1.15.11"
7425+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
7426+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
74327427

74337428
for-each@^0.3.5:
74347429
version "0.3.5"
@@ -7515,14 +7510,15 @@ form-data@^3.0.0:
75157510
combined-stream "^1.0.8"
75167511
mime-types "^2.1.12"
75177512

7518-
form-data@^4.0.0:
7519-
version "4.0.2"
7520-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
7521-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
7513+
form-data@^4.0.4:
7514+
version "4.0.4"
7515+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
7516+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
75227517
dependencies:
75237518
asynckit "^0.4.0"
75247519
combined-stream "^1.0.8"
75257520
es-set-tostringtag "^2.1.0"
7521+
hasown "^2.0.2"
75267522
mime-types "^2.1.12"
75277523

75287524
format@^0.2.0:
@@ -13417,16 +13413,7 @@ setprototypeof@1.2.0:
1341713413
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
1341813414
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
1341913415

13420-
sha.js@^2.4.0, sha.js@^2.4.8:
13421-
version "2.4.12"
13422-
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
13423-
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
13424-
dependencies:
13425-
inherits "^2.0.4"
13426-
safe-buffer "^5.2.1"
13427-
to-buffer "^1.2.0"
13428-
13429-
sha.js@^2.4.11:
13416+
sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
1343013417
version "2.4.12"
1343113418
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
1343213419
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==

0 commit comments

Comments
 (0)