This commit is contained in:
Yuri Kuznetsov
2023-08-27 15:47:12 +03:00
4 changed files with 11 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
"yzalis/identicon": "*",
"zordius/lightncandy": "dev-espo#v1.2.5e",
"composer/semver": "^3",
"spatie/async": "1.5.5",
"spatie/async": "1.5.6",
"tecnickcom/tcpdf": "6.3.5",
"symfony/process": "6.0.*",
"symfony/http-foundation": "6.0.*",

15
composer.lock generated
View File

@@ -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": "ac4f4892afc66870aa918650fd3c62a6",
"content-hash": "2b80267e733b9b4153f66fc0cfce5315",
"packages": [
{
"name": "async-aws/core",
@@ -4540,16 +4540,16 @@
},
{
"name": "spatie/async",
"version": "1.5.5",
"version": "1.5.6",
"source": {
"type": "git",
"url": "https://github.com/spatie/async.git",
"reference": "742708736b1e6d606dd1cd0f60acb7e354211e41"
"reference": "24a8ffa98f4fe0f9dc5daef3bab02a65729fe23b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/async/zipball/742708736b1e6d606dd1cd0f60acb7e354211e41",
"reference": "742708736b1e6d606dd1cd0f60acb7e354211e41",
"url": "https://api.github.com/repos/spatie/async/zipball/24a8ffa98f4fe0f9dc5daef3bab02a65729fe23b",
"reference": "24a8ffa98f4fe0f9dc5daef3bab02a65729fe23b",
"shasum": ""
},
"require": {
@@ -4595,7 +4595,7 @@
],
"support": {
"issues": "https://github.com/spatie/async/issues",
"source": "https://github.com/spatie/async/tree/1.5.5"
"source": "https://github.com/spatie/async/tree/1.5.6"
},
"funding": [
{
@@ -4603,7 +4603,7 @@
"type": "github"
}
],
"time": "2022-06-21T06:40:45+00:00"
"time": "2023-08-25T15:47:03+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -8107,7 +8107,6 @@
"prefer-lowest": false,
"platform": {
"php": ">=8.0.2 <8.3.0",
"ext-pdo_mysql": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-zip": "*",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "espocrm",
"version": "7.5.5",
"version": "7.5.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "espocrm",
"version": "7.5.5",
"version": "7.5.6",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "7.5.5",
"version": "7.5.6",
"description": "Open-source CRM.",
"repository": {
"type": "git",