Merge pull request #231 from hodgef/dependabot/npm_and_yarn/css-loader-3.2.0

This commit is contained in:
dependabot-preview[bot] 2019-09-14 09:20:59 +00:00 committed by GitHub
commit 4440b26a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 27 deletions

72
package-lock.json generated
View File

@ -3914,22 +3914,23 @@
} }
}, },
"css-loader": { "css-loader": {
"version": "2.1.1", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.1.tgz", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.2.0.tgz",
"integrity": "sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==", "integrity": "sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"camelcase": "^5.2.0", "camelcase": "^5.3.1",
"icss-utils": "^4.1.0", "cssesc": "^3.0.0",
"icss-utils": "^4.1.1",
"loader-utils": "^1.2.3", "loader-utils": "^1.2.3",
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"postcss": "^7.0.14", "postcss": "^7.0.17",
"postcss-modules-extract-imports": "^2.0.0", "postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^2.0.6", "postcss-modules-local-by-default": "^3.0.2",
"postcss-modules-scope": "^2.1.0", "postcss-modules-scope": "^2.1.0",
"postcss-modules-values": "^2.0.0", "postcss-modules-values": "^3.0.0",
"postcss-value-parser": "^3.3.0", "postcss-value-parser": "^4.0.0",
"schema-utils": "^1.0.0" "schema-utils": "^2.0.0"
}, },
"dependencies": { "dependencies": {
"normalize-path": { "normalize-path": {
@ -3937,6 +3938,22 @@
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true "dev": true
},
"postcss-value-parser": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz",
"integrity": "sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==",
"dev": true
},
"schema-utils": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.2.0.tgz",
"integrity": "sha512-5EwsCNhfFTZvUreQhx/4vVQpJ/lnCAkgoIHLhSpp4ZirE+4hzFvdJi0FMub6hxbFVBJYSpeVVmon+2e7uEGRrA==",
"dev": true,
"requires": {
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1"
}
} }
} }
}, },
@ -7150,12 +7167,6 @@
"safer-buffer": ">= 2.1.2 < 3" "safer-buffer": ">= 2.1.2 < 3"
} }
}, },
"icss-replace-symbols": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
"integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
"dev": true
},
"icss-utils": { "icss-utils": {
"version": "4.1.1", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
@ -10602,14 +10613,23 @@
} }
}, },
"postcss-modules-local-by-default": { "postcss-modules-local-by-default": {
"version": "2.0.6", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz",
"integrity": "sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==", "integrity": "sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"postcss": "^7.0.6", "icss-utils": "^4.1.1",
"postcss-selector-parser": "^6.0.0", "postcss": "^7.0.16",
"postcss-value-parser": "^3.3.1" "postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.0.0"
},
"dependencies": {
"postcss-value-parser": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz",
"integrity": "sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==",
"dev": true
}
} }
}, },
"postcss-modules-scope": { "postcss-modules-scope": {
@ -10623,12 +10643,12 @@
} }
}, },
"postcss-modules-values": { "postcss-modules-values": {
"version": "2.0.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
"integrity": "sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w==", "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
"dev": true, "dev": true,
"requires": { "requires": {
"icss-replace-symbols": "^1.1.0", "icss-utils": "^4.0.0",
"postcss": "^7.0.6" "postcss": "^7.0.6"
} }
}, },

View File

@ -54,7 +54,7 @@
"camelcase": "^5.2.0", "camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0", "case-sensitive-paths-webpack-plugin": "2.2.0",
"copy-webpack-plugin": "^5.0.3", "copy-webpack-plugin": "^5.0.3",
"css-loader": "2.1.1", "css-loader": "3.2.0",
"dotenv": "8.1.0", "dotenv": "8.1.0",
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"eslint": "^6.1.0", "eslint": "^6.1.0",