diff --git a/package-lock.json b/package-lock.json index e66c1a98501f..4e2be628f514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@primer/components": "^30.3.0", "@primer/css": "^17.9.0", "@primer/octicons": "^15.1.0", - "@primer/octicons-react": "^15.1.0", + "@primer/octicons-react": "^16.2.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", "ajv-formats": "^2.1.1", @@ -49,7 +49,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.29.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -3694,9 +3694,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-15.1.0.tgz", - "integrity": "sha512-KxKShchstSiZDVZ3aUF9WREdAoV45bzIgAbPcKfrT08+2T4nVQZGYtwDqlHT4/TLpmVIv2Si7hRHBhTWiADe4Q==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.2.0.tgz", + "integrity": "sha512-943t5kkVRt+/hxVnKS27xweUp4lXFxwJaTrsit1C1xBB4kqdjzmYGpU84zwKsNyyV2Ch7may3umKjbI/mFBPPQ==", "engines": { "node": ">=8" }, @@ -15170,9 +15170,9 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==", + "version": "9.29.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.29.0.tgz", + "integrity": "sha512-lnowf3fRcwjqaom8sQSImJeHWZS2974DFlMl8sTdlQX/P846MhK14C0oRGYHaXiDjJbhDzi0zKc1HB4y8hUArw==", "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" @@ -28093,9 +28093,9 @@ } }, "@primer/octicons-react": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-15.1.0.tgz", - "integrity": "sha512-KxKShchstSiZDVZ3aUF9WREdAoV45bzIgAbPcKfrT08+2T4nVQZGYtwDqlHT4/TLpmVIv2Si7hRHBhTWiADe4Q==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.2.0.tgz", + "integrity": "sha512-943t5kkVRt+/hxVnKS27xweUp4lXFxwJaTrsit1C1xBB4kqdjzmYGpU84zwKsNyyV2Ch7may3umKjbI/mFBPPQ==", "requires": {} }, "@primer/primitives": { @@ -37189,9 +37189,9 @@ } }, "liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==" + "version": "9.29.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.29.0.tgz", + "integrity": "sha512-lnowf3fRcwjqaom8sQSImJeHWZS2974DFlMl8sTdlQX/P846MhK14C0oRGYHaXiDjJbhDzi0zKc1HB4y8hUArw==" }, "listr2": { "version": "3.12.2", diff --git a/package.json b/package.json index 80ddbf0c9e2c..45791afe43d2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@primer/components": "^30.3.0", "@primer/css": "^17.9.0", "@primer/octicons": "^15.1.0", - "@primer/octicons-react": "^15.1.0", + "@primer/octicons-react": "^16.2.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", "ajv-formats": "^2.1.1", @@ -51,7 +51,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.29.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",