From 951f12b993691008cc760b25b8db9081b24295a0 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 24 Aug 2022 15:20:35 +0100 Subject: [PATCH] fix: upgrade @wordpress/hooks from 2.10.0 to 2.12.2 (#366) Snyk has created this PR to upgrade @wordpress/hooks from 2.10.0 to 2.12.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/cssjoe/project/5d219e30-bbd4-4803-80ef-bce43258a15a?utm_source=github&utm_medium=upgrade-pr Co-authored-by: jamesros --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1f5f84da2..aee6fc9fe 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@babel/runtime-corejs2": "^7.13.17", "@boldgrid/components": "^2.16.2", "@wordpress/dom-ready": "^2.11.0", - "@wordpress/hooks": "^2.10.0", + "@wordpress/hooks": "^2.12.2", "Buttons": "https://github.com/boldgrid/Buttons#crio-buttons", "animate.css": "3.7.2", "bootstrap-sass": "~3.4.1", diff --git a/yarn.lock b/yarn.lock index 65d1f92c4..7dbdc3466 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,6 +655,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.13.10": + version "7.13.17" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec" + integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@7.0.0-beta.44": version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f" @@ -1330,12 +1337,12 @@ dependencies: "@babel/runtime" "^7.11.2" -"@wordpress/hooks@^2.10.0": - version "2.10.0" - resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-2.10.0.tgz#4aae9401b118796556cb396869b51034d36fa5cd" - integrity sha512-DOHahghdZD74feOa36pE1t4E1NpaftAnYP3n41s7YlT2hUKQLCQyo7XQyI38ZsoZwuVCM5b4e9rG4kaNQE6BzA== +"@wordpress/hooks@^2.12.2": + version "2.12.2" + resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-2.12.2.tgz#78205b3af2fb31896b3c129b78c22a1981b5efdb" + integrity sha512-fTgo8CFuqJ3ZFrcHB1U8D43ydn+9m+8DmdcvQmWPRr0lJ3tzngEpGB3MxZE3s+jMfuESa28kDD0ukburyA5u/g== dependencies: - "@babel/runtime" "^7.11.2" + "@babel/runtime" "^7.13.10" "Buttons@https://github.com/alexwolfe/Buttons": version "2.0.0"