diff --git a/package-lock.json b/package-lock.json index e66c1a98501f..8f63db5757ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@hapi/accept": "^5.0.2", "@primer/components": "^30.3.0", "@primer/css": "^17.9.0", - "@primer/octicons": "^15.1.0", + "@primer/octicons": "^16.2.0", "@primer/octicons-react": "^15.1.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", @@ -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", @@ -3686,9 +3686,9 @@ "integrity": "sha512-0tvy4e412UvwdhOIcLQU7N3TRA/SFzCcIBB0oReIwnaR+tIeSHqxoPaoHA3WZPjZpSOcvJiURmA5EXcZnFkGmg==" }, "node_modules/@primer/octicons": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-15.1.0.tgz", - "integrity": "sha512-dRfjeDG+JUNKivxs8xGba34NlLJDbNDGGkYIfLJLT7D/c1UTx6xFc+gPC6IWosVLYoUUnup8CkXDNOfT1d2LxA==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.2.0.tgz", + "integrity": "sha512-GMwiKSRuYOCPJpRBtiY+Myfp2DWSjnjaettrl9y4TsWfMk42osYhxEOFZkU2QZT2hAULaVvCqH2zFd+3Ybg4cg==", "dependencies": { "object-assign": "^4.1.1" } @@ -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" @@ -28085,9 +28085,9 @@ } }, "@primer/octicons": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-15.1.0.tgz", - "integrity": "sha512-dRfjeDG+JUNKivxs8xGba34NlLJDbNDGGkYIfLJLT7D/c1UTx6xFc+gPC6IWosVLYoUUnup8CkXDNOfT1d2LxA==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.2.0.tgz", + "integrity": "sha512-GMwiKSRuYOCPJpRBtiY+Myfp2DWSjnjaettrl9y4TsWfMk42osYhxEOFZkU2QZT2hAULaVvCqH2zFd+3Ybg4cg==", "requires": { "object-assign": "^4.1.1" } @@ -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..fe6f3a8ca8d9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@hapi/accept": "^5.0.2", "@primer/components": "^30.3.0", "@primer/css": "^17.9.0", - "@primer/octicons": "^15.1.0", + "@primer/octicons": "^16.2.0", "@primer/octicons-react": "^15.1.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", @@ -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",