Skip to content

Commit 672ef7a

Browse files
committed
fix: deps/npm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-MARKED-451341 - https://snyk.io/vuln/SNYK-JS-MARKED-584281
1 parent 3d053da commit 672ef7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/npm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,13 @@
278278
"deep-equal": "^1.0.1",
279279
"get-stream": "^4.1.0",
280280
"licensee": "^7.0.3",
281-
"marked": "^0.6.3",
281+
"marked": "^1.1.1",
282282
"marked-man": "^0.6.0",
283283
"npm-registry-couchapp": "^2.7.4",
284284
"npm-registry-mock": "^1.3.1",
285285
"require-inject": "^1.4.4",
286286
"sprintf-js": "^1.1.2",
287-
"standard": "^11.0.1",
287+
"standard": "^12.0.0",
288288
"tacks": "^1.3.0",
289289
"tap": "^12.7.0",
290290
"tar-stream": "^2.1.0"

0 commit comments

Comments
 (0)