Skip to content

Commit

Permalink
Bump http-proxy-middleware from 2.0.6 to 2.0.7 (rancher#12341)
Browse files Browse the repository at this point in the history
* Bump http-proxy-middleware from 2.0.6 to 2.0.7

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove `@nuxtjs/axios` dependency from shell

- `[email protected]` is a transitive dependency of `@nuxtjs/axios`
- `@nuxtjs/axios` isn't used anywhere throughout shell, so it can be safely removed at this point

Signed-off-by: Phillip Rak <[email protected]>

* Shell: Bump http-proxy-middleware from 2.0.6 to 2.0.7

Signed-off-by: Phillip Rak <[email protected]>

* Shell: Add missing `axiox`, `axios-retry`, & `defu` dependencies

Signed-off-by: Phillip Rak <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Phillip Rak <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phillip Rak <[email protected]>
  • Loading branch information
dependabot[bot] and rak-phillip authored Nov 14, 2024
1 parent 783ba1f commit 58808d7
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 96 deletions.
6 changes: 4 additions & 2 deletions shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@babel/plugin-proposal-private-property-in-object": "7.14.5",
"@babel/preset-typescript": "7.16.7",
"@novnc/novnc": "1.2.0",
"@nuxtjs/axios": "5.13.6",
"@popperjs/core": "2.4.4",
"@rancher/icons": "2.0.29",
"@types/is-url": "1.2.30",
Expand All @@ -51,6 +50,8 @@
"@vue/vue3-jest": "^27.0.0-alpha.1",
"add": "2.0.6",
"ansi_up": "5.0.0",
"axios": "0.21.4",
"axios-retry": "3.1.9",
"babel-eslint": "10.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-vue": "2.0.2",
Expand All @@ -73,6 +74,7 @@
"d3-selection": "1.4.1",
"dagre-d3": "0.6.4",
"dayjs": "1.8.29",
"defu": "5.0.1",
"diff2html": "3.4.24",
"dompurify": "2.5.4",
"element-matches": "^0.1.2",
Expand Down Expand Up @@ -160,7 +162,7 @@
"semver": "7.5.4",
"@types/lodash": "4.17.5",
"@types/node": "~20.10.0",
"@vue/cli-service/html-webpack-plugin": "^5.0.0"
"@vue/cli-service/html-webpack-plugin": "^5.0.0"
},
"nyc": {
"extension": [
Expand Down
Loading

0 comments on commit 58808d7

Please sign in to comment.