diff --git a/package-lock.json b/package-lock.json index 85bbfe7912..f104f3e6d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12279,6 +12279,23 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ava/node_modules/figures": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", + "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^5.0.0", + "is-unicode-supported": "^1.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ava/node_modules/p-event": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz", @@ -17923,16 +17940,27 @@ "license": "MIT" }, "node_modules/figures": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", - "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", + "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" @@ -31749,7 +31777,7 @@ "clean-stack": "^5.0.0", "execa": "^8.0.0", "fdir": "^6.0.1", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^6.0.0", "got": "^12.0.0", "hot-shots": "10.2.1", @@ -31958,7 +31986,7 @@ "dot-prop": "^9.0.0", "execa": "^8.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^6.0.0", "find-up": "^7.0.0", "indent-string": "^5.0.0", @@ -32342,7 +32370,7 @@ "cpy": "^11.0.0", "execa": "^8.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "get-bin-path": "^11.0.0", "get-port": "^7.0.0", "get-stream": "^6.0.0", diff --git a/packages/build/package.json b/packages/build/package.json index 5b7904dbec..9317f85e72 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -84,7 +84,7 @@ "clean-stack": "^5.0.0", "execa": "^8.0.0", "fdir": "^6.0.1", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^6.0.0", "got": "^12.0.0", "hot-shots": "10.2.1", diff --git a/packages/config/package.json b/packages/config/package.json index 705b863a6f..07d67d44ed 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -65,7 +65,7 @@ "dot-prop": "^9.0.0", "execa": "^8.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "filter-obj": "^6.0.0", "find-up": "^7.0.0", "indent-string": "^5.0.0", diff --git a/packages/testing/package.json b/packages/testing/package.json index 992d08ca79..7234888363 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -25,7 +25,7 @@ "cpy": "^11.0.0", "execa": "^8.0.0", "fast-safe-stringify": "^2.0.7", - "figures": "^5.0.0", + "figures": "^6.0.0", "get-bin-path": "^11.0.0", "get-port": "^7.0.0", "get-stream": "^6.0.0",