diff --git a/bower.json b/bower.json
index 3e122e6..3865e7d 100644
--- a/bower.json
+++ b/bower.json
@@ -28,6 +28,6 @@
"stylus"
],
"dependencies": {
- "normalize.css": "~5.0.0"
+ "normalize.css": "~8.0.1"
}
}
diff --git a/composer.json b/composer.json
index 15ea411..9fcc188 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,6 @@
"stylus"
],
"dependencies": {
- "normalize.css": "~5.0.0"
+ "normalize.css": "~8.0.1"
}
}
diff --git a/example.html b/example.html
index 8cf8b86..f6fa4e1 100644
--- a/example.html
+++ b/example.html
@@ -16,7 +16,7 @@
/>
diff --git a/package-lock.json b/package-lock.json
index 13deb91..0c98540 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -922,18 +922,18 @@
"dev": true
},
"autoprefixer": {
- "version": "9.7.6",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz",
- "integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==",
+ "version": "9.8.0",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.0.tgz",
+ "integrity": "sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A==",
"dev": true,
"requires": {
- "browserslist": "^4.11.1",
- "caniuse-lite": "^1.0.30001039",
+ "browserslist": "^4.12.0",
+ "caniuse-lite": "^1.0.30001061",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
- "postcss": "^7.0.27",
- "postcss-value-parser": "^4.0.3"
+ "postcss": "^7.0.30",
+ "postcss-value-parser": "^4.1.0"
}
},
"ava": {
@@ -6181,19 +6181,19 @@
"dev": true
},
"lint-staged": {
- "version": "10.2.2",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.2.tgz",
- "integrity": "sha512-78kNqNdDeKrnqWsexAmkOU3Z5wi+1CsQmUmfCuYgMTE8E4rAIX8RHW7xgxwAZ+LAayb7Cca4uYX4P3LlevzjVg==",
+ "version": "10.2.4",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.4.tgz",
+ "integrity": "sha512-doTMGKXQAT34c3S3gwDrTnXmCZp/z1/92D8suPqqh755sKPT18ew1NoPNHxJdrvv1D4WrJ7CEnx79Ns3EdEFbg==",
"dev": true,
"requires": {
"chalk": "^4.0.0",
- "commander": "^5.0.0",
+ "commander": "^5.1.0",
"cosmiconfig": "^6.0.0",
"debug": "^4.1.1",
"dedent": "^0.7.0",
- "execa": "^4.0.0",
- "listr2": "1.3.8",
- "log-symbols": "^3.0.0",
+ "execa": "^4.0.1",
+ "listr2": "^2.0.2",
+ "log-symbols": "^4.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
"please-upgrade-node": "^3.2.0",
@@ -6248,6 +6248,15 @@
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true
},
+ "log-symbols": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz",
+ "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==",
+ "dev": true,
+ "requires": {
+ "chalk": "^4.0.0"
+ }
+ },
"supports-color": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz",
@@ -6582,23 +6591,23 @@
}
},
"listr2": {
- "version": "1.3.8",
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-1.3.8.tgz",
- "integrity": "sha512-iRDRVTgSDz44tBeBBg/35TQz4W+EZBWsDUq7hPpqeUHm7yLPNll0rkwW3lIX9cPAK7l+x95mGWLpxjqxftNfZA==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.0.2.tgz",
+ "integrity": "sha512-HkbraLsbHRFtuT0p1g9KUiMoJeqlPdgsi4Q3mCvBlYnVK+2I1vPdCxBvJ+nAxwpL7SZiyaICWMvLOyMBtu+VKw==",
"dev": true,
"requires": {
"@samverschueren/stream-to-observable": "^0.3.0",
- "chalk": "^3.0.0",
+ "chalk": "^4.0.0",
"cli-cursor": "^3.1.0",
"cli-truncate": "^2.1.0",
"elegant-spinner": "^2.0.0",
- "enquirer": "^2.3.4",
+ "enquirer": "^2.3.5",
"figures": "^3.2.0",
"indent-string": "^4.0.0",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"pad": "^3.2.0",
- "rxjs": "^6.3.3",
+ "rxjs": "^6.5.5",
"through": "^2.3.8",
"uuid": "^7.0.2"
},
@@ -6614,9 +6623,9 @@
}
},
"chalk": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz",
+ "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
@@ -7574,9 +7583,9 @@
"dev": true
},
"normalize.css": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-5.0.0.tgz",
- "integrity": "sha1-fOyHXOgXilMzxN6Ato6pwYudfDc="
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
+ "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"npm-run-all": {
"version": "4.1.5",
diff --git a/package.json b/package.json
index ad6808c..02016ad 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"stylus"
],
"dependencies": {
- "normalize.css": "5.0.0"
+ "normalize.css": "~8.0.1"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
diff --git a/test/index.html b/test/index.html
index 2f58b4a..838a0fd 100644
--- a/test/index.html
+++ b/test/index.html
@@ -17,7 +17,7 @@
/>