mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-23 16:34:10 -05:00
Bump axios from 1.7.2 to 1.7.4
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [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.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f2121e2414
commit
c2f0ed65f6
2 changed files with 5 additions and 6 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"@fortawesome/fontawesome-free": "6.6.0",
|
||||
"autonumeric": "4.10.5",
|
||||
"autoprefixer": "10.4.19",
|
||||
"axios": "1.7.2",
|
||||
"axios": "1.7.4",
|
||||
"babel-loader": "9.1.3",
|
||||
"bootstrap": "5.3.3",
|
||||
"easymde": "2.18.0",
|
||||
|
@ -2449,10 +2449,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
|
||||
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
|
||||
"license": "MIT",
|
||||
"version": "1.7.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
||||
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
"form-data": "^4.0.0",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@fortawesome/fontawesome-free": "6.6.0",
|
||||
"autonumeric": "4.10.5",
|
||||
"autoprefixer": "10.4.19",
|
||||
"axios": "1.7.2",
|
||||
"axios": "1.7.4",
|
||||
"babel-loader": "9.1.3",
|
||||
"bootstrap": "5.3.3",
|
||||
"easymde": "2.18.0",
|
||||
|
|
Loading…
Reference in a new issue