Skip to content

Commit

Permalink
v8.3.0 – Updating package dependencies (#146)
Browse files Browse the repository at this point in the history
### Fixed
- Downgrading `event-stream` due to security vulnerability

### Changed
- Updating package dependencies
  • Loading branch information
ashleynolan authored Nov 27, 2018
1 parent e682489 commit 37a1af0
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 426 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v8.3.0
------------------------------
*November 27, 2018*

### Fixed
- Downgrading `event-stream` due to security vulnerability

### Changed
- Updating package dependencies


v8.2.1
------------------------------
*October 12, 2018*
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "8.2.1",
"version": "8.3.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand All @@ -27,24 +27,24 @@
"release-major": "release-it major --non-interactive -p"
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@justeat/eslint-config-fozzie": "2.2.0",
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@justeat/eslint-config-fozzie": "2.3.0",
"@justeat/f-copy-assets": "^1.1.0",
"@justeat/f-templates-loader": "0.1.1",
"@justeat/gulp-gh-pages": "^1.0.3",
"@justeat/stylelint-config-fozzie": "^2.0.1",
"assemble": "^0.24.3",
"autoprefixer": "^9.1.5",
"autoprefixer": "^9.3.1",
"babelify": "^10.0.0",
"browser-sync": "^2.24.7",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"cssnano": "^4.1.4",
"cssnano": "^4.1.7",
"del": "^3.0.0",
"eslint": "^5.6.1",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.9.0",
"event-stream": "^4.0.1",
"event-stream": "3.3.4",
"exorcist": "^1.0.1",
"eyeglass": "^1.4.1",
"filesizegzip": "^2.0.0",
Expand All @@ -63,12 +63,12 @@
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^8.1.1",
"gulp-sass": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sass-variables": "^1.1.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-debug": "^3.0.0",
"gulp-stylelint": "^7.0.0",
"gulp-stylelint": "^8.0.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^7.0.0",
"gulp-tap": "^1.0.1",
Expand All @@ -83,20 +83,20 @@
"merge-stream": "^1.0.1",
"postcss-assets": "^5.0.0",
"postcss-reporter": "^6.0.0",
"require-dir": "^1.1.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"stylelint": "^9.6.0",
"stylelint-scss": "^3.3.1",
"stylelint": "^9.8.0",
"stylelint-scss": "^3.4.0",
"sw-precache": "^5.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"concurrently": "^4.0.1",
"concurrently": "^4.1.0",
"coveralls": "^3.0.0",
"danger": "4.3.0",
"danger": "6.1.6",
"lodash.clonedeep": "^4.5.0",
"release-it": "^7.6.1"
"release-it": "^8.1.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0",
Expand Down
Loading

0 comments on commit 37a1af0

Please sign in to comment.