From 63e45f7b1cc5d6c0a4de5f78b988168bf966409f Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 22 Oct 2023 19:55:06 +0100 Subject: [PATCH] Upgrade error-cause-polyfill 2.0.0 -> 3.0.0 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 046b228..c84d6be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@ehmicky/dev-tasks": "^2.0.102", "error-cause": "^1.0.6", - "error-cause-polyfill": "^2.0.0", + "error-cause-polyfill": "^3.0.0", "test-each": "^6.0.1" }, "engines": { @@ -6187,12 +6187,12 @@ } }, "node_modules/error-cause-polyfill": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/error-cause-polyfill/-/error-cause-polyfill-2.0.0.tgz", - "integrity": "sha512-Oe1F06IlVsuCLBIHKc4mLZt89DHuXCThOl45GHILjluLC0tmakKGk/OEmF1jAX4S6lTyWP6hIBVy1WveBLmMaQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/error-cause-polyfill/-/error-cause-polyfill-3.0.0.tgz", + "integrity": "sha512-hGFZ8J4S+EHJTU8Mu66G9gh9tIqY38LoyKx9yMCndp0T58vfTpqyC5yop4Hc2XvXLWdAjZtoiTqNS5mfQgZ9rA==", "dev": true, "engines": { - "node": ">=16.17.0" + "node": ">=18.18.0" } }, "node_modules/error-ex": { diff --git a/package.json b/package.json index 958702b..f299d5f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@ehmicky/dev-tasks": "^2.0.102", "error-cause": "^1.0.6", - "error-cause-polyfill": "^2.0.0", + "error-cause-polyfill": "^3.0.0", "test-each": "^6.0.1" }, "engines": {