Skip to content

Commit 848be84

Browse files
chore(deps): Bump axios from 1.8.1 to 1.8.3 (#144)
* chore(deps): Bump axios from 1.8.1 to 1.8.3 Bumps [axios](https://github.com/axios/axios) from 1.8.1 to 1.8.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.1...v1.8.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update axios version in package.json Signed-off-by: Valeriy Svydenko <[email protected]> * update axios version in package.json Signed-off-by: Valeriy Svydenko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Valeriy Svydenko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valeriy Svydenko <[email protected]>
1 parent 4e2e7d1 commit 848be84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/eclipse-che/che-devfile-registry#readme",
4242
"dependencies": {
4343
"@devfile/api": "2.3.0-1738854228",
44-
"axios": "^1.7.4",
44+
"axios": "^1.8.3",
4545
"fs-extra": "^11.2.0",
4646
"inversify": "^6.0.2",
4747
"lodash": "^4.17.21",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,9 @@ asynckit@^0.4.0:
982982
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
983983

984984
axios@^1.7.4:
985-
version "1.8.1"
986-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.1.tgz#7c118d2146e9ebac512b7d1128771cdd738d11e3"
987-
integrity sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==
985+
version "1.8.3"
986+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
987+
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
988988
dependencies:
989989
follow-redirects "^1.15.6"
990990
form-data "^4.0.0"

0 commit comments

Comments
 (0)