alea-random
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,8 @@ | ||
### [2.1.3](https://github.com/KenanY/alea-random/compare/2.1.2...2.1.3) (2020-09-04) | ||
### Bug Fixes | ||
* **deps:** lodash.tonumber@4.0.3 ([28ba218](https://github.com/KenanY/alea-random/commit/28ba2185acb2a49a88d6353fcc6aeffaba9fe05d)) | ||
### [2.1.2](https://github.com/KenanY/alea-random/compare/2.1.1...2.1.2) (2020-06-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "alea-random", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "`lodash.random` but using Alea", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"lodash._isiterateecall": "^3.0.9", | ||
"lodash.tonumber": "^4.0.1", | ||
"lodash.tonumber": "^4.0.3", | ||
"uuid": "^8.2.0" | ||
@@ -39,8 +39,8 @@ }, | ||
"@kenan/eslint-config": "8.0.0", | ||
"@kenan/renovate-config": "1.1.1", | ||
"@kenan/renovate-config": "1.4.0", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"browserify": "16.5.1", | ||
"conventional-changelog-conventionalcommits": "4.3.0", | ||
"eslint": "7.3.1", | ||
"browserify": "16.5.2", | ||
"conventional-changelog-conventionalcommits": "4.4.0", | ||
"eslint": "7.8.1", | ||
"lodash.constant": "3.0.0", | ||
@@ -54,5 +54,5 @@ "lodash.every": "4.6.0", | ||
"semantic-release": "17.1.1", | ||
"tape-run": "7.0.0", | ||
"tape-run": "8.0.0", | ||
"tape": "5.0.1" | ||
} | ||
} |
6069
Updatedlodash.tonumber@^4.0.3