Merge pull request #14 from Vylpes/hotfix/lodash

Update lodash
This commit is contained in:
Vylpes 2021-05-11 18:20:58 +01:00 committed by GitHub
commit 3f53573ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "random-bunny",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
@ -14,7 +14,7 @@
"eslint": "^7.17.0"
},
"funding": {
"url": "https://ko-fi.com/gravitysoftware"
"url": "https://ko-fi.com/vylpes"
}
},
"node_modules/@babel/code-frame": {
@ -766,9 +766,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"node_modules/lru-cache": {
@ -1796,9 +1796,9 @@
}
},
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
},
"lru-cache": {