From 3144bbad5156bc0b657450c138cf89ea80f525cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:31:03 +0000 Subject: [PATCH] Bump fibers from 4.0.3 to 5.0.3 Bumps [fibers](https://github.com/laverdet/node-fibers) from 4.0.3 to 5.0.3. - [Release notes](https://github.com/laverdet/node-fibers/releases) - [Commits](https://github.com/laverdet/node-fibers/commits) --- updated-dependencies: - dependency-name: fibers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d76d900ad1760..c0cfb140c8365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19182,9 +19182,9 @@ "integrity": "sha512-VYM2Xy1gSA5MerKzCnmmuV2XljkpKwgJBKezW+495TTnTCh1x5HcYa1aH8wRU/MfTGhW4ziXqgwprgQUVl3Ohw==" }, "fibers": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/fibers/-/fibers-4.0.3.tgz", - "integrity": "sha512-MW5VrDtTOLpKK7lzw4qD7Z9tXaAhdOmOED5RHzg3+HjUk+ibkjVW0Py2ERtdqgTXaerLkVkBy2AEmJiT6RMyzg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/fibers/-/fibers-5.0.3.tgz", + "integrity": "sha512-/qYTSoZydQkM21qZpGLDLuCq8c+B8KhuCQ1kLPvnRNhxhVbvrpmH9l2+Lblf5neDuEsY4bfT7LeO553TXQDvJw==", "requires": { "detect-libc": "^1.0.3" } @@ -32195,7 +32195,7 @@ "resolve-from": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", - "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=" + "integrity": "sha512-qpFcKaXsq8+oRoLilkwyc7zHGF5i9Q2/25NIgLQQ/+VVv9rU4qvr6nXVAw1DsnXJyQkZsR4Ytfbtg5ehfcUssQ==" } } }, diff --git a/package.json b/package.json index 5a7bcf01fbf73..a23cd597fb224 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.2.6", "fflate": "^0.7.1", - "fibers": "4.0.3", + "fibers": "5.0.3", "file-type": "^10.11.0", "filenamify": "^4.3.0", "filesize": "^3.6.1",