Skip to content

Commit

Permalink
Upgrade lodash to fix a security issue (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas <douglas.dowie@skyscanner.net>
  • Loading branch information
Douglas Dowie and Douglas committed Jun 24, 2021
1 parent 8d6ac29 commit 947b26c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Gulp Sass Changelog

## v4.1.1
**October 15, 2020**
* Upgrade lodash to address a security issue (Prototype Pollution).

## v4.1.0
**April 23, 2020**

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "4.1.0",
"version": "4.1.1",
"description": "Gulp plugin for sass",
"main": "index.js",
"engines": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"chalk": "^2.3.0",
"lodash": "^4.17.11",
"lodash": "^4.17.20",
"node-sass": "^4.8.3",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
Expand Down

0 comments on commit 947b26c

Please sign in to comment.