Bump @primer/css from 17.0.0 to 17.0.1 (#296) [skip ci]

This commit is contained in:
dependabot[bot]
2021-05-14 10:29:03 +02:00
committed by GitHub
parent 0c3981eb04
commit 53f2955516
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.3",
"@primer/css": "^17.0.0",
"@primer/css": "^17.0.1",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",
@@ -1818,17 +1818,17 @@
"integrity": "sha1-XUGq4K61gnqbjuFcqsSnCgWBETo="
},
"node_modules/@primer/css": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.0.0.tgz",
"integrity": "sha512-79Ij2YvdJAbVNT3RqNAOes8W1SS1aCqMtQhnJjIRs2PkB6NIllRoi1yrw/6cEOAqC7dSxbYPEvPrDC7zCtQUww==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.0.1.tgz",
"integrity": "sha512-qA0WOfkGthJVoUUqFpsaD3m2aeuGuVSZwMWsxZFUUufB3pfGfIG+vkpAqaJTGFJzbKD9ZfXyt1wfJwtyMcsVfg==",
"dependencies": {
"@primer/primitives": "4.3.0"
"@primer/primitives": "4.3.2"
}
},
"node_modules/@primer/primitives": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.3.0.tgz",
"integrity": "sha512-djXxll2yVTufmhnHA1H9bMT8I3S0ID6GlSewAJvKHlv80I+5AoZASVBF+WedtH/SyloLM5wyk+Tqj1ZNmy2+RQ=="
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.3.2.tgz",
"integrity": "sha512-5qBEQVchd2Vd2K2IT9mbQdI9E4IGiDVoLITlQXE2HIW9sWHREULSE4xg3W51i/XlDUIgnycELCI+Ept8V7v+og=="
},
"node_modules/@sindresorhus/is": {
"version": "4.0.0",
@@ -13969,17 +13969,17 @@
}
},
"@primer/css": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.0.0.tgz",
"integrity": "sha512-79Ij2YvdJAbVNT3RqNAOes8W1SS1aCqMtQhnJjIRs2PkB6NIllRoi1yrw/6cEOAqC7dSxbYPEvPrDC7zCtQUww==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-17.0.1.tgz",
"integrity": "sha512-qA0WOfkGthJVoUUqFpsaD3m2aeuGuVSZwMWsxZFUUufB3pfGfIG+vkpAqaJTGFJzbKD9ZfXyt1wfJwtyMcsVfg==",
"requires": {
"@primer/primitives": "4.3.0"
"@primer/primitives": "4.3.2"
}
},
"@primer/primitives": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.3.0.tgz",
"integrity": "sha512-djXxll2yVTufmhnHA1H9bMT8I3S0ID6GlSewAJvKHlv80I+5AoZASVBF+WedtH/SyloLM5wyk+Tqj1ZNmy2+RQ=="
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.3.2.tgz",
"integrity": "sha512-5qBEQVchd2Vd2K2IT9mbQdI9E4IGiDVoLITlQXE2HIW9sWHREULSE4xg3W51i/XlDUIgnycELCI+Ept8V7v+og=="
},
"@sindresorhus/is": {
"version": "4.0.0",

View File

@@ -29,7 +29,7 @@
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.3",
"@primer/css": "^17.0.0",
"@primer/css": "^17.0.1",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",