npm update & npm audit fix

This commit is contained in:
Ismo Vuorinen
2021-06-18 08:51:35 +03:00
parent ccbb39136a
commit aa3ffcd955
2 changed files with 1053 additions and 4376 deletions

5419
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,16 +21,16 @@
"homepage": "https://github.com/ivuorinen/generic-landing-page#readme", "homepage": "https://github.com/ivuorinen/generic-landing-page#readme",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.2.5", "autoprefixer": "^10.2.6",
"browser-sync": "^2.26.14", "browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0", "browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.19", "laravel-mix": "^6.0.22",
"mix-tailwindcss": "^1.3.0", "mix-tailwindcss": "^1.3.0",
"postcss": "^8.3.0", "postcss": "^8.3.5",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"resolve-url-loader": "^4.0.0", "resolve-url-loader": "^4.0.0",
"sass": "^1.34.0", "sass": "^1.35.1",
"sass-loader": "^11.1.1", "sass-loader": "^11.1.1",
"tailwindcss": "^2.1.2" "tailwindcss": "^2.2.0"
} }
} }