mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(deps): update dependency bootstrap to v4.6.0 (#2657)
* fix(deps): update dependency bootstrap to v4.6.0 * fix(deps): update dependency bootswatch to v4.6.0 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
This commit is contained in:
co-authored by
Renovate Bot
Łukasz Mierzwa
parent
21ed0c238a
commit
cea0a9ace2
Generated
+6
-6
@@ -5839,14 +5839,14 @@
|
||||
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
|
||||
},
|
||||
"bootstrap": {
|
||||
"version": "4.5.3",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
|
||||
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
|
||||
"integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw=="
|
||||
},
|
||||
"bootswatch": {
|
||||
"version": "4.5.3",
|
||||
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.5.3.tgz",
|
||||
"integrity": "sha512-gaB3gBSAegmYbk97aVELKcSKVdPjWsSY4yCITkUt/SqbqjtMU/HtIUszb4O9vzdbrfuVXThc/qCXzjoJaAPgiQ=="
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-4.6.0.tgz",
|
||||
"integrity": "sha512-Yr6YqFBC8jwTzoJoLViYlvO97IhPWGqZEm+6FXHfD/G6gbUok6sZkdXxdh4Zb6iCGEwr9p7zGCn38yKQD/bh2Q=="
|
||||
},
|
||||
"boxen": {
|
||||
"version": "4.2.0",
|
||||
|
||||
+2
-2
@@ -32,8 +32,8 @@
|
||||
"@typescript-eslint/parser": "4.14.0",
|
||||
"babel-loader": "8.1.0",
|
||||
"body-scroll-lock": "3.1.5",
|
||||
"bootstrap": "4.5.3",
|
||||
"bootswatch": "4.5.3",
|
||||
"bootstrap": "4.6.0",
|
||||
"bootswatch": "4.6.0",
|
||||
"bricks.js": "1.8.0",
|
||||
"copy-to-clipboard": "3.3.1",
|
||||
"csshake": "1.5.3",
|
||||
|
||||
Reference in New Issue
Block a user