Skip to content

Commit f66c21a

Browse files
authored
Merge pull request #23 from phil-lgr/fix-lodash-vulnerability
bump lodash version
2 parents 3c8ad4e + b56455f commit f66c21a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
2+
package-lock.json
23
node_modules
34
*.log

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scss-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A library to parse/stringify SCSS",
55
"main": "lib/index.js",
66
"license": "SEE LICENSE IN README",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"invariant": "2.2.2",
23-
"lodash": "4.17.4"
23+
"lodash": "^4.17.4"
2424
},
2525
"devDependencies": {
2626
"jest": "20.0.4",

0 commit comments

Comments
 (0)