Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities (#562)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908

Co-authored-by: jamesros <jamesros@boldgrid.com>
  • Loading branch information
snyk-bot and jamesros161 committed Aug 24, 2022
1 parent 2ca19e2 commit df4e011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@
resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-2.12.2.tgz#78205b3af2fb31896b3c129b78c22a1981b5efdb"
integrity sha512-fTgo8CFuqJ3ZFrcHB1U8D43ydn+9m+8DmdcvQmWPRr0lJ3tzngEpGB3MxZE3s+jMfuESa28kDD0ukburyA5u/g==
dependencies:
"@babel/runtime" "^7.13.10"
"@babel/runtime" "^7.11.2"

"Buttons@https://github.com/alexwolfe/Buttons":
version "2.0.0"
Expand Down Expand Up @@ -12078,9 +12078,9 @@ sntp@1.x.x:
hoek "2.x.x"

snyk@^1.685.0:
version "1.720.0"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.720.0.tgz#23ad83fb99e39a852d5c2e05fc11398571aeb41e"
integrity sha512-NCy+57lvoggyM4WIzsNQyf2+fX6eZAqu2nznGq+RVfYBcwLgiDpg76oafrmp/rUtSIM1E+68cm1bJWSiNZqf7w==
version "1.794.0"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.794.0.tgz#8c75f918197d1546788a3790e16684357205d252"
integrity sha512-o2SVajU3FKSn2n56NsCRDroENk4r0GVKX1+++Zle2hPKILNaLZVwtcPAN1NqTFl9WBFAAzcbYzq8ltLopdcADg==

sockjs-client@1.1.5:
version "1.1.5"
Expand Down

0 comments on commit df4e011

Please sign in to comment.