Skip to content

Commit cdb5ad9

Browse files
fix(deps): update all
1 parent 7301258 commit cdb5ad9

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

api/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ go 1.12
44

55
require (
66
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
7-
github.com/go-chi/chi v4.0.2+incompatible
7+
github.com/go-chi/chi v1.5.5
8+
github.com/go-chi/chi/v5 v5.2.3
89
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
910
github.com/go-chi/render v1.0.1
1011
go.uber.org/ratelimit v0.1.0 // indirect

api/go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 h1:2oAZVcirE7xEkkA3lQqEB6ElATe5r60zwQoeTQ64WNI=
22
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9/go.mod h1:jXij3SzY3HghKUmTjQYGRIXyCRBkFK+0wztOaI6a9Bk=
3+
github.com/go-chi/chi v1.5.5 h1:vOB/HbEMt9QqBqErz07QehcOKHaWFtuj87tTDVz2qXE=
4+
github.com/go-chi/chi v1.5.5/go.mod h1:C9JqLr3tIYjDOZpzn+BCuxY8z8vmca43EeMgyZt7irw=
35
github.com/go-chi/chi v4.0.2+incompatible h1:maB6vn6FqCxrpz4FqWdh4+lwpyZIQS7YEAUcHlgXVRs=
46
github.com/go-chi/chi v4.0.2+incompatible/go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ=
7+
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
58
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2 h1:2c3FgELeVI+A0/GZ5xOVCshaAhP87//dwmYvOUJUkeo=
69
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2/go.mod h1:GDGxNyZ4xc0cql8PZjNrAWIan7yy89rRAMMcHojj/f4=
710
github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8=

static/carte/MarkerCluster/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
"version": "1.4.1",
55
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
66
"devDependencies": {
7-
"git-rev-sync": "1.12.0",
7+
"git-rev-sync": "3.0.2",
88
"happen": "0.3.2",
9-
"jake": "0.7.20",
9+
"jake": "10.9.4",
1010
"jshint": "2.10.2",
1111
"karma": "1.7.1",
12-
"karma-chrome-launcher": "2.2.0",
13-
"karma-coverage": "1.1.2",
14-
"karma-firefox-launcher": "1.2.0",
15-
"karma-mocha": "1.3.0",
12+
"karma-chrome-launcher": "3.2.0",
13+
"karma-coverage": "2.2.1",
14+
"karma-firefox-launcher": "2.1.3",
15+
"karma-mocha": "2.0.1",
1616
"karma-phantomjs-launcher": "1.0.4",
1717
"karma-rollup-plugin": "0.2.4",
1818
"karma-safari-launcher": "1.0.0",
1919
"leaflet": "1.5.1",
20-
"mocha": "1.21.5",
20+
"mocha": "11.7.5",
2121
"phantomjs-prebuilt": "2.1.16",
2222
"rollup": "0.68.2",
2323
"rollup-plugin-git-version": "0.2.1",
24-
"rollup-plugin-json": "2.3.1",
25-
"uglify-js": "2.8.29"
24+
"rollup-plugin-json": "4.0.0",
25+
"uglify-js": "3.19.3"
2626
},
2727
"peerDependencies": {
2828
"leaflet": "~1.3.1 || ~1.5.0"

0 commit comments

Comments
 (0)