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 committed Jan 31, 2020
1 parent 54192f9 commit 383e566
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -3,13 +3,13 @@ module ultre.me/calcbiz
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Masterminds/sprig/v3 v3.0.2
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-chi/chi v4.0.2+incompatible
github.com/gobuffalo/envy v1.8.1 // indirect
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packd v1.0.0
github.com/gobuffalo/packr/v2/v2 v2.7.1
github.com/gogo/gateway v1.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
github.com/tpyolang/tpyo-cli v1.0.0
github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3
github.com/urfave/cli v1.22.2
github.com/urfave/cli/v2/v2 v2.1.1
github.com/yanatan16/golang-soundcloud v0.0.0-20161013200625-a182dd459b66
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
Expand All @@ -56,7 +56,7 @@ require (
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
moul.io/godev v1.3.0
moul.io/zapgorm v0.0.0-20190706070406-8138918b527b
moul.io/zapgorm v1.0.0
ultre.me/kryptos v0.0.0-20181023194748-240fe1a16033
ultre.me/recettator v0.4.1-0.20190210231503-241df3a046a3
)
Expand Down
44 changes: 22 additions & 22 deletions static/components/bootstrap/package.json
Expand Up @@ -31,33 +31,33 @@
},
"devDependencies": {
"btoa": "~1.1.2",
"glob": "~4.0.2",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.7.6",
"glob": "7.1.6",
"grunt": "1.0.4",
"grunt-autoprefixer": "3.0.4",
"grunt-banner": "~0.2.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jade": "~0.12.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-qunit": "~0.5.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-exec": "~0.4.5",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-csscomb": "4.0.0",
"grunt-exec": "3.0.0",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jekyll": "1.0.1",
"grunt-jscs-checker": "~0.6.0",
"grunt-saucelabs": "~8.1.0",
"grunt-saucelabs": "9.0.1",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.6.0",
"load-grunt-tasks": "5.1.0",
"markdown": "~0.5.0",
"npm-shrinkwrap": "~3.1.6",
"time-grunt": "~0.3.2"
"npm-shrinkwrap": "6.1.0",
"time-grunt": "1.4.0"
},
"engines": {
"node": "~0.10.1"
Expand Down
10 changes: 5 additions & 5 deletions static/components/respond/package.json
Expand Up @@ -22,11 +22,11 @@
}
],
"devDependencies": {
"grunt-cli":"~0.1",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "0.2.7"
"grunt-cli":"1.3.2",
"grunt": "1.0.4",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-uglify": "4.0.1"
}

}

0 comments on commit 383e566

Please sign in to comment.