diff --git a/package-lock.json b/package-lock.json index e55de8074..46b94a349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "detect-indent": "^6.0.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "figures": "^3.1.0", + "figures": "^6.1.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.0", "jsdom": "^23.2.0", @@ -3768,13 +3768,14 @@ } }, "node_modules/figures": { - "version": "3.2.0", - "license": "MIT", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz", + "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==", "dependencies": { - "escape-string-regexp": "^1.0.5" + "is-unicode-supported": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -4701,6 +4702,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-unicode-supported": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz", + "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-weakref": { "version": "1.0.2", "dev": true, diff --git a/package.json b/package.json index 70843c036..9b1bf3398 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "detect-indent": "^6.0.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "figures": "^3.1.0", + "figures": "^6.1.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.0", "jsdom": "^23.2.0",