diff --git a/package-lock.json b/package-lock.json index 6e6257b..cca6ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2366,25 +2366,39 @@ } }, "node_modules/error-serializer": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/error-serializer/-/error-serializer-8.0.0.tgz", - "integrity": "sha512-mh1xG0257SA4P0XfT8RHPyygomaFvVekLpJWvxvNdOnBWIaJLs9otIMCd75MNUbm3aEOCOZ1VkMxxQlmloq7NA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/error-serializer/-/error-serializer-8.0.1.tgz", + "integrity": "sha512-+yhGfbVNmOQlHkTnJO2koKlAG0Pshju0fS8f1hbA8RNQCi/nNLoGLPh8Ht34a3tcBC6KdhrkXzLRq5bHXM/woA==", "license": "MIT", "dependencies": { - "is-error-instance": "^3.0.0", + "is-error-instance": "^3.0.1", "is-plain-obj": "^4.1.0", - "normalize-exception": "^3.0.0", - "safe-json-value": "^3.0.0", - "set-error-class": "^3.0.0" + "normalize-exception": "^4.0.1", + "safe-json-value": "^3.0.1", + "set-error-class": "^3.0.1" }, "engines": { "node": ">=18.18.0" } }, "node_modules/error-serializer/node_modules/is-error-instance": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.0.tgz", - "integrity": "sha512-K0NeIwAWZGE4KoH1b6xw2+feyE80RqUq0OvZgr8z4gKb1BrF78B9Bo4HWRIe3xMHXbLKkxqhhT6oSNwXFqauJw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.1.tgz", + "integrity": "sha512-nEw1ptjtbmXRkHOFrLvpHywsv+jMUZdtqI2BAC/XxMd24vUY5gXhvOprH0Bh4xA2gqQCQsEkr7aaxsgvxYRjnQ==", + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/error-serializer/node_modules/normalize-exception": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-4.0.1.tgz", + "integrity": "sha512-2fUwKMZLYvHIHZN4a6Bt2FYEea6mDwQcTVCffRvQ1bJHndQRRrNhq8+WQiLolOzJ7bJl59SCURGSwCLvQv/X7w==", + "license": "MIT", + "dependencies": { + "is-error-instance": "^3.0.1", + "is-plain-obj": "^4.1.0" + }, "engines": { "node": ">=18.18.0" } @@ -5999,12 +6013,35 @@ ] }, "node_modules/safe-json-value": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/safe-json-value/-/safe-json-value-3.0.0.tgz", - "integrity": "sha512-d9NN/9QDNTfhHr3K1gGdDCn7K0OBvBHrNDwA4PqGPkn6nUmQL7GzMPBC+nmkY7G450B26wkfu7lZTVH7CJ+Jgw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/safe-json-value/-/safe-json-value-3.0.1.tgz", + "integrity": "sha512-SLpLoERUlSefVk6ZuUFhj42IoQGIjGBEAeb7cEkPUGbsj7NrxJ/AjqYiSRDdYP5GMMAEzqJlJuoHzoW6cVvYtw==", + "license": "Apache-2.0", "dependencies": { "is-plain-obj": "^4.1.0", - "normalize-exception": "^3.0.0" + "normalize-exception": "^4.0.1" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/safe-json-value/node_modules/is-error-instance": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.1.tgz", + "integrity": "sha512-nEw1ptjtbmXRkHOFrLvpHywsv+jMUZdtqI2BAC/XxMd24vUY5gXhvOprH0Bh4xA2gqQCQsEkr7aaxsgvxYRjnQ==", + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/safe-json-value/node_modules/normalize-exception": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-4.0.1.tgz", + "integrity": "sha512-2fUwKMZLYvHIHZN4a6Bt2FYEea6mDwQcTVCffRvQ1bJHndQRRrNhq8+WQiLolOzJ7bJl59SCURGSwCLvQv/X7w==", + "license": "MIT", + "dependencies": { + "is-error-instance": "^3.0.1", + "is-plain-obj": "^4.1.0" }, "engines": { "node": ">=18.18.0" @@ -6082,11 +6119,34 @@ "dev": true }, "node_modules/set-error-class": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/set-error-class/-/set-error-class-3.0.0.tgz", - "integrity": "sha512-a2Ham0lVgvzp14cm2Z2LM2Ae1HzxI8G+LX6Rv+eTVzM5+pfPU7UtJBSOXktxoBlqlmaPsZmZRR84qY+CoHt6bg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/set-error-class/-/set-error-class-3.0.1.tgz", + "integrity": "sha512-VEsI0yEUMEnXmSkhfj+EwzNC1om7zGy2IdymNyi4FfGzmoxvXXIB1Nv09+DfRgsd7fS+u+FwTqCTSRhhNMcx8w==", + "license": "MIT", "dependencies": { - "normalize-exception": "^3.0.0" + "normalize-exception": "^4.0.1" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/set-error-class/node_modules/is-error-instance": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.1.tgz", + "integrity": "sha512-nEw1ptjtbmXRkHOFrLvpHywsv+jMUZdtqI2BAC/XxMd24vUY5gXhvOprH0Bh4xA2gqQCQsEkr7aaxsgvxYRjnQ==", + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/set-error-class/node_modules/normalize-exception": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-4.0.1.tgz", + "integrity": "sha512-2fUwKMZLYvHIHZN4a6Bt2FYEea6mDwQcTVCffRvQ1bJHndQRRrNhq8+WQiLolOzJ7bJl59SCURGSwCLvQv/X7w==", + "license": "MIT", + "dependencies": { + "is-error-instance": "^3.0.1", + "is-plain-obj": "^4.1.0" }, "engines": { "node": ">=18.18.0" @@ -7191,35 +7251,48 @@ } }, "node_modules/winston-error-format": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/winston-error-format/-/winston-error-format-3.0.1.tgz", - "integrity": "sha512-1aQWPl3aZNJrPjb2vwAHSoZuKaXcC3kT7h013PaXSpVgwtHj8g3cZfVVhKRxE8pLUJsIQeGvuAhuwlCWlbhPAg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/winston-error-format/-/winston-error-format-3.0.2.tgz", + "integrity": "sha512-etrCMqUmD3tLa4NDH0QifjqOrSegNIb9PTQ93vVenFOFsg9TCweWMYLVEk+ODObtf390y7ssNX2QfMKjJjXr+w==", "license": "MIT", "dependencies": { - "error-serializer": "^8.0.0", - "is-error-instance": "^3.0.0", + "error-serializer": "^8.0.1", + "is-error-instance": "^3.0.1", "is-plain-obj": "^4.1.0", - "logform": "^2.6.0", - "normalize-exception": "^3.0.0", - "safe-json-value": "^3.0.0", + "logform": "^2.7.0", + "normalize-exception": "^4.0.1", + "safe-json-value": "^3.0.1", "triple-beam": "^1.4.1" }, "engines": { "node": ">=18.18.0" }, "peerDependencies": { - "winston": "^3.11.0" + "winston": "^3.17.0" } }, "node_modules/winston-error-format/node_modules/is-error-instance": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.0.tgz", - "integrity": "sha512-K0NeIwAWZGE4KoH1b6xw2+feyE80RqUq0OvZgr8z4gKb1BrF78B9Bo4HWRIe3xMHXbLKkxqhhT6oSNwXFqauJw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-error-instance/-/is-error-instance-3.0.1.tgz", + "integrity": "sha512-nEw1ptjtbmXRkHOFrLvpHywsv+jMUZdtqI2BAC/XxMd24vUY5gXhvOprH0Bh4xA2gqQCQsEkr7aaxsgvxYRjnQ==", "license": "MIT", "engines": { "node": ">=18.18.0" } }, + "node_modules/winston-error-format/node_modules/normalize-exception": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/normalize-exception/-/normalize-exception-4.0.1.tgz", + "integrity": "sha512-2fUwKMZLYvHIHZN4a6Bt2FYEea6mDwQcTVCffRvQ1bJHndQRRrNhq8+WQiLolOzJ7bJl59SCURGSwCLvQv/X7w==", + "license": "MIT", + "dependencies": { + "is-error-instance": "^3.0.1", + "is-plain-obj": "^4.1.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, "node_modules/winston-transport": { "version": "4.9.0", "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz",