diff --git a/package-lock.json b/package-lock.json index f5e4f4447a..7540a45866 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16532,14 +16532,27 @@ "dev": true }, "node_modules/figures": { - "version": "5.0.0", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz", + "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==", "license": "MIT", "dependencies": { - "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" + "is-unicode-supported": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/figures/node_modules/is-unicode-supported": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz", + "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==", + "license": "MIT", + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -28514,7 +28527,7 @@ "clean-stack": "^4.0.0", "execa": "^7.0.0", "fdir": "^6.0.1", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^5.0.0", "got": "^12.0.0", "hot-shots": "10.2.1", @@ -28928,7 +28941,7 @@ "dot-prop": "^7.0.0", "execa": "^7.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^5.0.0", "find-up": "^6.0.0", "indent-string": "^5.0.0", @@ -29865,7 +29878,7 @@ "cpy": "^9.0.0", "execa": "^7.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "get-bin-path": "^11.0.0", "get-port": "^6.0.0", "get-stream": "^6.0.0", diff --git a/packages/build/package.json b/packages/build/package.json index 084704c8e4..7f101bc082 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -84,7 +84,7 @@ "clean-stack": "^4.0.0", "execa": "^7.0.0", "fdir": "^6.0.1", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^5.0.0", "got": "^12.0.0", "hot-shots": "10.2.1", diff --git a/packages/config/package.json b/packages/config/package.json index cd961772aa..def907aa37 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -65,7 +65,7 @@ "dot-prop": "^7.0.0", "execa": "^7.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^5.0.0", "find-up": "^6.0.0", "indent-string": "^5.0.0", diff --git a/packages/testing/package.json b/packages/testing/package.json index 94ea4668ae..9bc8573a6f 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -25,7 +25,7 @@ "cpy": "^9.0.0", "execa": "^7.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "get-bin-path": "^11.0.0", "get-port": "^6.0.0", "get-stream": "^6.0.0",