Skip to content

Commit 5918fdd

Browse files
committed
fix(deps): update all
1 parent 7301258 commit 5918fdd

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine as build
1+
FROM golang:1.18-alpine as build
22
ENV GO111MODULE=on
33
RUN apk add --no-cache git make
44
WORKDIR /go/src/github.com/ultreme/sdm/map/api

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ultreme/sdm/map/api
33
go 1.12
44

55
require (
6-
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
6+
github.com/brianloveswords/airtable v0.0.0-20201104232343-083b90826e4a
77
github.com/go-chi/chi v4.0.2+incompatible
88
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
99
github.com/go-chi/render v1.0.1

api/go.sum

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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/brianloveswords/airtable v0.0.0-20201104232343-083b90826e4a h1:G8/phBTMhzlNVYwPSrZmQeMjnm7haIazpJxJocaEbv4=
4+
github.com/brianloveswords/airtable v0.0.0-20201104232343-083b90826e4a/go.mod h1:nwbEOwACogJJxLEo0a4lnyieg8EKfq3uIzuZeEHMPI0=
5+
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
36
github.com/go-chi/chi v4.0.2+incompatible h1:maB6vn6FqCxrpz4FqWdh4+lwpyZIQS7YEAUcHlgXVRs=
47
github.com/go-chi/chi v4.0.2+incompatible/go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ=
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=
811
github.com/go-chi/render v1.0.1/go.mod h1:pq4Rr7HbnsdaeHagklXub+p6Wd16Af5l9koip1OvJns=
12+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
13+
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
14+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
15+
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
916
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277 h1:d9qaMM+ODpCq+9We41//fu/sHsTnXcrqd1en3x+GKy4=
1017
go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277/go.mod h1:2X8KaoNd1J0lZV+PxJk/5+DGbO/tpwLR1m++a7FnB/Y=
1118
go.uber.org/ratelimit v0.1.0 h1:U2AruXqeTb4Eh9sYQSTrMhH8Cb7M0Ian2ibBOnBcnAw=
1219
go.uber.org/ratelimit v0.1.0/go.mod h1:2X8KaoNd1J0lZV+PxJk/5+DGbO/tpwLR1m++a7FnB/Y=
20+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
21+
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

static/carte/MarkerCluster/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"git-rev-sync": "1.12.0",
88
"happen": "0.3.2",
99
"jake": "0.7.20",
10-
"jshint": "2.10.2",
10+
"jshint": "2.13.4",
1111
"karma": "1.7.1",
1212
"karma-chrome-launcher": "2.2.0",
1313
"karma-coverage": "1.1.2",
14-
"karma-firefox-launcher": "1.2.0",
14+
"karma-firefox-launcher": "1.3.0",
1515
"karma-mocha": "1.3.0",
1616
"karma-phantomjs-launcher": "1.0.4",
1717
"karma-rollup-plugin": "0.2.4",
1818
"karma-safari-launcher": "1.0.0",
19-
"leaflet": "1.5.1",
19+
"leaflet": "1.7.1",
2020
"mocha": "1.21.5",
2121
"phantomjs-prebuilt": "2.1.16",
2222
"rollup": "0.68.2",
23-
"rollup-plugin-git-version": "0.2.1",
23+
"rollup-plugin-git-version": "0.3.1",
2424
"rollup-plugin-json": "2.3.1",
2525
"uglify-js": "2.8.29"
2626
},
2727
"peerDependencies": {
28-
"leaflet": "~1.3.1 || ~1.5.0"
28+
"leaflet": "~1.3.1 || ~1.5.0 || ~1.7.0"
2929
},
3030
"main": "dist/leaflet.markercluster-src.js",
3131
"scripts": {

0 commit comments

Comments
 (0)