Bump axios from 0.24.0 to 0.25.0 in /site (#324)

This commit is contained in:
dependabot[bot] 2022-01-24 08:37:59 +00:00 committed by GitHub
parent d82776db56
commit eac68cacc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@
"requires": true,
"dependencies": {
"axios": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz",
"integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==",
"requires": {
"follow-redirects": "^1.14.4"
"follow-redirects": "^1.14.7"
}
},
"dotenv": {

View File

@ -4,7 +4,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"axios": "^0.25.0",
"dotenv": "^14.0.0"
}
}