Merge pull request #44 from BuckarooBanzay/dependabot/npm_and_yarn/app/rollup-2.26.5

This commit is contained in:
dependabot-preview[bot] 2020-08-24 16:59:15 +00:00 committed by GitHub
commit 0fc47f9324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@ -959,9 +959,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.26.4", "version": "2.26.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.4.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.5.tgz",
"integrity": "sha512-6+qsGuP0MXGd7vlYmk72utm1MrgZj5GfXibGL+cRkKQ9+ZL/BnFThDl0D5bcl7AqlzMjAQXRAwZX1HVm22M/4Q==", "integrity": "sha512-rCyFG3ZtQdnn9YwfuAVH0l/Om34BdO5lwCA0W6Hq+bNB21dVEBbCRxhaHOmu1G7OBFDWytbzAC104u7rxHwGjA==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.1.2" "fsevents": "~2.1.2"

View File

@ -14,6 +14,6 @@
"devDependencies": { "devDependencies": {
"jshint": "^2.12.0", "jshint": "^2.12.0",
"nodemon": "^2.0.4", "nodemon": "^2.0.4",
"rollup": "^2.26.4" "rollup": "^2.26.5"
} }
} }