The New Way to Build with AI! Introducing ReUI — the developer platform for agentic UI with shadcn/ui
Browse ReUI Pro

Request for Updated JavaScript Files Compatible with Latest Axios Version in Metronic 8 Theme


I am using the Metronic 8 Demo 60 theme, which I purchased 3 to 4 years ago. Currently, the plugins.bundle.js file is outdated, and there are some vulnerabilities detected, especially related to Axios. The client has requested that I upgrade Axios to version 1.15.0 or later.
Could anyone please advise if I can get the latest JavaScript files or the updated plugins.bundle.js compatible with the newer Axios versions?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)

Hi there,

Understanding

You're using Metronic 8 Demo 60 and need to upgrade Axios to version 1.15.0 or later due to security vulnerabilities detected in your current plugins.bundle.js file.

Solution

The latest Metronic v8 release is v8.3.3 (Bootstrap), which includes Axios v1.13.2. We do not currently ship an official Metronic v8 build with Axios 1.15.0 or later.

To upgrade Axios manually:

  1. Update to Metronic v8.3.3 if you haven't already - this includes the latest security fixes for our bundled version.

  2. For manual Axios upgrade, you'll need to rebuild the plugins bundle:

# Navigate to your Metronic v8 root directory
cd metronic

# Update Axios in package.json
npm install axios@latest

# Rebuild the plugins bundle
npm run build
  1. Alternative approach - Replace the Axios file directly:
# Download the latest Axios
curl -L https://github.com/axios/axios/releases/download/v1.18.1/axios.min.js -o assets/plugins/global/axios.min.js

# Update the plugins.bundle.js to reference the new file
# (This requires rebuilding the bundle with Gulp)

Important notes:

  • Metronic v8 uses Gulp for asset bundling. You'll need Node.js LTS (v14.x recommended) to rebuild.
  • The plugins bundle includes many other dependencies. Updating only Axios may cause compatibility issues with other plugins.
  • We recommend testing thoroughly after any manual updates to ensure all Metronic features work correctly.

Sources

Next Steps

If you encounter issues after updating, please let us know the specific problems and we'll help troubleshoot. For security-critical applications, we recommend keeping all dependencies updated regularly.


This reply was generated by AI. A human will follow up if needed.

Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
buy metronic keenthemes mega bundle

ReUI

Open-source React components, blocks and templates built on shadcn/ui and Tailwind CSS by Keenthemes.