mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Bump enshrined/svg-sanitize from 0.19.0 to 0.20.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.19.0 to 0.20.0. - [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.19.0...0.20.0) --- updated-dependencies: - dependency-name: enshrined/svg-sanitize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d8194d710b
commit
a51855a847
2 changed files with 10 additions and 10 deletions
|
@ -70,7 +70,7 @@
|
||||||
"doctrine/orm": "^2.18.1",
|
"doctrine/orm": "^2.18.1",
|
||||||
"doctrine/persistence": "^3.2",
|
"doctrine/persistence": "^3.2",
|
||||||
"egulias/email-validator": "^3.2.6",
|
"egulias/email-validator": "^3.2.6",
|
||||||
"enshrined/svg-sanitize": "^0.19",
|
"enshrined/svg-sanitize": "^0.20",
|
||||||
"friendsofsymfony/jsrouting-bundle": "^2.8",
|
"friendsofsymfony/jsrouting-bundle": "^2.8",
|
||||||
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
|
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
|
||||||
"friendsofsymfony/rest-bundle": "^3.6",
|
"friendsofsymfony/rest-bundle": "^3.6",
|
||||||
|
|
18
composer.lock
generated
18
composer.lock
generated
|
@ -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": "a1278d4e13284f5c2c6c833844f2c017",
|
"content-hash": "f733733c88aad761aa9420174427611b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
@ -2060,25 +2060,25 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "enshrined/svg-sanitize",
|
"name": "enshrined/svg-sanitize",
|
||||||
"version": "0.19.0",
|
"version": "0.20.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
|
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
|
||||||
"reference": "e95cd17be68e45f523cbfb0fe50cdd891b0cf20e"
|
"reference": "068d9fcf912c88a0471d101d95a2caa87c50aee7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
|
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/068d9fcf912c88a0471d101d95a2caa87c50aee7",
|
||||||
"reference": "e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
|
"reference": "068d9fcf912c88a0471d101d95a2caa87c50aee7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-libxml": "*",
|
"ext-libxml": "*",
|
||||||
"php": "^5.6 || ^7.0 || ^8.0"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7 || ^6.5 || ^8.5"
|
"phpunit/phpunit": "^6.5 || ^8.5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -2099,9 +2099,9 @@
|
||||||
"description": "An SVG sanitizer for PHP",
|
"description": "An SVG sanitizer for PHP",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
|
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
|
||||||
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.19.0"
|
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.20.0"
|
||||||
},
|
},
|
||||||
"time": "2024-06-18T10:27:15+00:00"
|
"time": "2024-09-05T10:18:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fossar/htmlawed",
|
"name": "fossar/htmlawed",
|
||||||
|
|
Loading…
Reference in a new issue