Skip to content

Commit

Permalink
Upgrade: Bump @types/strip-bom from 3.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and dependabot[bot] committed May 6, 2019
1 parent 04b7167 commit 950440e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
"@types/request": "^2.48.1",
"@types/semver": "^6.0.0",
"@types/strip-bom": "^3.0.0",
"@types/strip-bom": "^4.0.1",
"@types/strip-json-comments": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Expand Up @@ -1000,10 +1000,12 @@
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.11.tgz#6f28f005a36e779b7db0f1359b9fb9eef72aae88"
integrity sha512-6ee09Ugx6GyEr0opUIakmxIWFNmqYPjkqa3/BuxCBokA0klsOLPgMD5K4q40lH7/yZVuJVzOfQpd7pipwjngkQ==

"@types/strip-bom@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"
integrity sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=
"@types/strip-bom@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-4.0.1.tgz#deb157e8983852120bb6273fb6cbb05e09d7d8f7"
integrity sha512-d3RZcMmYRuL5f+jG5YM5ISs9z/HCwI2xjqXxhLon54dlpBWfVLVStOFTalO7UcX7RXaIJ6oylqOTg3Cbu6zU1Q==
dependencies:
strip-bom "*"

"@types/strip-json-comments@^0.0.30":
version "0.0.30"
Expand Down Expand Up @@ -11751,6 +11753,11 @@ strip-bom-stream@3.0.0:
first-chunk-stream "^2.0.0"
strip-bom-buf "^1.0.0"

strip-bom@*, strip-bom@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==

strip-bom@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
Expand All @@ -11763,11 +11770,6 @@ strip-bom@^3.0.0:
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=

strip-bom@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==

strip-eof@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
Expand Down

0 comments on commit 950440e

Please sign in to comment.