Merge pull request #10117 from openlayers/greenkeeper/pbf-3.2.1

Update pbf to the latest version 🚀
This commit is contained in:
Frédéric Junod
2019-10-14 15:35:22 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8093,9 +8093,9 @@
}
},
"pbf": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.0.tgz",
"integrity": "sha512-98Eh7rsJNJF/Im6XYMLaOW3cLnNyedlOd6hu3iWMD5I7FZGgpw8yN3vQBrmLbLodu7G784Irb9Qsv2yFrxSAGw==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz",
"integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==",
"requires": {
"ieee754": "^1.1.12",
"resolve-protobuf-schema": "^2.1.0"

View File

@@ -37,7 +37,7 @@
},
"dependencies": {
"@openlayers/pepjs": "^0.5.3",
"pbf": "3.2.0",
"pbf": "3.2.1",
"pixelworks": "1.1.0",
"rbush": "^3.0.0"
},