diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 212ead897..d7e391891 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -601,6 +601,25 @@ Signal Desktop makes use of the following open source projects. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## encoding + + Copyright (c) 2012-2014 Andris Reinman + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + ## fabric Copyright (c) 2008-2015 Printio (Juriy Zaytsev, Maxim Chernyak) diff --git a/package.json b/package.json index 1019c3f57..fb370b49e 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,7 @@ "emoji-datasource": "14.0.0", "emoji-datasource-apple": "14.0.0", "emoji-regex": "10.1.0", + "encoding": "0.1.13", "fabric": "4.6.0", "fast-glob": "3.2.1", "filesize": "3.6.1", @@ -271,7 +272,6 @@ "electron-builder": "23.0.8", "electron-mocha": "11.0.2", "electron-notarize": "1.2.1", - "encoding": "0.1.13", "endanger": "7.0.4", "esbuild": "0.17.2", "eslint": "8.30.0",