Skip to content

Commit d381c43

Browse files
authored
Merge pull request #461 from mathjax/update-lodash
Update lodash to avoid github warnings
2 parents 6a895af + 8c84318 commit d381c43

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
node_js:
3-
- '6'
4-
- '7'
5-
- '8'
6-
- '9'
73
- '10'
4+
- '11'
5+
- '12'
6+
- '13'
87
- stable
98
sudo: false
109
script:

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"is-fullwidth-code-point": "^2.0.0",
2727
"jsdom": "^11.0.0",
28-
"lodash": "^4.17.14",
28+
"lodash": "^4.17.20",
2929
"mathjax": "^2.7.2"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)