From c970424d1e830bd94b229bdcc78c3d605f80c752 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Mon, 29 Apr 2024 14:25:43 +0100 Subject: [PATCH] chore(npm): update dependencies --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 10 +++++----- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 050f893..e7fc5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "@athenna/view", - "version": "4.21.0", + "version": "4.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/view", - "version": "4.21.0", + "version": "4.22.0", "license": "MIT", "dependencies": { "edge.js": "^6.0.2" }, "devDependencies": { - "@athenna/common": "^4.36.0", - "@athenna/config": "^4.20.0", - "@athenna/ioc": "^4.19.0", - "@athenna/test": "^4.22.0", + "@athenna/common": "^4.38.0", + "@athenna/config": "^4.21.0", + "@athenna/ioc": "^4.20.0", + "@athenna/test": "^4.23.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", @@ -91,9 +91,9 @@ "dev": true }, "node_modules/@athenna/common": { - "version": "4.36.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.36.0.tgz", - "integrity": "sha512-3dPZqHQD5xb9GZfwHqDsVc33sNl6IL0VtXJUybGEYQkWwfZ+nb03Wpxyw3jBr+rZWS6bOqwnWpKTU0Ih93v5Sg==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.38.0.tgz", + "integrity": "sha512-xod/X7aV4tnfBMOVDnC0Y2z48KqWf5Qc5qX2S23m7m6JqWQUqfPTX5XJVhm+8TFsd7ew72POQKS6+2NCsvQa3Q==", "dev": true, "dependencies": { "@fastify/formbody": "^7.4.0", @@ -109,7 +109,7 @@ "http-status-codes": "^2.2.0", "is-wsl": "^2.2.0", "js-yaml": "^4.1.0", - "json-2-csv": "^5.1.0", + "json-2-csv": "^5.5.1", "kind-of": "^6.0.3", "lodash": "^4.17.21", "mime-types": "^2.1.35", @@ -146,12 +146,12 @@ } }, "node_modules/@athenna/config": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.20.0.tgz", - "integrity": "sha512-XUdK74o1iG5zX8tcIp+/+ZBpik6Etz1pjeWRuAkez2WxW35jynLHHxyRnNVwPEfO9dcZG4jAvrKLPi48nnghpw==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.21.0.tgz", + "integrity": "sha512-pkGDufU04BH181FB/gYlv7jciws/qRuTAxkcJHqJQd/+S+DBqcJjyfb1+iUCZzmHFtrve/iTKT+GtLxR7/Dk5A==", "dev": true, "dependencies": { - "dotenv": "^16.4.3", + "dotenv": "^16.4.5", "magicast": "^0.3.3", "syntax-error": "^1.4.0" }, @@ -160,9 +160,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.19.0.tgz", - "integrity": "sha512-nmSyzl51AZ2Y3agcA0iGdLyxZtGpVJ4PBcevHyvGiuKHcreeO3j/BLTmIjM/3lCc0myHzsJeOn2uK2VR8eNfgQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.20.0.tgz", + "integrity": "sha512-5msfdBRC6+D5YJHmbQng88XSKe+i8tfJ/OqZLPafpLBj6B7cMA2/u5wt1/84xC0v1Wj1M+vQ4pXIRo43ISXsFw==", "dev": true, "dependencies": { "awilix": "^7.0.3" @@ -172,9 +172,9 @@ } }, "node_modules/@athenna/test": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.22.0.tgz", - "integrity": "sha512-cOK7x007pE3E7lxW917zaXQOAUAIUXO3MK+ygXpOD/3+ZMaOGUYy1bupY5xGS0LzeM7OEpIBtb8HJ73jyIVOKA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.23.0.tgz", + "integrity": "sha512-tOeOO0/tIYDlKjPbrdWbo/KGwbjvwC+PTSKna4kglxE0Jfi6Jz8w5cbwCqV4ZwZnhBDKiPZ9TRspUxt7QySu+w==", "dev": true, "dependencies": { "@japa/assert": "^2.1.0", diff --git a/package.json b/package.json index 96cbbf4..8f3c2ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/view", - "version": "4.21.0", + "version": "4.22.0", "description": "The Athenna template engine. Built on top of Edge.js.", "license": "MIT", "author": "João Lenon ", @@ -63,10 +63,10 @@ "edge.js": "^6.0.2" }, "devDependencies": { - "@athenna/common": "^4.36.0", - "@athenna/config": "^4.20.0", - "@athenna/ioc": "^4.19.0", - "@athenna/test": "^4.22.0", + "@athenna/common": "^4.38.0", + "@athenna/config": "^4.21.0", + "@athenna/ioc": "^4.20.0", + "@athenna/test": "^4.23.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",