Skip to content

Commit

Permalink
Merge pull request #588 from cloudgeek7/snyk-fix-deee1445ae4134811241…
Browse files Browse the repository at this point in the history
…79a231aa3a67

[Snyk] Fix for 13 vulnerabilities
  • Loading branch information
cloudgeek7 authored Feb 21, 2023
2 parents ceaf8d4 + bf765a8 commit d89f667
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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",
"moment": "^2.18.1"
"marked": "^4.0.10",
"moment": "^2.29.4"
}
}
14 changes: 8 additions & 6 deletions test/acceptance/workspaces/yarn-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# 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.2.12"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5"
integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==

moment@^2.18.1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"
moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

0 comments on commit d89f667

Please sign in to comment.