diff --git a/package-lock.json b/package-lock.json index c7402ae9..a7b2a388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@notionhq/client": "^2.2.15", - "consola": "^3.2.3", + "consola": "^3.3.1", "dayjs": "^1.11.13", "dotenv": "^16.4.7", "fast-csv": "^5.0.2", @@ -581,9 +581,9 @@ } }, "node_modules/consola": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", - "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.1.tgz", + "integrity": "sha512-GyKnPG3/I+a4RtJxgHquJXWr70g9I3c4NT3dvqh0LPHQP2nZFQBOBszb7a5u/pGzqr40AKplQA6UxM1BSynSXg==", "engines": { "node": "^14.18.0 || >=16.10.0" } diff --git a/package.json b/package.json index bf7495b3..d290a14d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@notionhq/client": "^2.2.15", - "consola": "^3.2.3", + "consola": "^3.3.1", "dayjs": "^1.11.13", "dotenv": "^16.4.7", "fast-csv": "^5.0.2",