Merge pull request #36 from BuckarooBanzay/dependabot/npm_and_yarn/app/rollup-2.22.2

This commit is contained in:
dependabot-preview[bot] 2020-07-22 10:00:41 +00:00 committed by GitHub
commit be4828df29
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": {
"version": "2.22.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.22.1.tgz",
"integrity": "sha512-K9AUQUCJkVqC+A7uUDacfhmpEeAjc2uOmSpvGI5xaYsm8pXgy4ZWEM8wHPfKj11xvCwFZppkRDo8a0RESJXCnw==",
"version": "2.22.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.22.2.tgz",
"integrity": "sha512-2a4Mch4f0W2lEvkPuxtz0GfrtfgLj9bdd/oC9L3LozGOCnmLqO7ivMfKbCJoRgqWIU2UqAcbxRFSwmIKx+uStA==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"

View File

@ -14,6 +14,6 @@
"devDependencies": {
"jshint": "^2.11.1",
"nodemon": "^2.0.4",
"rollup": "^2.22.1"
"rollup": "^2.22.2"
}
}