Skip to content

Commit

Permalink
fix: test/acceptance/workspaces/yarn-app/package.json & test/acceptan…
Browse files Browse the repository at this point in the history
…ce/workspaces/yarn-app/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://dev.snyk.io/vuln/SNYK-JS-MARKED-2342073
- https://dev.snyk.io/vuln/SNYK-JS-MARKED-2342082
  • Loading branch information
snyk-bot committed Jan 16, 2022
1 parent adda0a0 commit 09be45b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/acceptance/workspaces/yarn-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"marked": "^0.3.6",
"marked": "^4.0.10",
"moment": "^2.18.1"
}
}
7 changes: 4 additions & 3 deletions test/acceptance/workspaces/yarn-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# yarn lockfile v1


marked@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"
marked@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==

moment@^2.18.1:
version "2.18.1"
Expand Down

0 comments on commit 09be45b

Please sign in to comment.