From 9f90dfec14e136865ccaa83e6e82e7f7bd289f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Oct 2022 04:24:44 +0000 Subject: [PATCH] fix: upgrade fibers from 5.0.0 to 5.0.3 Snyk has created this PR to upgrade fibers from 5.0.0 to 5.0.3. See this package in npm: https://www.npmjs.com/package/fibers See this project in Snyk: https://app.snyk.io/org/adamlaska-eu8/project/f270aca7-552f-45d5-a64e-ad73e6c4b361?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a33e485..6a02e809 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "del": "1.2.1", "eslint": "4.19.1", "eslint-config-google": "0.14.0", - "fibers": "5.0.0", + "fibers": "5.0.3", "gas-local": "1.3.1", "gulp": "4.0.2", "gulp-clean": "0.4.0",