Skip to content

Commit fd9dc21

Browse files
committedMar 12, 2019
update deps
1 parent fb9a71c commit fd9dc21

File tree

2 files changed

+262
-318
lines changed

2 files changed

+262
-318
lines changed
 

‎package-lock.json

+258-314
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,17 @@
3030
],
3131
"devDependencies": {
3232
"commonmark": "0.x",
33-
"eslint": "^5.12.0",
33+
"eslint": "^5.15.1",
3434
"eslint-config-standard": "^12.0.0",
35-
"eslint-plugin-import": "^2.14.0",
35+
"eslint-plugin-import": "^2.16.0",
3636
"eslint-plugin-node": "^8.0.1",
3737
"eslint-plugin-promise": "^4.0.1",
3838
"eslint-plugin-standard": "^4.0.0",
3939
"eslint-plugin-vuln-regex-detector": "^1.0.4",
4040
"front-matter": "^3.0.1",
4141
"glob-to-regexp": "^0.4.0",
42-
"@markedjs/html-differ": "^2.0.0",
42+
"@markedjs/html-differ": "^2.0.1",
4343
"jasmine": "^3.3.1",
44-
"jasmine2-custom-message": "^0.9.3",
4544
"markdown": "0.x",
4645
"markdown-it": "8.x",
4746
"uglify-js": "^3.4.9"
@@ -56,6 +55,7 @@
5655
"test:old": "node test",
5756
"test:lint": "eslint bin/marked .",
5857
"test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
58+
"test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
5959
"bench": "node test --bench",
6060
"lint": "eslint --fix bin/marked .",
6161
"build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",

0 commit comments

Comments
 (0)
Please sign in to comment.