From 62e0f8460b8a7d9ec332dc0904868267914dfb71 Mon Sep 17 00:00:00 2001 From: subsub-e Date: Fri, 23 Aug 2024 12:03:58 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20package=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/package-lock.json | 17 +---------------- admin/yarn.lock | 10 ---------- service/package-lock.json | 17 +---------------- service/package.json | 1 + service/yarn.lock | 40 ++++++++++++++++++++++++++++----------- 5 files changed, 32 insertions(+), 53 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index 1ae52cb..4014236 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -4539,8 +4539,7 @@ "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "merge2": "^1.3.0" }, "engines": { "node": ">=8.6.0" @@ -5662,19 +5661,6 @@ "node": ">= 8" } }, - "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -7162,7 +7148,6 @@ "is-glob": "^4.0.3", "jiti": "^1.21.0", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", diff --git a/admin/yarn.lock b/admin/yarn.lock index 59e2c2c..b91501e 100644 --- a/admin/yarn.lock +++ b/admin/yarn.lock @@ -2900,7 +2900,6 @@ fast-glob@^3.3.0: "@nodelib/fs.walk" "^1.2.3" glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.4" fast-json-stable-stringify@^2.0.0: version "2.1.0" @@ -3677,14 +3676,6 @@ micro-slider@^1.1.0: resolved "https://registry.yarnpkg.com/micro-slider/-/micro-slider-1.1.0.tgz#f664f9fe6e0cf569ff224fd9c07dd95d609716d3" integrity sha512-/PQSZMZdjJ8/UCG2B27Jf/WomKxfldZVxb1nr6FJBe+nOU0jt59Z9udu02TtND9/dj/GvxMxS27oGZPAthUMJA== -micromatch@^4.0.4, micromatch@^4.0.5: - version "4.0.7" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz" - integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== - dependencies: - braces "^3.0.3" - picomatch "^2.3.1" - milliparsec@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/milliparsec/-/milliparsec-2.3.0.tgz#4644a08c2e700ff7d55881f4054aab270c89cb6f" @@ -4676,7 +4667,6 @@ tailwindcss@^3.4.6: is-glob "^4.0.3" jiti "^1.21.0" lilconfig "^2.1.0" - micromatch "^4.0.5" normalize-path "^3.0.0" object-hash "^3.0.0" picocolors "^1.0.0" diff --git a/service/package-lock.json b/service/package-lock.json index 1ae52cb..4014236 100644 --- a/service/package-lock.json +++ b/service/package-lock.json @@ -4539,8 +4539,7 @@ "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "merge2": "^1.3.0" }, "engines": { "node": ">=8.6.0" @@ -5662,19 +5661,6 @@ "node": ">= 8" } }, - "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -7162,7 +7148,6 @@ "is-glob": "^4.0.3", "jiti": "^1.21.0", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", diff --git a/service/package.json b/service/package.json index 93deb5f..d751c87 100644 --- a/service/package.json +++ b/service/package.json @@ -24,6 +24,7 @@ "js-confetti": "^0.12.0", "json-server": "^1.0.0-beta.1", "micro-slider": "^1.1.0", + "micromatch": "^4.0.7", "postcss": "^8.4.39", "prop-types": "^15.8.1", "puppeteer": "^23.1.1", diff --git a/service/yarn.lock b/service/yarn.lock index 32343c5..657ec20 100644 --- a/service/yarn.lock +++ b/service/yarn.lock @@ -3319,7 +3319,6 @@ fast-glob@^3.3.0: "@nodelib/fs.walk" "^1.2.3" glob-parent "^5.1.2" merge2 "^1.3.0" - micromatch "^4.0.4" fast-json-stable-stringify@^2.0.0: version "2.1.0" @@ -3696,7 +3695,6 @@ http-proxy-middleware@^2.0.6: http-proxy "^1.18.1" is-glob "^4.0.1" is-plain-obj "^3.0.0" - micromatch "^4.0.2" http-proxy@^1.18.1: version "1.18.1" @@ -4275,14 +4273,6 @@ micro-slider@^1.1.0: resolved "https://registry.yarnpkg.com/micro-slider/-/micro-slider-1.1.0.tgz#f664f9fe6e0cf569ff224fd9c07dd95d609716d3" integrity sha512-/PQSZMZdjJ8/UCG2B27Jf/WomKxfldZVxb1nr6FJBe+nOU0jt59Z9udu02TtND9/dj/GvxMxS27oGZPAthUMJA== -micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: - version "4.0.7" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz" - integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== - dependencies: - braces "^3.0.3" - picomatch "^2.3.1" - milliparsec@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/milliparsec/-/milliparsec-2.3.0.tgz#4644a08c2e700ff7d55881f4054aab270c89cb6f" @@ -5571,7 +5561,6 @@ tailwindcss@^3.4.6: is-glob "^4.0.3" jiti "^1.21.0" lilconfig "^2.1.0" - micromatch "^4.0.5" normalize-path "^3.0.0" object-hash "^3.0.0" picocolors "^1.0.0" @@ -5584,6 +5573,35 @@ tailwindcss@^3.4.6: resolve "^1.22.2" sucrase "^3.32.0" +tar-fs@^3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.6.tgz#eaccd3a67d5672f09ca8e8f9c3d2b89fa173f217" + integrity sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w== + dependencies: + pump "^3.0.0" + tar-stream "^3.1.5" + optionalDependencies: + bare-fs "^2.1.1" + bare-path "^2.1.0" + +tar-stream@^3.1.5: + version "3.1.7" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b" + integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ== + dependencies: + b4a "^1.6.4" + fast-fifo "^1.2.0" + streamx "^2.15.0" + +tar@2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" + integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== + dependencies: + block-stream "*" + fstream "^1.0.12" + inherits "2" + tar@^7.4.3: version "7.4.3" resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.3.tgz#88bbe9286a3fcd900e94592cda7a22b192e80571"