Bump gulp-size from 4.0.0 to 4.0.1

Bumps [gulp-size](https://github.com/sindresorhus/gulp-size) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/sindresorhus/gulp-size/releases)
- [Commits](https://github.com/sindresorhus/gulp-size/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: gulp-size
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-04 04:12:02 +00:00 committed by GitHub
parent 49b474b96a
commit 6dc3ea87c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7175,9 +7175,9 @@
}
},
"gulp-size": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gulp-size/-/gulp-size-4.0.0.tgz",
"integrity": "sha512-VBjkLazLE8ey54Spf9UCVneSSnlheCLpB+AXx1dbX2SWCiicFBPxokf7U8oA2skU8ljcim/Eo5UMjzve1aTAjg==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gulp-size/-/gulp-size-4.0.1.tgz",
"integrity": "sha512-yNf5uGUKe2YAMZwHDFgnkp2o9fLp3WLUMZ+Gd23IIbav0TAVsr5Ek6So8gwjlSimPwR2p05Gg7zsjASYXZtt3g==",
"dev": true,
"requires": {
"brotli-size": "^4.0.0",

View file

@ -64,7 +64,7 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^4.1.0",
"gulp-size": "^4.0.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"gulp-typescript": "^6.0.0-alpha.1",