Skip to content

Commit 0e4f28e

Browse files
yashoswalyodeshmukhmayur
authored andcommitted
chore(deps): bump axios to ^1.15.2 across packages
Updated the axios dependency to version ^1.15.2 in the feedback-service and search-service packages. Additionally, introduced npm overrides for axios to ^1.15.2 in the root, api-catalog-service, and home-spa package.json files. This change ensures a consistent and up-to-date version of axios is resolved throughout the entire monorepo, which helps mitigate potential dependency conflicts and security vulnerabilities. Signed-off-by: Yash Oswal <yoswal@redhat.com>
1 parent d71621a commit 0e4f28e

10 files changed

Lines changed: 18134 additions & 3092 deletions

File tree

package-lock.json

Lines changed: 297 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@
7878
},
7979
"dependencies": {
8080
"browserstack-cypress-cli": "^1.11.0"
81+
},
82+
"overrides": {
83+
"axios": "^1.15.2"
8184
}
8285
}

packages/api-catalog-service/package-lock.json

Lines changed: 1549 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-catalog-service/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
"tslint": "5.20.1",
108108
"typescript": "4.4.3"
109109
},
110+
"overrides": {
111+
"axios": "^1.15.2"
112+
},
110113
"bugs": {
111114
"url": "https://github.com/1-Platform/one-platform/issues?q=is%3Aissue+is%3Aopen+api-catalog-service"
112115
},

0 commit comments

Comments
 (0)