npm update (fixed vulnerabilities)

This commit is contained in:
Vilius 2019-06-22 21:13:11 +03:00
parent 97f6c2f83b
commit 4e49179d0a
4 changed files with 194 additions and 1119 deletions

4
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

1303
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "miniPaint",
"version": "4.2.2",
"version": "4.2.3",
"author": "Vilius L.",
"description": "Online graphics editing tool lets create, edit images using HTML5 technologies.",
"keywords": [
@ -25,7 +25,7 @@
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"css-loader": "^3.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.21.0",
"webpack": "^4.30.0",

View File

@ -25,7 +25,7 @@ module.exports = {
'style-loader',
{
loader: 'css-loader',
options: {minimize: true, url: false}
options: {url: false}
}
]
},