Skip to content

Commit 947b26c

Browse files
Douglas DowieDouglas
Douglas Dowie
and
Douglas
authoredJun 24, 2021
Upgrade lodash to fix a security issue (#776)
Co-authored-by: Douglas <douglas.dowie@skyscanner.net>
1 parent 8d6ac29 commit 947b26c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Gulp Sass Changelog
22

3+
## v4.1.1
4+
**October 15, 2020**
5+
* Upgrade lodash to address a security issue (Prototype Pollution).
6+
37
## v4.1.0
48
**April 23, 2020**
59

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-sass",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Gulp plugin for sass",
55
"main": "index.js",
66
"engines": {
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"chalk": "^2.3.0",
28-
"lodash": "^4.17.11",
28+
"lodash": "^4.17.20",
2929
"node-sass": "^4.8.3",
3030
"plugin-error": "^1.0.1",
3131
"replace-ext": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.