diff --git a/Website/tictactoe/package-lock.json b/Website/tictactoe/package-lock.json index a09fd8dc..df366da6 100644 --- a/Website/tictactoe/package-lock.json +++ b/Website/tictactoe/package-lock.json @@ -1,5 +1,5 @@ { - "name": "tictactoe", + "name": "relock-npm-lock-v2-EjDNa2", "lockfileVersion": 3, "requires": true, "packages": { @@ -8,7 +8,7 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.9" + "@tailwindcss/typography": "^0.5.13" }, "devDependencies": { "tailwindcss": "^3.2.7" @@ -74,9 +74,10 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/Website/tictactoe/package.json b/Website/tictactoe/package.json index 8c00296d..54578170 100644 --- a/Website/tictactoe/package.json +++ b/Website/tictactoe/package.json @@ -6,6 +6,6 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.9" + "@tailwindcss/typography": "^0.5.13" } }