Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 7301258 commit 8fe7c9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ go 1.12

require (
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
github.com/go-chi/render v1.0.1
go.uber.org/ratelimit v0.1.0 // indirect
Expand Down
3 changes: 3 additions & 0 deletions api/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 h1:2oAZVcirE7xEkkA3lQqEB6ElATe5r60zwQoeTQ64WNI=
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9/go.mod h1:jXij3SzY3HghKUmTjQYGRIXyCRBkFK+0wztOaI6a9Bk=
github.com/go-chi/chi v1.5.5 h1:vOB/HbEMt9QqBqErz07QehcOKHaWFtuj87tTDVz2qXE=
github.com/go-chi/chi v1.5.5/go.mod h1:C9JqLr3tIYjDOZpzn+BCuxY8z8vmca43EeMgyZt7irw=
github.com/go-chi/chi v4.0.2+incompatible h1:maB6vn6FqCxrpz4FqWdh4+lwpyZIQS7YEAUcHlgXVRs=
github.com/go-chi/chi v4.0.2+incompatible/go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ=
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2 h1:2c3FgELeVI+A0/GZ5xOVCshaAhP87//dwmYvOUJUkeo=
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2/go.mod h1:GDGxNyZ4xc0cql8PZjNrAWIan7yy89rRAMMcHojj/f4=
github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8=
Expand Down
20 changes: 10 additions & 10 deletions static/carte/MarkerCluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"version": "1.4.1",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"devDependencies": {
"git-rev-sync": "1.12.0",
"git-rev-sync": "3.0.2",
"happen": "0.3.2",
"jake": "0.7.20",
"jake": "10.9.2",
"jshint": "2.10.2",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-firefox-launcher": "1.2.0",
"karma-mocha": "1.3.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-rollup-plugin": "0.2.4",
"karma-safari-launcher": "1.0.0",
"leaflet": "1.5.1",
"mocha": "1.21.5",
"mocha": "10.7.0",
"phantomjs-prebuilt": "2.1.16",
"rollup": "0.68.2",
"rollup": "4.20.0",
"rollup-plugin-git-version": "0.2.1",
"rollup-plugin-json": "2.3.1",
"uglify-js": "2.8.29"
"rollup-plugin-json": "4.0.0",
"uglify-js": "3.19.1"
},
"peerDependencies": {
"leaflet": "~1.3.1 || ~1.5.0"
Expand Down

0 comments on commit 8fe7c9c

Please sign in to comment.