diff --git a/CLI/pom.xml b/CLI/pom.xml index e81dcbf0..235b11b6 100644 --- a/CLI/pom.xml +++ b/CLI/pom.xml @@ -29,7 +29,7 @@ org.yaml snakeyaml - 2.2 + 2.3 diff --git a/Website/app/about/page.js b/Website/app/about/page.js index ad8b60a9..e1bde402 100644 --- a/Website/app/about/page.js +++ b/Website/app/about/page.js @@ -67,22 +67,22 @@ export default function about() { width="0" height="0" style={{ width: "100%", height: "auto" }} - src="https://camo.githubusercontent.com/bfb749217193aa06c1ba75f130ad01c6d67a0c596c604b1bea8dd9509cabf097/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170693f757365726e616d653d7361707461727368697361726b617231322673686f775f69636f6e733d74727565267468656d653d746f6b796f6e696768742673686f773d72657669657773" - alt="" + src="https://github-readme-stats.vercel.app/api?username=saptarshisarkar12&show_icons=true&theme=tokyonight&show=reviews" + alt="GitHub Stats of Saptarshi Sarkar" /> GitHub Contribution graph of Saptarshi Sarkar diff --git a/Website/package-lock.json b/Website/package-lock.json index 99d64f89..5d259b81 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -8,12 +8,12 @@ "name": "website", "version": "0.1.0", "dependencies": { - "@headlessui/react": "^2.1.3", + "@headlessui/react": "^2.1.4", "autoprefixer": "10.4.20", "eslint": "8.57.0", "eslint-config-next": "14.2.7", "next": "14.2.7", - "postcss": "8.4.41", + "postcss": "8.4.44", "react": "18.3.1", "react-dom": "18.3.1", "remark": "^15.0.1", @@ -152,9 +152,9 @@ "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@headlessui/react": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.3.tgz", - "integrity": "sha512-Nt+NlnQbVvMHVZ/QsST6DNyfG8VWqjOYY3eZpp0PrRKpmZw+pzhwQ1F6wtNaW4jnudeC2a5MJC70vbGVcETNIg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.4.tgz", + "integrity": "sha512-tqxvLFJ2Cx0FWfHKSR0ENM3oa+ATvpGZR5OUswtMNRA7KbkNr4sE+oYM7HQS7zqaIoTu7OVBeQV/JO3pnez9JQ==", "dependencies": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", @@ -4442,9 +4442,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "funding": [ { "type": "opencollective", diff --git a/Website/package.json b/Website/package.json index 8f6a9673..2ee7840b 100644 --- a/Website/package.json +++ b/Website/package.json @@ -9,12 +9,12 @@ "lint": "next lint" }, "dependencies": { - "@headlessui/react": "^2.1.3", + "@headlessui/react": "^2.1.4", "autoprefixer": "10.4.20", "eslint": "8.57.0", "eslint-config-next": "14.2.7", "next": "14.2.7", - "postcss": "8.4.41", + "postcss": "8.4.44", "react": "18.3.1", "react-dom": "18.3.1", "remark": "^15.0.1",