1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 11:22:33 +01:00

Updated HTMLDiff package to address multibtye issue

Addresses potential issue when using multibyte characters.
Couple of other packages seemed to have updates also since earlier.

For #3170
This commit is contained in:
Dan Brown 2022-01-24 20:27:14 +00:00
parent 872961ef7c
commit f88e6d1520
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 22 additions and 21 deletions

View File

@ -41,7 +41,7 @@
"socialiteproviders/okta": "^4.1", "socialiteproviders/okta": "^4.1",
"socialiteproviders/slack": "^4.1", "socialiteproviders/slack": "^4.1",
"socialiteproviders/twitch": "^5.3", "socialiteproviders/twitch": "^5.3",
"ssddanbrown/htmldiff": "^1.0.1" "ssddanbrown/htmldiff": "^1.0.2"
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.16", "fakerphp/faker": "^1.16",

41
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "eff5a582fd0ffe2924664e933365a7b9", "content-hash": "2eead2f6889d5a411e5db8a456c43ddc",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -58,16 +58,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.209.10", "version": "3.209.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "45082e9fac26bdbc5db504639373374084f616d3" "reference": "9f9591bff3dc0b2bc5400eb81e2e22228f2e4c95"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/45082e9fac26bdbc5db504639373374084f616d3", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9f9591bff3dc0b2bc5400eb81e2e22228f2e4c95",
"reference": "45082e9fac26bdbc5db504639373374084f616d3", "reference": "9f9591bff3dc0b2bc5400eb81e2e22228f2e4c95",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -143,9 +143,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.209.10" "source": "https://github.com/aws/aws-sdk-php/tree/3.209.11"
}, },
"time": "2022-01-21T19:18:51+00:00" "time": "2022-01-24T19:15:49+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -4790,16 +4790,16 @@
}, },
{ {
"name": "ssddanbrown/htmldiff", "name": "ssddanbrown/htmldiff",
"version": "v1.0.1", "version": "v1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ssddanbrown/HtmlDiff.git", "url": "https://github.com/ssddanbrown/HtmlDiff.git",
"reference": "f60d5cc278b60305ab980a6665f46117c5b589c0" "reference": "58f81857c02b50b199273edb4cc339876b5a4038"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/f60d5cc278b60305ab980a6665f46117c5b589c0", "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/58f81857c02b50b199273edb4cc339876b5a4038",
"reference": "f60d5cc278b60305ab980a6665f46117c5b589c0", "reference": "58f81857c02b50b199273edb4cc339876b5a4038",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4807,7 +4807,8 @@
"php": ">=7.2" "php": ">=7.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5|^9.4.3" "phpunit/phpunit": "^8.5|^9.5.9",
"vimeo/psalm": "^4.10"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -4830,7 +4831,7 @@
"homepage": "https://github.com/ssddanbrown/htmldiff", "homepage": "https://github.com/ssddanbrown/htmldiff",
"support": { "support": {
"issues": "https://github.com/ssddanbrown/HtmlDiff/issues", "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
"source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.1" "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.2"
}, },
"funding": [ "funding": [
{ {
@ -4838,7 +4839,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-01-24T18:51:30+00:00" "time": "2022-01-24T20:12:20+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
@ -7251,16 +7252,16 @@
}, },
{ {
"name": "voku/portable-ascii", "name": "voku/portable-ascii",
"version": "1.6.0", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/voku/portable-ascii.git", "url": "https://github.com/voku/portable-ascii.git",
"reference": "1f8b372a927ab2d17dbdab443aefbfe6a5354284" "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/1f8b372a927ab2d17dbdab443aefbfe6a5354284", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
"reference": "1f8b372a927ab2d17dbdab443aefbfe6a5354284", "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7297,7 +7298,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/voku/portable-ascii/issues", "issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.6.0" "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
}, },
"funding": [ "funding": [
{ {
@ -7321,7 +7322,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-01-24T09:37:53+00:00" "time": "2022-01-24T18:55:24+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",