Bump random from 3.0.3 to 3.0.5

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-14 08:11:42 +00:00
committed by GitHub
parent d7edc85b94
commit 47d51a4af9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"dotenv": "^8.2.0",
"nedb": "^1.8.0",
"node-fetch": "^2.6.1",
"random": "^3.0.3"
"random": "^3.0.5"
},
"devDependencies": {
"jest": "^26.6.3"
@ -4458,9 +4458,9 @@
}
},
"node_modules/random": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.3.tgz",
"integrity": "sha512-Ppz8eI5oYbzC0dQKW3oSFFtyKnh7B1kN1kD7s6J545/aq+R1+YcqQEDJ5AZ0di3wYWbFV9otf5MaHJAhYH56Fw==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.5.tgz",
"integrity": "sha512-ANuFSZk8lB7kW4JekNHdyTSXH0rwzA+l9oeP646BBdoGXceG5AfdG+S9tbHI1saoOcbbUL3Fs6affbbyCDgobw==",
"dependencies": {
"seedrandom": "^3.0.5"
},
@ -9798,9 +9798,9 @@
"dev": true
},
"random": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.3.tgz",
"integrity": "sha512-Ppz8eI5oYbzC0dQKW3oSFFtyKnh7B1kN1kD7s6J545/aq+R1+YcqQEDJ5AZ0di3wYWbFV9otf5MaHJAhYH56Fw==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/random/-/random-3.0.5.tgz",
"integrity": "sha512-ANuFSZk8lB7kW4JekNHdyTSXH0rwzA+l9oeP646BBdoGXceG5AfdG+S9tbHI1saoOcbbUL3Fs6affbbyCDgobw==",
"requires": {
"seedrandom": "^3.0.5"
}

View File

@ -18,7 +18,7 @@
"dotenv": "^8.2.0",
"nedb": "^1.8.0",
"node-fetch": "^2.6.1",
"random": "^3.0.3"
"random": "^3.0.5"
},
"devDependencies": {
"jest": "^26.6.3"