From d39636a4f0c6662e7936257365e479032aa24e12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 05:22:22 +0000 Subject: [PATCH 1/2] fix(deps): update dependency doctrine/orm to v2.11.1 --- api/composer.json | 2 +- api/composer.lock | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/api/composer.json b/api/composer.json index 274ccfa4ac1..7307f5412bb 100644 --- a/api/composer.json +++ b/api/composer.json @@ -11,7 +11,7 @@ "doctrine/annotations": "1.13.2", "doctrine/doctrine-bundle": "2.5.6", "doctrine/doctrine-migrations-bundle": "3.2.2", - "doctrine/orm": "2.10.3", + "doctrine/orm": "2.11.1", "exercise/htmlpurifier-bundle": "3.1.0", "guzzlehttp/guzzle": "7.4.1", "lexik/jwt-authentication-bundle": "2.14.4", diff --git a/api/composer.lock b/api/composer.lock index 189b1b61b5d..699f902dd5d 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -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": "4b95468be7b392ef8707e9091f8f352e", + "content-hash": "631f5c9875c722ea686ae0a4e9b00eca", "packages": [ { "name": "api-platform/core", @@ -579,16 +579,16 @@ }, { "name": "doctrine/common", - "version": "3.2.1", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "e927fc2410c8723d053b8032e591cdff76587cdb" + "reference": "295082d3750987065912816a9d536c2df735f637" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/e927fc2410c8723d053b8032e591cdff76587cdb", - "reference": "e927fc2410c8723d053b8032e591cdff76587cdb", + "url": "https://api.github.com/repos/doctrine/common/zipball/295082d3750987065912816a9d536c2df735f637", + "reference": "295082d3750987065912816a9d536c2df735f637", "shasum": "" }, "require": { @@ -597,7 +597,7 @@ }, "require-dev": { "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", @@ -649,7 +649,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.2.1" + "source": "https://github.com/doctrine/common/tree/3.2.2" }, "funding": [ { @@ -665,7 +665,7 @@ "type": "tidelift" } ], - "time": "2021-12-26T22:39:45+00:00" + "time": "2022-02-02T09:15:57+00:00" }, { "name": "doctrine/dbal", @@ -1457,24 +1457,24 @@ }, { "name": "doctrine/orm", - "version": "2.10.3", + "version": "2.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "7b242753466508e1dd10f67c1baee95785f845c1" + "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/7b242753466508e1dd10f67c1baee95785f845c1", - "reference": "7b242753466508e1dd10f67c1baee95785f845c1", + "url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6", + "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", + "composer-runtime-api": "^2", "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", - "doctrine/dbal": "^2.13.1 || ^3.1.1", + "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4 || ^2.0", @@ -1483,7 +1483,7 @@ "doctrine/persistence": "^2.2", "ext-ctype": "*", "ext-pdo": "*", - "php": "^7.1 ||^8.0", + "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/polyfill-php72": "^1.23", @@ -1496,12 +1496,12 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "1.2.0", + "phpstan/phpstan": "1.4.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", - "squizlabs/php_codesniffer": "3.6.1", - "symfony/cache": "^4.4 || ^5.2", + "squizlabs/php_codesniffer": "3.6.2", + "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.13.1" + "vimeo/psalm": "4.19.0" }, "suggest": { "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", @@ -1550,9 +1550,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.10.3" + "source": "https://github.com/doctrine/orm/tree/2.11.1" }, - "time": "2021-12-03T12:27:05+00:00" + "time": "2022-01-30T21:47:06+00:00" }, { "name": "doctrine/persistence", From f8492fe168bdb7ed3453ce16194b46f3d6b6f559 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 10:13:17 +0000 Subject: [PATCH 2/2] fix(deps): update dependency vue-i18n to v8.27.0 --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- print/package-lock.json | 14 +++++++------- print/package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aad98852515..cd80e55aa60 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,7 +25,7 @@ "vee-validate": "3.4.14", "vue": "2.6.14", "vue-axios": "3.2.5", - "vue-i18n": "8.26.7", + "vue-i18n": "8.27.0", "vue-router": "3.5.2", "vuedraggable": "2.24.3", "vuetify": "2.6.3", @@ -29136,9 +29136,9 @@ "dev": true }, "node_modules/vue-i18n": { - "version": "8.26.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.7.tgz", - "integrity": "sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg==" + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.0.tgz", + "integrity": "sha512-SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw==" }, "node_modules/vue-jest": { "version": "3.0.7", @@ -54085,9 +54085,9 @@ "dev": true }, "vue-i18n": { - "version": "8.26.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.7.tgz", - "integrity": "sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg==" + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.0.tgz", + "integrity": "sha512-SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw==" }, "vue-jest": { "version": "3.0.7", diff --git a/frontend/package.json b/frontend/package.json index 2353bca4ccc..f6b94de6c2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "vee-validate": "3.4.14", "vue": "2.6.14", "vue-axios": "3.2.5", - "vue-i18n": "8.26.7", + "vue-i18n": "8.27.0", "vue-router": "3.5.2", "vuedraggable": "2.24.3", "vuetify": "2.6.3", diff --git a/print/package-lock.json b/print/package-lock.json index 0d1bc03b301..6df54df80a4 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -16,7 +16,7 @@ "hal-json-vuex": "2.0.0-alpha.12", "nuxt": "2.15.8", "pagedjs": "0.2.0", - "vue-i18n": "8.26.7" + "vue-i18n": "8.27.0" }, "devDependencies": { "@babel/eslint-parser": "7.17.0", @@ -18547,9 +18547,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "node_modules/vue-i18n": { - "version": "8.26.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.7.tgz", - "integrity": "sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg==" + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.0.tgz", + "integrity": "sha512-SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw==" }, "node_modules/vue-jest": { "version": "3.0.7", @@ -35240,9 +35240,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-i18n": { - "version": "8.26.7", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.26.7.tgz", - "integrity": "sha512-7apa5PvRg1YCLoraE3lOgpCG8hJGupLCtywQWedWsgBbvF0TOgFvhitqK9xRH0PBGG1G8aiJz9oklyNDFfDxLg==" + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.0.tgz", + "integrity": "sha512-SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw==" }, "vue-jest": { "version": "3.0.7", diff --git a/print/package.json b/print/package.json index 80d7761b984..6ad59f45aad 100644 --- a/print/package.json +++ b/print/package.json @@ -26,7 +26,7 @@ "hal-json-vuex": "2.0.0-alpha.12", "nuxt": "2.15.8", "pagedjs": "0.2.0", - "vue-i18n": "8.26.7" + "vue-i18n": "8.27.0" }, "devDependencies": { "@babel/eslint-parser": "7.17.0",