diff --git a/package-lock.json b/package-lock.json index f4a4b1baee00..6fc5f569cb6a 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": "^32.1.0", - "@primer/css": "^18.2.0", + "@primer/css": "^20.4.4", "@primer/octicons": "^16.1.1", "@primer/octicons-react": "^16.1.1", "@react-aria/ssr": "^3.1.0", @@ -3681,20 +3681,20 @@ } }, "node_modules/@primer/css": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-18.2.0.tgz", - "integrity": "sha512-tU84BKF4HfhyyW7eB/BijcSf862JGIKcm5Z/dFdoZW7AFM1PpMDYiUp8h4j5XtsWxtXSqe3xxqTGTFXsmKGPtw==", + "version": "20.4.4", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.4.tgz", + "integrity": "sha512-zTCNmTblf+A9mjzKMCjYuYfzD8cYRcLcj214qtsoJQ2iYEAPTwgKHCa3SmK5ww1imdQRLfkg79KGzma3qD/wmg==", "dependencies": { - "@primer/primitives": "^6.1.0" + "@primer/primitives": "^7.9.0" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/@primer/css/node_modules/@primer/primitives": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-6.1.0.tgz", - "integrity": "sha512-gwSVf5rVf2CMa/bU3/47LZosDHNfODMRJfKi7uJOqHWABVNl6Lf+thDM7Jb8tS9sEQQsUnrLDiGNjCScS81IXA==" + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.9.0.tgz", + "integrity": "sha512-ZHHfwB0z0z6nDJp263gyGIClYDy+rl0nwqyi4qhcv3Cxhkmtf+If2KVjr6FQqBBFfi1wQwUzaax2FBvfEMFBnw==" }, "node_modules/@primer/octicons": { "version": "16.1.1", @@ -18954,6 +18954,14 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/rehype-highlight/node_modules/highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/rehype-highlight/node_modules/lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", @@ -25819,17 +25827,17 @@ } }, "@primer/css": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-18.2.0.tgz", - "integrity": "sha512-tU84BKF4HfhyyW7eB/BijcSf862JGIKcm5Z/dFdoZW7AFM1PpMDYiUp8h4j5XtsWxtXSqe3xxqTGTFXsmKGPtw==", + "version": "20.4.4", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.4.tgz", + "integrity": "sha512-zTCNmTblf+A9mjzKMCjYuYfzD8cYRcLcj214qtsoJQ2iYEAPTwgKHCa3SmK5ww1imdQRLfkg79KGzma3qD/wmg==", "requires": { - "@primer/primitives": "^6.1.0" + "@primer/primitives": "^7.9.0" }, "dependencies": { "@primer/primitives": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-6.1.0.tgz", - "integrity": "sha512-gwSVf5rVf2CMa/bU3/47LZosDHNfODMRJfKi7uJOqHWABVNl6Lf+thDM7Jb8tS9sEQQsUnrLDiGNjCScS81IXA==" + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.9.0.tgz", + "integrity": "sha512-ZHHfwB0z0z6nDJp263gyGIClYDy+rl0nwqyi4qhcv3Cxhkmtf+If2KVjr6FQqBBFfi1wQwUzaax2FBvfEMFBnw==" } } }, @@ -37738,6 +37746,11 @@ "format": "^0.2.0" } }, + "highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" + }, "lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", diff --git a/package.json b/package.json index e50d9d2c8793..5f880792449f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@github/failbot": "0.8.0", "@hapi/accept": "^5.0.2", "@primer/components": "^32.1.0", - "@primer/css": "^18.2.0", + "@primer/css": "^20.4.4", "@primer/octicons": "^16.1.1", "@primer/octicons-react": "^16.1.1", "@react-aria/ssr": "^3.1.0",