Merge pull request #17 from BuckarooBanzay/dependabot/npm_and_yarn/app/rollup-2.10.5

This commit is contained in:
dependabot-preview[bot] 2020-05-20 10:00:17 +00:00 committed by GitHub
commit 5a4990fdb1
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

@ -239,9 +239,9 @@
}
},
"rollup": {
"version": "2.10.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.4.tgz",
"integrity": "sha512-aYvoYjeu9DwrUTEfRlHiugW1eoHz7EGxETaOISpw+zkH9oOaQLO85eG+14ky4vyYgi3mUofbpWJgb+yLBE0PKw==",
"version": "2.10.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.5.tgz",
"integrity": "sha512-05WRM/tjmPYwhOBvm/G9Qwa/HnAqn0TK0XxLDLQzoM4XdSmKjPBvhBl+U+Q/C6VJsucljyTQjGkZD503mjbPQg==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"

View File

@ -14,6 +14,6 @@
"license": "ISC",
"devDependencies": {
"jshint": "^2.11.1",
"rollup": "^2.10.4"
"rollup": "^2.10.5"
}
}