Upgraded dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-09 23:27:38 +02:00
parent 397c88d872
commit 80aeee5e52
3 changed files with 1531 additions and 1387 deletions

View File

@ -4,20 +4,21 @@
"description": "My website",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap": "^4.5.0",
"jquery": "^3.5.0",
"js-yaml": "3.13.1",
"popper.js": "^1.15.0"
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-polyfill": "^6.26.0",
"braces": "^3.0.2",
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"core-js": "^3.6.5",
"del": "^4.1.1",
"fancy-log": "^1.3.3",
"fstream": "^1.0.12",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
@ -31,18 +32,21 @@
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-util": "^3.0.8",
"localtunnel": "^1.9.2",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"micromatch": "^4.0.2",
"mixin-deep": "^1.3.2",
"node-sass": "^4.12.0",
"regenerator-runtime": "^0.13.5",
"set-value": "^2.0.1"
},
"resolutions": {
"minimist": "^1.2.3",
"kind-of": "^6.0.3"
"kind-of": "^6.0.3",
"css": "^3.0.0",
"source-map-resolve": "^0.6.0",
"chokidar": "^3.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"