diff --git a/package-lock.json b/package-lock.json index 182a8a99c376..acd3cce3614a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@github/failbot": "0.8.0", "@hapi/accept": "^5.0.2", "@primer/components": "^33.1.0", - "@primer/css": "^19.1.1", + "@primer/css": "^19.2.0", "@primer/octicons": "^16.1.1", "@primer/octicons-react": "^16.2.0", "@react-aria/ssr": "^3.1.0", @@ -3638,12 +3638,11 @@ } }, "node_modules/@primer/css": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-19.1.1.tgz", - "integrity": "sha512-QVwdNOJsLxOD6eTR5LDIdLWg2SIy+eZWMK4ywlLd8qZXJCngtJyTNO5PtSzgs0D9jlMS+dzxvlOOV6GcfLu1hw==", - "license": "MIT", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-19.2.0.tgz", + "integrity": "sha512-20fJIGZy/s+LqDfqR1qqGS34LZTg3co4XbeL+Lv45LBqsVQ+ULwURNU6y3JBb78THLbish9V4TccPw59dj1YOQ==", "dependencies": { - "@primer/primitives": "^7.2.0" + "@primer/primitives": "^7.4.0" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -25838,11 +25837,11 @@ } }, "@primer/css": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-19.1.1.tgz", - "integrity": "sha512-QVwdNOJsLxOD6eTR5LDIdLWg2SIy+eZWMK4ywlLd8qZXJCngtJyTNO5PtSzgs0D9jlMS+dzxvlOOV6GcfLu1hw==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-19.2.0.tgz", + "integrity": "sha512-20fJIGZy/s+LqDfqR1qqGS34LZTg3co4XbeL+Lv45LBqsVQ+ULwURNU6y3JBb78THLbish9V4TccPw59dj1YOQ==", "requires": { - "@primer/primitives": "^7.2.0" + "@primer/primitives": "^7.4.0" }, "dependencies": { "@primer/primitives": { diff --git a/package.json b/package.json index 4383c4124857..d2c55375d0be 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@github/failbot": "0.8.0", "@hapi/accept": "^5.0.2", "@primer/components": "^33.1.0", - "@primer/css": "^19.1.1", + "@primer/css": "^19.2.0", "@primer/octicons": "^16.1.1", "@primer/octicons-react": "^16.2.0", "@react-aria/ssr": "^3.1.0",