Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
dcdef89e37 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
2024-10-22 02:05:06 +00:00
2 changed files with 24 additions and 24 deletions

46
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pastel.codes", "name": "pastel.codes",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@sendgrid/mail": "^8.1.5", "@sendgrid/mail": "^8.1.4",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"autoprefixer": "^10.3.4", "autoprefixer": "^10.3.4",
"axios": "^1.6.8", "axios": "^1.6.8",
@@ -375,13 +375,13 @@
} }
}, },
"node_modules/@sendgrid/client": { "node_modules/@sendgrid/client": {
"version": "8.1.5", "version": "8.1.4",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.5.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.4.tgz",
"integrity": "sha512-Jqt8aAuGIpWGa15ZorTWI46q9gbaIdQFA21HIPQQl60rCjzAko75l3D1z7EyjFrNr4MfQ0StusivWh8Rjh10Cg==", "integrity": "sha512-VxZoQ82MpxmjSXLR3ZAE2OWxvQIW2k2G24UeRPr/SYX8HqWLV/8UBN15T2WmjjnEb5XSmFImTJOKDzzSeKr9YQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sendgrid/helpers": "^8.0.0", "@sendgrid/helpers": "^8.0.0",
"axios": "^1.8.2" "axios": "^1.7.4"
}, },
"engines": { "engines": {
"node": ">=12.*" "node": ">=12.*"
@@ -400,12 +400,12 @@
} }
}, },
"node_modules/@sendgrid/mail": { "node_modules/@sendgrid/mail": {
"version": "8.1.5", "version": "8.1.4",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-8.1.5.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-8.1.4.tgz",
"integrity": "sha512-W+YuMnkVs4+HA/bgfto4VHKcPKLc7NiZ50/NH2pzO6UHCCFuq8/GNB98YJlLEr/ESDyzAaDr7lVE7hoBwFTT3Q==", "integrity": "sha512-MUpIZykD9ARie8LElYCqbcBhGGMaA/E6I7fEcG7Hc2An26QJyLtwOaKQ3taGp8xO8BICPJrSKuYV4bDeAJKFGQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sendgrid/client": "^8.1.5", "@sendgrid/client": "^8.1.4",
"@sendgrid/helpers": "^8.0.0" "@sendgrid/helpers": "^8.0.0"
}, },
"engines": { "engines": {
@@ -637,9 +637,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.8.4", "version": "1.7.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
@@ -5351,12 +5351,12 @@
} }
}, },
"@sendgrid/client": { "@sendgrid/client": {
"version": "8.1.5", "version": "8.1.4",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.5.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.4.tgz",
"integrity": "sha512-Jqt8aAuGIpWGa15ZorTWI46q9gbaIdQFA21HIPQQl60rCjzAko75l3D1z7EyjFrNr4MfQ0StusivWh8Rjh10Cg==", "integrity": "sha512-VxZoQ82MpxmjSXLR3ZAE2OWxvQIW2k2G24UeRPr/SYX8HqWLV/8UBN15T2WmjjnEb5XSmFImTJOKDzzSeKr9YQ==",
"requires": { "requires": {
"@sendgrid/helpers": "^8.0.0", "@sendgrid/helpers": "^8.0.0",
"axios": "^1.8.2" "axios": "^1.7.4"
} }
}, },
"@sendgrid/helpers": { "@sendgrid/helpers": {
@@ -5368,11 +5368,11 @@
} }
}, },
"@sendgrid/mail": { "@sendgrid/mail": {
"version": "8.1.5", "version": "8.1.4",
"resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-8.1.5.tgz", "resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-8.1.4.tgz",
"integrity": "sha512-W+YuMnkVs4+HA/bgfto4VHKcPKLc7NiZ50/NH2pzO6UHCCFuq8/GNB98YJlLEr/ESDyzAaDr7lVE7hoBwFTT3Q==", "integrity": "sha512-MUpIZykD9ARie8LElYCqbcBhGGMaA/E6I7fEcG7Hc2An26QJyLtwOaKQ3taGp8xO8BICPJrSKuYV4bDeAJKFGQ==",
"requires": { "requires": {
"@sendgrid/client": "^8.1.5", "@sendgrid/client": "^8.1.4",
"@sendgrid/helpers": "^8.0.0" "@sendgrid/helpers": "^8.0.0"
} }
}, },
@@ -5542,9 +5542,9 @@
} }
}, },
"axios": { "axios": {
"version": "1.8.4", "version": "1.7.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
"requires": { "requires": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"form-data": "^4.0.0", "form-data": "^4.0.0",

View File

@@ -21,7 +21,7 @@
"husky-install": "husky install" "husky-install": "husky install"
}, },
"dependencies": { "dependencies": {
"@sendgrid/mail": "^8.1.5", "@sendgrid/mail": "^8.1.4",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"autoprefixer": "^10.3.4", "autoprefixer": "^10.3.4",
"axios": "^1.6.8", "axios": "^1.6.8",