[Snyk] Upgrade axios from 1.6.6 to 1.6.7 (#714)

fix: upgrade axios from 1.6.6 to 1.6.7

Snyk has created this PR to upgrade axios from 1.6.6 to 1.6.7.

See this package in npm:
https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/origranot/project/f1a8fa02-02b0-4be1-bcc9-47683e972445?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
orig
2024-02-17 11:49:15 +02:00
committed by GitHub
parent a5f1c75efc
commit 2a3af3c59b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@origranot/ts-logger": "^1.12.0",
"@prisma/client": "^5.8.1",
"@qwikest/icons": "^0.0.13",
"axios": "^1.6.6",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cache-manager": "^5.3.2",
@ -12820,9 +12820,9 @@
}
},
"node_modules/axios": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.6.tgz",
"integrity": "sha512-XZLZDFfXKM9U/Y/B4nNynfCRUqNyVZ4sBC/n9GDRCkq9vd2mIvKjKKsbIh1WPmHmNbg6ND7cTBY3Y2+u1G3/2Q==",
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
"integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
"dependencies": {
"follow-redirects": "^1.15.4",
"form-data": "^4.0.0",

View File

@ -78,7 +78,7 @@
"@origranot/ts-logger": "^1.12.0",
"@prisma/client": "^5.8.1",
"@qwikest/icons": "^0.0.13",
"axios": "^1.6.6",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cache-manager": "^5.3.2",