From ec1382218410d23461c448dc24492d7cc723d411 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 06:26:21 +0000 Subject: [PATCH] fix: upgrade @primer/css from 16.2.0 to 16.3.0 Snyk has created this PR to upgrade @primer/css from 16.2.0 to 16.3.0. See this package in npm: https://www.npmjs.com/package/@primer/css See this project in Snyk: https://app.snyk.io/org/pavinstrickland/project/e8fe39f2-83d9-4cbe-9d88-a610ad68ab4c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 28 +++++++++------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2038ffd9a125..51d819b25e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4770,22 +4770,12 @@ } }, "@primer/css": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-16.2.0.tgz", - "integrity": "sha512-nELaaTJAuDBfyoHuz9c5P3ALDVavt/BSyAAa7KEpyi9S3BupYSitCwGkcJE+U6LtCUzHoqv31N9R2eJJxTgCyQ==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-16.3.0.tgz", + "integrity": "sha512-nfgvRLPVGS1cdEh/Y1cak17gwEVI8HtQpbGQHvBcWrVQ78sbS3EHvdRUGpFM/Lyi/WKVZInAAwIXG9RWKukOag==", "requires": { - "@primer/octicons": "12.1.0", - "@primer/primitives": "4.2.0" - }, - "dependencies": { - "@primer/octicons": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-12.1.0.tgz", - "integrity": "sha512-jayKLMTCx/0zh4fjYmkxdlEgQ8STwevn5S48fkvi/03asITmBkaYAMPrUgO8VNSQkSPHIEuc3oTLXgh+JwH0UQ==", - "requires": { - "object-assign": "^4.1.1" - } - } + "@primer/octicons": "13.0.0", + "@primer/primitives": "4.2.1" } }, "@primer/octicons": { @@ -4802,9 +4792,9 @@ "integrity": "sha512-j5XppNRCvgaMZLPsVvvmp6GSh7P5pq6PUbsfLNBWi2Kz3KYDeoGDWbPr5MjoxFOGUn6Hjnt6qjHPRxahd11vLQ==" }, "@primer/primitives": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.2.0.tgz", - "integrity": "sha512-/2/9ueCWWzqaLRSJ3TNGthMVX8DBn/oa+ZY9eB/TmxUPglXd8AQMxV2wz+pAoy8SpXXwe84JuEgHTAghzAOh0w==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.2.1.tgz", + "integrity": "sha512-sI0Bw/PMCZ1kfPX1MRwoNYD6RWdvU0sGk9YYD8euYASwrr4E6aNH9dutMmHTRVe/N3/coBN7QUkV79GMt0UKyQ==" }, "@sideway/address": { "version": "4.1.0", @@ -18724,7 +18714,7 @@ }, "picomatch": { "version": "2.2.3", - "resolved": "", + "resolved": false, "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==" }, "pify": { diff --git a/package.json b/package.json index 392c0ef28a0b..4080d1e77d6e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@graphql-inspector/core": "^2.3.0", "@graphql-tools/load": "^6.2.5", "@primer/components": "^28.0.1", - "@primer/css": "^16.2.0", + "@primer/css": "^16.3.0", "@primer/octicons": "^13.0.0", "@primer/octicons-react": "^13.0.0", "ajv": "^6.11.0",