1
0
Fork 0

Merge pull request #15 from matomo-org/dependabot/npm_and_yarn/src/bootstrap-4.3.1

Bump bootstrap from 4.0.0 to 4.3.1 in /src
This commit is contained in:
Thomas Steur 2020-02-07 10:15:01 +13:00 committed by GitHub
commit 5292c6e394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -104,9 +104,9 @@
}
},
"bootstrap": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz",
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
"integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
},
"brace-expansion": {
"version": "1.1.8",

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.0.0",
"bootstrap": "^4.3.1",
"node-sass": "^4.7.2"
},
"devDependencies": {},