Bump random from 3.0.5 to 3.0.6 (#21)

Bumps [random](https://github.com/transitive-bullshit/random) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/transitive-bullshit/random/releases)
- [Commits](https://github.com/transitive-bullshit/random/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-24 10:24:30 +02:00
committed by GitHub
parent a9dd8b8563
commit bccdc7a55b
2 changed files with 9 additions and 12 deletions

19
package-lock.json generated
View File

@ -13,7 +13,7 @@
"module-alias": "^2.2.2",
"nedb": "^1.8.0",
"node-fetch": "^2.6.1",
"random": "^3.0.5"
"random": "^3.0.6"
},
"devDependencies": {
"jest": "^26.6.3"
@ -673,7 +673,6 @@
"jest-resolve": "^26.6.2",
"jest-util": "^26.6.2",
"jest-worker": "^26.6.2",
"node-notifier": "^8.0.0",
"slash": "^3.0.0",
"source-map": "^0.6.0",
"string-length": "^4.0.1",
@ -1890,8 +1889,7 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1",
"source-map": "~0.6.1"
"optionator": "^0.8.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@ -3139,7 +3137,6 @@
"@types/node": "*",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"fsevents": "^2.1.2",
"graceful-fs": "^4.2.4",
"jest-regex-util": "^26.0.0",
"jest-serializer": "^26.6.2",
@ -4466,9 +4463,9 @@
}
},
"node_modules/random": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.5.tgz",
"integrity": "sha512-ANuFSZk8lB7kW4JekNHdyTSXH0rwzA+l9oeP646BBdoGXceG5AfdG+S9tbHI1saoOcbbUL3Fs6affbbyCDgobw==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.6.tgz",
"integrity": "sha512-B53pp/8eFBxULg6sfQgjjmy3vZ2CWVt0Nk4OgkSpvmAf3VXfcEUgGASbNWbXiTiExWe8hCIf5HlddNHzrte9jg==",
"dependencies": {
"seedrandom": "^3.0.5"
},
@ -9811,9 +9808,9 @@
"dev": true
},
"random": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.5.tgz",
"integrity": "sha512-ANuFSZk8lB7kW4JekNHdyTSXH0rwzA+l9oeP646BBdoGXceG5AfdG+S9tbHI1saoOcbbUL3Fs6affbbyCDgobw==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.6.tgz",
"integrity": "sha512-B53pp/8eFBxULg6sfQgjjmy3vZ2CWVt0Nk4OgkSpvmAf3VXfcEUgGASbNWbXiTiExWe8hCIf5HlddNHzrte9jg==",
"requires": {
"seedrandom": "^3.0.5"
}