From a65714576ea76f0586a9eb1940079398a241c314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 17:04:34 +0000 Subject: [PATCH] Bump @sokkuri/common from 2.2.0 to 3.0.0 Bumps [@sokkuri/common](https://github.com/Sokkuri/Common) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/Sokkuri/Common/releases) - [Commits](https://github.com/Sokkuri/Common/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: "@sokkuri/common" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {