diff --git a/package.json b/package.json index 4c85243..173b762 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scripture-resources-rcl", "description": "A React Component Library for Rendering Scripture Resources.", - "version": "5.5.10", + "version": "5.5.12", "homepage": "https://scripture-resources-rcl.netlify.com/", "repository": { "type": "git", @@ -48,7 +48,7 @@ "tc-ui-toolkit": "^5.3.3", "use-deep-compare-effect": "^1.3.1", "usfm-js": "^3.4.2", - "uw-quote-helpers": "^1.1.3", + "uw-quote-helpers": "1.1.4", "word-aligner": "^1.0.0", "xregexp": "^4.1.1" }, diff --git a/yarn.lock b/yarn.lock index 8c359e5..c73dc98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16781,10 +16781,10 @@ uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -uw-quote-helpers@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/uw-quote-helpers/-/uw-quote-helpers-1.1.3.tgz#5dcd1db549a5381482810cb0f9b882afc00ed252" - integrity sha512-g2mLrgva67pwNVLtydLgGsllBodWu6IwFBTOtk4ozJOoYLsZ52kAA+7C/2sE+1ywWVJeVRFBYcSbv+9EaNo+Jg== +uw-quote-helpers@1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/uw-quote-helpers/-/uw-quote-helpers-1.1.4.tgz#a1a806f3a93ad327a27a822d36325611c6e5cd4a" + integrity sha512-QPZm5aGAJl8c99QTPZs0uJRm93GMVXPTNDZwK+YO+ks8GChljpjWmn4bGjmsSb1QHiPnIjdFGImF29mnS6F5Kg== dependencies: bible-reference-range "^1.1.1" string-punctuation-tokenizer "^2.2.0"