dependabot[bot]
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
9 additions and
10 deletions
-
package-lock.json
-
package.json
-
yarn.lock
|
|
@ -9,7 +9,7 @@ |
|
|
|
"version": "0.1.0", |
|
|
|
"dependencies": { |
|
|
|
"@fortawesome/fontawesome-free": "^6.1.2", |
|
|
|
"axios": "^1.7.2", |
|
|
|
"axios": "^1.7.4", |
|
|
|
"bootstrap": "^4.6.2", |
|
|
|
"bootstrap-vue": "^2.22.0", |
|
|
|
"diff": "^5.1.0", |
|
|
@ -4176,10 +4176,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", |
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@fortawesome/fontawesome-free": "^6.1.2", |
|
|
|
"axios": "^1.7.2", |
|
|
|
"axios": "^1.7.4", |
|
|
|
"bootstrap": "^4.6.2", |
|
|
|
"bootstrap-vue": "^2.22.0", |
|
|
|
"diff": "^5.1.0", |
|
|
|
|
|
@ -2118,10 +2118,10 @@ available-typed-arrays@^1.0.7: |
|
|
|
dependencies: |
|
|
|
possible-typed-array-names "^1.0.0" |
|
|
|
|
|
|
|
axios@^1.7.2: |
|
|
|
version "1.7.2" |
|
|
|
resolved "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz" |
|
|
|
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== |
|
|
|
axios@^1.7.4: |
|
|
|
version "1.7.4" |
|
|
|
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" |
|
|
|
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== |
|
|
|
dependencies: |
|
|
|
follow-redirects "^1.15.6" |
|
|
|
form-data "^4.0.0" |
|
|
|