diff --git a/package-lock.json b/package-lock.json index b5f59ae51644..ec213b1b70b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@github/failbot": "0.8.0", "@primer/components": "^33.1.0", "@primer/css": "^19.1.1", - "@primer/octicons": "^16.3.0", + "@primer/octicons": "^18.1.0", "@primer/octicons-react": "^16.3.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", @@ -3636,9 +3636,9 @@ "integrity": "sha512-gD6yHXN7YKox/bdUNgxhoSS/WXZVaORK1r4dOAyTrdoPrLV/ucIfRInPyVcTF+Mqr0zcTFJtiMtuA5Y8CSyOEg==" }, "node_modules/@primer/octicons": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.3.0.tgz", - "integrity": "sha512-kOVIGDkd7s2hx0E4FHyJblzGSTiOX+a//eu9CPSM0hYr26Sr+m0bIiTYHNPVLDh9apF9WdK8ub/eqgrE8U4iEA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-18.1.0.tgz", + "integrity": "sha512-kG+J+cPLL9lV8K5i8Dh1E0qs7NgHAX6kTOD4YaUbBKpeHqpZfFxk2ce8mVsIe5Yc0uN+FUkb2o3W90E3u5F35g==", "dependencies": { "object-assign": "^4.1.1" } @@ -8410,6 +8410,16 @@ "node": ">= 0.8.0" } }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/escodegen/node_modules/type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -18494,6 +18504,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", @@ -25283,9 +25301,9 @@ } }, "@primer/octicons": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.3.0.tgz", - "integrity": "sha512-kOVIGDkd7s2hx0E4FHyJblzGSTiOX+a//eu9CPSM0hYr26Sr+m0bIiTYHNPVLDh9apF9WdK8ub/eqgrE8U4iEA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-18.1.0.tgz", + "integrity": "sha512-kG+J+cPLL9lV8K5i8Dh1E0qs7NgHAX6kTOD4YaUbBKpeHqpZfFxk2ce8mVsIe5Yc0uN+FUkb2o3W90E3u5F35g==", "requires": { "object-assign": "^4.1.1" } @@ -29220,6 +29238,13 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -36792,6 +36817,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 88b3a63c9a06..e0a6b7d1d55d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@github/failbot": "0.8.0", "@primer/components": "^33.1.0", "@primer/css": "^19.1.1", - "@primer/octicons": "^16.3.0", + "@primer/octicons": "^18.1.0", "@primer/octicons-react": "^16.3.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0",