diff --git a/core/package.json b/core/package.json index c1f5cca3a0..7ab5d0763e 100644 --- a/core/package.json +++ b/core/package.json @@ -102,7 +102,7 @@ "log-symbols": "^6.0.0", "lru-cache": "^11.0.0", "micromatch": "^4.0.8", - "mimic-function": "^5.0.0", + "mimic-function": "^5.0.1", "minimatch": "^10.0.1", "minimist": "^1.2.8", "moment": "^2.30.1", diff --git a/package-lock.json b/package-lock.json index e68b6c8da2..39ed3ce7d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1155,7 +1155,7 @@ "log-symbols": "^6.0.0", "lru-cache": "^11.0.0", "micromatch": "^4.0.8", - "mimic-function": "^5.0.0", + "mimic-function": "^5.0.1", "minimatch": "^10.0.1", "minimist": "^1.2.8", "moment": "^2.30.1", @@ -4713,16 +4713,6 @@ "dev": true, "license": "MIT" }, - "core/node_modules/mimic-function": { - "version": "5.0.0", - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "core/node_modules/mocha": { "version": "10.6.0", "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", @@ -33871,6 +33861,17 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/minimatch": { "version": "10.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", @@ -36705,17 +36706,6 @@ "url": "https://github.com/sindresorhus/memoize?sponsor=1" } }, - "node_modules/username/node_modules/memoize/node_modules/mimic-function": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/utility-types": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",