Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade winston from 3.14.0 to 3.14.1 #113

Merged
merged 4 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "axios" 1.7.2 is vulnerable to CVE-2024-39338 - Server-Side Request Forgery in axios.

Check failure on line 1 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "braces" 3.0.2 is vulnerable to CVE-2024-4068 - Uncontrolled resource consumption in braces. Vulnerability score: 7.5 (high).

Check failure on line 1 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "lodash.pick" 4.4.0 is vulnerable to CVE-2020-8203 - Prototype Pollution in lodash. Vulnerability score: 7.4 (high).

Check warning on line 1 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "micromatch" 4.0.5 is vulnerable to CVE-2024-4067 - Regular Expression Denial of Service (ReDoS) in micromatch. Vulnerability score: 5.3 (medium).
"name": "mcdev",
"version": "6.0.2",
"description": "Accenture Salesforce Marketing Cloud DevTools",
Expand Down Expand Up @@ -81,7 +81,7 @@
"simple-git": "3.25.0",
"toposort": "2.0.2",
"update-notifier": "7.0.0",
"winston": "3.14.0",
"winston": "3.14.1",
"yargs": "17.7.2"
},
"devDependencies": {
Expand All @@ -97,7 +97,7 @@
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "50.0.1",
"fast-xml-parser": "4.3.2",

Check failure on line 100 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "fast-xml-parser" 4.3.2 is vulnerable to CVE-2024-41818 - fast-xml-parser vulnerable to ReDOS at currency parsing. Vulnerability score: 7.5 (high).
"husky": "8.0.3",
"jsdoc-to-markdown": "8.0.0",
"lint-staged": "15.2.0",
Expand Down
Loading