Skip to content

Commit

Permalink
Merge pull request #121 from RobotlegsJS/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update dev dependencies to latest version 🚀
  • Loading branch information
tiagoschenkel authored Mar 3, 2020
2 parents f46d76c + bde450b commit f8c3e1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@robotlegsjs/signalcommandmap": "^2.0.0",
"@types/bluebird": "^3.5.30",
"@types/chai": "^4.2.10",
"@types/mocha": "^7.0.1",
"@types/mocha": "^7.0.2",
"@types/sinon": "^7.5.2",
"@types/webpack-env": "^1.15.1",
"bluebird": "^3.7.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==

"@types/mocha@^7.0.1":
version "7.0.1"
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.1.tgz#5d7ec2a789a1f77c59b7ad071b9d50bf1abbfc9e"
integrity sha512-L/Nw/2e5KUaprNJoRA33oly+M8X8n0K+FwLTbYqwTcR14wdPWeRkigBLfSFpN/Asf9ENZTMZwLxjtjeYucAA4Q==
"@types/mocha@^7.0.2":
version "7.0.2"
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz#b17f16cf933597e10d6d78eae3251e692ce8b0ce"
integrity sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==

"@types/node@*":
version "13.7.7"
Expand Down Expand Up @@ -6299,9 +6299,9 @@ terser-webpack-plugin@^2.3.5:
webpack-sources "^1.4.3"

terser@^4.1.2, terser@^4.4.3:
version "4.6.5"
resolved "https://registry.npmjs.org/terser/-/terser-4.6.5.tgz#b76abd191add1738ed963606d69d45735d496081"
integrity sha512-LqajFf1pIGw6IeZmNuLa9Wq0Vu48wcPu3jEnuoIFx9KrW+tGuhc72Mi9ZDfbazzFtMOD9gifhmQdRxc4i4jfcg==
version "4.6.6"
resolved "https://registry.npmjs.org/terser/-/terser-4.6.6.tgz#da2382e6cafbdf86205e82fb9a115bd664d54863"
integrity sha512-4lYPyeNmstjIIESr/ysHg2vUPRGf2tzF9z2yYwnowXVuVzLEamPN1Gfrz7f8I9uEPuHcbFlW4PLIAsJoxXyJ1g==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
Expand Down

0 comments on commit f8c3e1b

Please sign in to comment.