Merge pull request #161 from hodgef/dependabot/npm_and_yarn/file-loader-4.1.0

This commit is contained in:
dependabot-preview[bot] 2019-07-20 09:32:49 +00:00 committed by GitHub
commit 35cede2de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View File

@ -5588,13 +5588,25 @@
} }
}, },
"file-loader": { "file-loader": {
"version": "4.0.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.0.0.tgz", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.1.0.tgz",
"integrity": "sha512-roAbL6IdSGczwfXxhMi6Zq+jD4IfUpL0jWHD7fvmjdOVb7xBfdRUHe4LpBgO23VtVK5AW1OlWZo0p34Jvx3iWg==", "integrity": "sha512-ajDk1nlByoalZAGR4b0H6oD+EGlWnyW1qbSxzaUc7RFiqmn+RbXQQRbTc72jsiUIlVusJ4Et58ltds8ZwTfnAw==",
"dev": true, "dev": true,
"requires": { "requires": {
"loader-utils": "^1.2.2", "loader-utils": "^1.2.3",
"schema-utils": "^1.0.0" "schema-utils": "^2.0.0"
},
"dependencies": {
"schema-utils": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.0.1.tgz",
"integrity": "sha512-HJFKJ4JixDpRur06QHwi8uu2kZbng318ahWEKgBjc0ZklcE4FDvmm2wghb448q0IRaABxIESt8vqPFvwgMB80A==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0"
}
}
} }
}, },
"filesize": { "filesize": {

View File

@ -66,7 +66,7 @@
"eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2", "eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "^1.5.0", "eslint-plugin-react-hooks": "^1.5.0",
"file-loader": "4.0.0", "file-loader": "4.1.0",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"html-webpack-plugin": "4.0.0-beta.7", "html-webpack-plugin": "4.0.0-beta.7",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",