diff --git a/test/acceptance/workspaces/yarn-app/package.json b/test/acceptance/workspaces/yarn-app/package.json index f821bf2689..cdf689804b 100644 --- a/test/acceptance/workspaces/yarn-app/package.json +++ b/test/acceptance/workspaces/yarn-app/package.json @@ -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" } } diff --git a/test/acceptance/workspaces/yarn-app/yarn.lock b/test/acceptance/workspaces/yarn-app/yarn.lock index b752c5a2f7..8cfe75a0fd 100644 --- a/test/acceptance/workspaces/yarn-app/yarn.lock +++ b/test/acceptance/workspaces/yarn-app/yarn.lock @@ -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==