Skip to content

Commit

Permalink
build(deps): bump @types/leaflet from 1.9.0 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.9.0 to 1.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and patrickuhlmann committed Mar 13, 2023
1 parent d41a400 commit 5407a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sentry/integrations": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@sentry/vue": "^6.19.7",
"@types/leaflet": "^1.7.10",
"@types/leaflet": "^1.9.2",
"@vue/vue2-jest": "^29.2.2",
"axios": "^0.27.2",
"bulma": "^0.9.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1828,10 +1828,10 @@
dependencies:
"@types/node" "*"

"@types/leaflet@^1.7.10":
version "1.9.0"
resolved "https://registry.yarnpkg.com//@types/leaflet/-/leaflet-1.9.0.tgz#8caf452255e16cb15e0eabcb0d2a26793da0a6a2"
integrity sha512-7LeOSj7EloC5UcyOMo+1kc3S1UT3MjJxwqsMT1d2PTyvQz53w0Y0oSSk9nwZnOZubCmBvpSNGceucxiq+ZPEUw==
"@types/leaflet@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.2.tgz#545eaa5e5dbf16f1b386774fcfb58d3b34cdb25b"
integrity sha512-vrokGIGVO8RSNXQBcWdEJ4Xy6E9kLQHZfpxIkFjSD1OhqTKOjYLFJDG6JCoAWYm/n755fdNCyrpna6/00kVajw==
dependencies:
"@types/geojson" "*"

Expand Down

0 comments on commit 5407a7b

Please sign in to comment.