Bump @primer/css from 12.7.0 to 14.3.0

Bumps [@primer/css](https://github.com/primer/css) from 12.7.0 to 14.3.0.
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primer/css/compare/v12.7.0...v14.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-26 12:40:25 +00:00 committed by GitHub
parent 8bd2da55fe
commit ac259f90d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "just-the-docs", "name": "just-the-docs",
"version": "0.2.6", "version": "0.2.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -177,17 +177,17 @@
"dev": true "dev": true
}, },
"@primer/css": { "@primer/css": {
"version": "12.7.0", "version": "14.3.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-12.7.0.tgz", "resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz",
"integrity": "sha512-EVqfwX1jxKWQoV9IxxCJQG7HlyKefdkYTJdnDV43Rr1cyidUTkQN9W0uMuN+RD9cmAzip/40b2E+7gsvsFDmBA==", "integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==",
"requires": { "requires": {
"@primer/octicons": "^9.1.1" "@primer/octicons": "^9.1.1"
} }
}, },
"@primer/octicons": { "@primer/octicons": {
"version": "9.1.1", "version": "9.6.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.1.1.tgz", "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz",
"integrity": "sha512-7EGM0+Kx39bIgaYr9bTCzFvBCxm+fqh/YJIoSns8zfCwss32ZJ2GDP3024UH709VQtM5cKFU4JcIYPHyGdSfIg==", "integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==",
"requires": { "requires": {
"object-assign": "^4.1.1" "object-assign": "^4.1.1"
} }

View File

@ -11,7 +11,7 @@
"stylelint-selector-no-utility": "^4.0.0" "stylelint-selector-no-utility": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@primer/css": "^12.7.0" "@primer/css": "^14.3.0"
}, },
"scripts": { "scripts": {
"test": "stylelint '**/*.scss'" "test": "stylelint '**/*.scss'"