Skip to content

Commit

Permalink
Updating dependencies for security reasons (#35)
Browse files Browse the repository at this point in the history
* [gulp-size-3.0.0] Bump gulp-size from 2.1.0 to 3.0.0

* [gulp-awspublish-4.1.2] Bump gulp-awspublish from 3.3.3 to 4.1.2

* [run-sequence-2.1.0] Removing run-sequence dependency. It is not being used anymore

* [gulp-size-3.0.0] Removing gulp-size dependency. It was deprecated and was using a vulnerable dependency. It was used only to display the size of the file

* [eslint-7.16.0] Bump eslint from 4.19.1 to 7.16.0, and related libraries

* [gulp-sourcemaps-3.0.0] Bump gulp-sourcemaps from 2.6.1 to 3.0.0

* [jest-26.6.3] Bump jest from 25.0.0 to 26.6.3

* [babel-jest-26.6.3] Bump babel-jest from 25.0.0 to 26.6.3

* [browserify-17.0.0] Bump browserify from 16.2.2 to 17.0.0

* [gulp-4.0.2] Bump gulp plugins: gulp-load-plugins from 1.5.0 to 2.0.6 and gulp-uglify from 3.0.1 to 3.0.2

* Updating CHANGELOG.md

* Bump package-lock.json

Co-authored-by: Carlos Matallín Civera <[email protected]>
  • Loading branch information
jafcalvente and matallo authored Dec 23, 2020
1 parent 6fc2471 commit 677157f
Show file tree
Hide file tree
Showing 5 changed files with 10,947 additions and 5,996 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.1] - 2020-12-23
### Changed
- Bump babel-jest from 25.0.0 to 26.6.3
- Bump browserify from 16.2.2 to 17.0.0
- Bump eslint from 4.19.1 to 7.16.0
- Bump eslint-config-airbnb-base from 12.1.0 to 14.2.1
- Bump eslint-plugin-import from 2.14.0 to 2.22.1
- Bump eslint-plugin-jest from 22.7.0 to 24.1.3
- Bump gulp-awspublish from 3.3.3 to 4.1.2
- Bump gulp-eslint from 4.0.0 to 6.0.0
- Bump gulp-load-plugins from 1.5.0 to 2.0.6
- Bump gulp-size from 2.1.0 to 3.0.0
- Bump gulp-sourcemaps from 2.6.1 to 3.0.0
- Bump gulp-uglify from 3.0.1 to 3.0.2
- Bump jest from 25.0.0 to 26.6.3
- Remove gulp-size dependency
- Remove run-sequence dependency

## [3.3.0] - 2020-11-04
### Added
- Adding VISION and CONTRIBUTING files.
Expand Down
1 change: 0 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const build = () => {
.pipe($.sourcemaps.init({ loadMaps: true }))
.pipe($.uglify())
.pipe($.sourcemaps.write('./'))
.pipe($.size({ title: 'build', gzip: true }))
.pipe(dest(buildFolder))
.pipe(dest(versionedBuildFolder))
.pipe(dest(devBuildFolder));
Expand Down
Loading

0 comments on commit 677157f

Please sign in to comment.