mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 04:51:08 +00:00
Merge pull request #7543 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.19.0
This commit is contained in:
commit
f7579e5b93
2 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@
|
|||
"doctrine/orm": "^2.18.1",
|
||||
"doctrine/persistence": "^3.2",
|
||||
"egulias/email-validator": "^3.2.6",
|
||||
"enshrined/svg-sanitize": "^0.18",
|
||||
"enshrined/svg-sanitize": "^0.19",
|
||||
"friendsofsymfony/jsrouting-bundle": "^2.8",
|
||||
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
|
||||
"friendsofsymfony/rest-bundle": "^3.6",
|
||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0a74a67de64eb6e87c0da79076fefb64",
|
||||
"content-hash": "fa3534666578119f70c212e876dfd925",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
|
@ -2061,16 +2061,16 @@
|
|||
},
|
||||
{
|
||||
"name": "enshrined/svg-sanitize",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
|
||||
"reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0"
|
||||
"reference": "e95cd17be68e45f523cbfb0fe50cdd891b0cf20e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/6a2c069dab3843ca4d887ff09c972fc7033888d0",
|
||||
"reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0",
|
||||
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
|
||||
"reference": "e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2100,9 +2100,9 @@
|
|||
"description": "An SVG sanitizer for PHP",
|
||||
"support": {
|
||||
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
|
||||
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.18.0"
|
||||
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.19.0"
|
||||
},
|
||||
"time": "2024-02-22T17:51:05+00:00"
|
||||
"time": "2024-06-18T10:27:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fossar/htmlawed",
|
||||
|
|
Loading…
Reference in a new issue