Skip to content

Commit

Permalink
chore(deps): bump @vpriem/geojson from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [@vpriem/geojson](https://github.com/vpriem/ts-monorepo/tree/HEAD/packages/geojson) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/vpriem/ts-monorepo/releases)
- [Changelog](https://github.com/vpriem/ts-monorepo/blob/master/packages/geojson/CHANGELOG.md)
- [Commits](https://github.com/vpriem/ts-monorepo/commits/@vpriem/geojson@1.1.0/packages/geojson)

---
updated-dependencies:
- dependency-name: "@vpriem/geojson"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and iwpnd committed Jan 31, 2023
1 parent adb34bf commit b2181e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@types/node": "18.11.18",
"@vpriem/geojson": "1.0.1",
"@vpriem/geojson": "1.1.0",
"redis": "4.5.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/geojson@7946.0.8":
version "7946.0.8"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.8.tgz#30744afdb385e2945e22f3b033f897f76b1f12ca"
integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==
"@types/geojson@7946.0.10":
version "7946.0.10"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249"
integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==

"@types/graceful-fs@^4.1.2":
version "4.1.5"
Expand Down Expand Up @@ -1475,12 +1475,12 @@
"@typescript-eslint/types" "5.48.1"
eslint-visitor-keys "^3.3.0"

"@vpriem/geojson@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vpriem/geojson/-/geojson-1.0.1.tgz#a909c0c54ec1da4caa48164549c0f84338a24ddf"
integrity sha512-eeTO2cza2mDuMfuFW2A4zWsLJ0xhIl48DzDdQCV/yY75ZsPa2VCcTQun64pgiTav1UQBsISnQnnFeZQT9Gv7VQ==
"@vpriem/geojson@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@vpriem/geojson/-/geojson-1.1.0.tgz#3ae43a74f683a0ed804e3c1cbf1033f5edf0d9d1"
integrity sha512-82VGLg5ovzmQTvvKEw12BYYoVJZug23dy3A0yBZtdISrKEErFJy3V/iItEEz4eCXSQ6OCR5keqVJs0ftV004MA==
dependencies:
"@types/geojson" "7946.0.8"
"@types/geojson" "7946.0.10"

JSONStream@^1.0.4:
version "1.3.5"
Expand Down

0 comments on commit b2181e5

Please sign in to comment.