Compare commits

...

3 Commits

Author SHA1 Message Date
James Cole
d542f9d795 Merge pull request #12110 from firefly-iii/dependabot/npm_and_yarn/npm_and_yarn-94be095972
Bump axios from 1.13.6 to 1.15.0 in the npm_and_yarn group across 1 directory
2026-04-10 10:11:21 +02:00
dependabot[bot]
3be7103914 Bump axios in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.13.6 to 1.15.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 08:09:52 +00:00
James Cole
c74790322b Enable verbose logging for npm build commands
Added verbose flag to npm commands for better logging.

Signed-off-by: James Cole <james@firefly-iii.org>
2026-04-10 10:08:40 +02:00
4 changed files with 17 additions and 14 deletions

View File

@@ -167,8 +167,8 @@ jobs:
- name: Build JS
run: |
npm install
npm run prod --workspace=v1
npm run build --workspace=v2
npm run prod --workspace=v1 --verbose
npm run build --workspace=v2 --verbose
npm update
- name: Setup Mago
uses: nhedger/setup-mago@v1

23
package-lock.json generated
View File

@@ -3570,15 +3570,15 @@
}
},
"node_modules/axios": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.11",
"form-data": "^4.0.5",
"proxy-from-env": "^1.1.0"
"proxy-from-env": "^2.1.0"
}
},
"node_modules/babel-loader": {
@@ -9465,11 +9465,14 @@
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
"dev": true,
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/pseudomap": {
"version": "1.0.2",
@@ -12213,7 +12216,7 @@
"devDependencies": {
"@johmun/vue-tags-input": "^2",
"@vue/compiler-sfc": "^3.5.11",
"axios": "^1.11",
"axios": "^1.15.0",
"bootstrap-sass": "^3",
"cross-env": "^10.0",
"font-awesome": "^4.7.0",
@@ -12249,7 +12252,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"axios": "^1",
"axios": "^1.15.0",
"laravel-vite-plugin": "^3",
"patch-package": "^8",
"sass": "^1",

View File

@@ -16,7 +16,7 @@
"devDependencies": {
"@johmun/vue-tags-input": "^2",
"@vue/compiler-sfc": "^3.5.11",
"axios": "^1.11",
"axios": "^1.15",
"bootstrap-sass": "^3",
"cross-env": "^10.0",
"font-awesome": "^4.7.0",

View File

@@ -8,7 +8,7 @@
"postinstall": "patch-package --error-on-fail"
},
"devDependencies": {
"axios": "^1",
"axios": "^1.15.0",
"laravel-vite-plugin": "^3",
"patch-package": "^8",
"sass": "^1",