diff --git a/package-lock.json b/package-lock.json index aaca66f..8af9436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1568,9 +1568,9 @@ } }, "@sokkuri/common": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@sokkuri/common/-/common-2.2.0.tgz", - "integrity": "sha512-dQoVt/YA1BcUAU2LTc34pYCw+txNOl4JUhdLIrdxUeLQdZ6qrGBeU4n77H7TWK3rhlDUXYJoKhTivJAjD0lmcg==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sokkuri/common/-/common-3.0.0.tgz", + "integrity": "sha512-EvQG5ni9Cme0dApT0LPMMp4aPpGiaKzZBpUHfxcyJ5Q8HtKJ0jU/T0zwUQo2lkoH4LILnQFesXK8CJH/p0Z/kQ==" }, "@sokkuri/eslint-config": { "version": "3.0.0", diff --git a/package.json b/package.json index ca3b087..25c5383 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build": "microbundle" }, "dependencies": { - "@sokkuri/common": "^2.2.0", + "@sokkuri/common": "^3.0.0", "axios": "^0.24.0" }, "devDependencies": {