diff --git a/package-lock.json b/package-lock.json index 2fdc6517..23fcba13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "lgtm-cat-frontend", "version": "1.0.0", "dependencies": { - "@nekochans/lgtm-cat-ui": "^2.0.9", + "@nekochans/lgtm-cat-ui": "^2.0.10", "@sentry/nextjs": "^7.12.1", "lodash.throttle": "^4.1.1", "next": "^12.3.0", @@ -75,7 +75,7 @@ }, "../lgtm-cat-ui": { "name": "@nekochans/lgtm-cat-ui", - "version": "2.0.9", + "version": "2.0.10", "extraneous": true, "license": "MIT", "devDependencies": { @@ -3626,9 +3626,9 @@ } }, "node_modules/@nekochans/lgtm-cat-ui": { - "version": "2.0.9", - "resolved": "https://npm.pkg.github.com/download/@nekochans/lgtm-cat-ui/2.0.9/54269d36bd52062b21840fb8f895a751a1387e76", - "integrity": "sha512-vasnw1uJdaQOnxVCfDi4OeW0xUbjoQFkUsSSeIVU1px8NYsslpOp3QAXVc0lxI3jozhayaW0Frpz3Ilu1DsM9w==", + "version": "2.0.10", + "resolved": "https://npm.pkg.github.com/download/@nekochans/lgtm-cat-ui/2.0.10/5fa34ba0b2223301b5429405c518993217b8261f", + "integrity": "sha512-9T+TNapnUwCIHHuIC1DwrQJ8Fg+pFTBuuuxi9K/081dlK72aWjSgpQJQ3BQynZYUBZAPRMaBl0ShpOVLMOAaAg==", "license": "MIT", "peerDependencies": { "next": "^12.3.1", @@ -33643,9 +33643,9 @@ } }, "@nekochans/lgtm-cat-ui": { - "version": "2.0.9", - "resolved": "https://npm.pkg.github.com/download/@nekochans/lgtm-cat-ui/2.0.9/54269d36bd52062b21840fb8f895a751a1387e76", - "integrity": "sha512-vasnw1uJdaQOnxVCfDi4OeW0xUbjoQFkUsSSeIVU1px8NYsslpOp3QAXVc0lxI3jozhayaW0Frpz3Ilu1DsM9w==", + "version": "2.0.10", + "resolved": "https://npm.pkg.github.com/download/@nekochans/lgtm-cat-ui/2.0.10/5fa34ba0b2223301b5429405c518993217b8261f", + "integrity": "sha512-9T+TNapnUwCIHHuIC1DwrQJ8Fg+pFTBuuuxi9K/081dlK72aWjSgpQJQ3BQynZYUBZAPRMaBl0ShpOVLMOAaAg==", "requires": {} }, "@next/env": { diff --git a/package.json b/package.json index 6804328c..6e5ffd6d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chromatic": "chromatic --project-token=$CHROMATIC_PROJECT_TOKEN" }, "dependencies": { - "@nekochans/lgtm-cat-ui": "^2.0.9", + "@nekochans/lgtm-cat-ui": "^2.0.10", "@sentry/nextjs": "^7.12.1", "lodash.throttle": "^4.1.1", "next": "^12.3.0",