From 39163b2d1cc7ba7523b71d3714671c15e9245f13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Apr 2022 23:24:00 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.17.8 to 7.17.9 Snyk has created this PR to upgrade @babel/runtime from 7.17.8 to 7.17.9. See this package in npm: See this project in Snyk: https://app.snyk.io/org/cougarcs/project/f5a282d3-c490-4252-8d50-629411551276?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00419954..f5ce518c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "@babel/runtime": "^7.17.7", + "@babel/runtime": "^7.17.9", "@newrelic/winston-enricher": "^2.1.0", "@notionhq/client": "^0.4.2", "@sendgrid/mail": "^7.5.0", diff --git a/yarn.lock b/yarn.lock index 4bad3eeb..12814f8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1103,10 +1103,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.17.7": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" - integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== +"@babel/runtime@^7.17.9": + version "7.17.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" + integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== dependencies: regenerator-runtime "^0.13.4"