diff --git a/package-lock.json b/package-lock.json index 83d738b..b66798b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.0", "license": "ISC", "dependencies": { - "ansis": "2.0.3", + "ansis": "^2.3.0", "html-bundler-webpack-plugin": "^3.6.1", "js-beautify": "^1.14.11", "pug": "3.0.2" @@ -3372,9 +3372,9 @@ } }, "node_modules/ansis": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", - "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.3.0.tgz", + "integrity": "sha512-ih2ljYHaFnLc8rAHhm0yJmTBtpwT1ULyDrgFZQ2WAbWkikCiBkroPB4qJxTRqh3ocsaOstmg3aDeG+vCfPVtHg==", "engines": { "node": ">=12.13" }, @@ -5966,6 +5966,18 @@ } } }, + "node_modules/html-bundler-webpack-plugin/node_modules/ansis": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", + "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==", + "engines": { + "node": ">=12.13" + }, + "funding": { + "type": "patreon", + "url": "https://patreon.com/biodiscus" + } + }, "node_modules/html-entities": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", @@ -14169,7 +14181,7 @@ "@test-fixtures/scss": "0.0.7", "@test/pug-plugin": "file:", "@types/jest": "^29.5.12", - "ansis": "2.0.3", + "ansis": "^2.3.0", "css-loader": "^6.10.0", "cssnano": "^6.1.0", "html-bundler-webpack-plugin": "^3.6.1", @@ -16581,9 +16593,9 @@ } }, "ansis": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", - "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.3.0.tgz", + "integrity": "sha512-ih2ljYHaFnLc8rAHhm0yJmTBtpwT1ULyDrgFZQ2WAbWkikCiBkroPB4qJxTRqh3ocsaOstmg3aDeG+vCfPVtHg==" }, "anymatch": { "version": "3.1.3", @@ -18476,6 +18488,13 @@ "enhanced-resolve": ">=5.7.0", "eta": "^3.1.1", "html-minifier-terser": "^7.2.0" + }, + "dependencies": { + "ansis": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", + "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==" + } } }, "html-entities": { @@ -23587,9 +23606,9 @@ } }, "ansis": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", - "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.3.0.tgz", + "integrity": "sha512-ih2ljYHaFnLc8rAHhm0yJmTBtpwT1ULyDrgFZQ2WAbWkikCiBkroPB4qJxTRqh3ocsaOstmg3aDeG+vCfPVtHg==" }, "anymatch": { "version": "3.1.3", @@ -25482,6 +25501,13 @@ "enhanced-resolve": ">=5.7.0", "eta": "^3.1.1", "html-minifier-terser": "^7.2.0" + }, + "dependencies": { + "ansis": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-2.0.3.tgz", + "integrity": "sha512-tcSGX0mhuDFHsgRrT56xnZ9v2X+TOeKhJ75YopI5OBgyT7tGaG5m6BmeC+6KHjiucfBvUHehQMecHbULIAkFPA==" + } } }, "html-entities": { diff --git a/package.json b/package.json index 830ce1c..3427f18 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "webpack": ">=5.32.0" }, "dependencies": { - "ansis": "2.0.3", + "ansis": "2.3.0", "html-bundler-webpack-plugin": "^3.6.1", "js-beautify": "^1.14.11", "pug": "3.0.2"