#5 - bump dependencies

This commit is contained in:
Adrian Hopek 2022-04-01 08:10:44 +02:00
parent 6773e32155
commit d3a7d86ce4
3 changed files with 72 additions and 69 deletions

109
composer.lock generated
View File

@ -515,16 +515,16 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v1.2.0", "version": "v1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "60b704331479a69e9bcdb3496da2315b5c4f94fd" "reference": "c6dfd9bb8b0040609f04754f729d4cb3016e0575"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/60b704331479a69e9bcdb3496da2315b5c4f94fd", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c6dfd9bb8b0040609f04754f729d4cb3016e0575",
"reference": "60b704331479a69e9bcdb3496da2315b5c4f94fd", "reference": "c6dfd9bb8b0040609f04754f729d4cb3016e0575",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -576,9 +576,9 @@
"homepage": "https://github.com/dompdf/dompdf", "homepage": "https://github.com/dompdf/dompdf",
"support": { "support": {
"issues": "https://github.com/dompdf/dompdf/issues", "issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/v1.2.0" "source": "https://github.com/dompdf/dompdf/tree/v1.2.1"
}, },
"time": "2022-02-07T13:02:10+00:00" "time": "2022-03-24T12:57:42+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@ -1093,16 +1093,16 @@
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
"version": "v0.240.0", "version": "v0.241.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git", "url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "c6d39cda24d7ada02ecf8c464a1c8adb02607ba7" "reference": "b4ba0dbcffa9ae30cf09ad3f8597f1374098acbf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c6d39cda24d7ada02ecf8c464a1c8adb02607ba7", "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/b4ba0dbcffa9ae30cf09ad3f8597f1374098acbf",
"reference": "c6d39cda24d7ada02ecf8c464a1c8adb02607ba7", "reference": "b4ba0dbcffa9ae30cf09ad3f8597f1374098acbf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1131,29 +1131,29 @@
], ],
"support": { "support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues", "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.240.0" "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.241.0"
}, },
"time": "2022-03-21T01:20:11+00:00" "time": "2022-03-28T00:56:15+00:00"
}, },
{ {
"name": "google/auth", "name": "google/auth",
"version": "v1.18.0", "version": "v1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git", "url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347" "reference": "31e5d24d5fa0eaf6adc7e596292dc4732f4b60c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/31e5d24d5fa0eaf6adc7e596292dc4732f4b60c5",
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347", "reference": "31e5d24d5fa0eaf6adc7e596292dc4732f4b60c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", "firebase/php-jwt": "~5.0",
"guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0", "guzzlehttp/guzzle": "^6.2.1|^7.0",
"guzzlehttp/psr7": "^1.7|^2.0", "guzzlehttp/psr7": "^1.7|^2.0",
"php": ">=5.4", "php": ">=5.6",
"psr/cache": "^1.0|^2.0", "psr/cache": "^1.0|^2.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.0"
}, },
@ -1161,8 +1161,10 @@
"guzzlehttp/promises": "0.1.1|^1.3", "guzzlehttp/promises": "0.1.1|^1.3",
"kelvinmo/simplejwt": "^0.2.5|^0.5.1", "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
"phpseclib/phpseclib": "^2.0.31", "phpseclib/phpseclib": "^2.0.31",
"phpunit/phpunit": "^4.8.36|^5.7", "phpspec/prophecy-phpunit": "^1.1",
"sebastian/comparator": ">=1.2.3" "phpunit/phpunit": "^5.7||^8.5.13",
"sebastian/comparator": ">=1.2.3",
"squizlabs/php_codesniffer": "^3.5"
}, },
"suggest": { "suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
@ -1185,11 +1187,11 @@
"oauth2" "oauth2"
], ],
"support": { "support": {
"docs": "https://googleapis.github.io/google-auth-library-php/master/", "docs": "https://googleapis.github.io/google-auth-library-php/main/",
"issues": "https://github.com/googleapis/google-auth-library-php/issues", "issues": "https://github.com/googleapis/google-auth-library-php/issues",
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0" "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.19.0"
}, },
"time": "2021-08-24T18:03:18+00:00" "time": "2022-03-24T21:22:45+00:00"
}, },
{ {
"name": "graham-campbell/result-type", "name": "graham-campbell/result-type",
@ -1910,20 +1912,21 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v2.14.2", "version": "v2.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "dc5d749ba9bfcfd68d8f5c272238f88bea223e66" "reference": "5be160413b6f37dcf8758663edeab12d0e806f56"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/dc5d749ba9bfcfd68d8f5c272238f88bea223e66", "url": "https://api.github.com/repos/laravel/sanctum/zipball/5be160413b6f37dcf8758663edeab12d0e806f56",
"reference": "dc5d749ba9bfcfd68d8f5c272238f88bea223e66", "reference": "5be160413b6f37dcf8758663edeab12d0e806f56",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/console": "^6.9|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.9|^7.0|^8.0|^9.0", "illuminate/contracts": "^6.9|^7.0|^8.0|^9.0",
"illuminate/database": "^6.9|^7.0|^8.0|^9.0", "illuminate/database": "^6.9|^7.0|^8.0|^9.0",
"illuminate/support": "^6.9|^7.0|^8.0|^9.0", "illuminate/support": "^6.9|^7.0|^8.0|^9.0",
@ -1970,7 +1973,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2022-02-16T14:40:23+00:00" "time": "2022-03-28T13:53:05+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -2102,16 +2105,16 @@
}, },
{ {
"name": "laravel/telescope", "name": "laravel/telescope",
"version": "v4.8.0", "version": "v4.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/telescope.git", "url": "https://github.com/laravel/telescope.git",
"reference": "eac91c87ad9326e8a9eff14e24128d35766fc73d" "reference": "2c61ad4a1d1366f2829cbe3d50d004cef7dfc691"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/eac91c87ad9326e8a9eff14e24128d35766fc73d", "url": "https://api.github.com/repos/laravel/telescope/zipball/2c61ad4a1d1366f2829cbe3d50d004cef7dfc691",
"reference": "eac91c87ad9326e8a9eff14e24128d35766fc73d", "reference": "2c61ad4a1d1366f2829cbe3d50d004cef7dfc691",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2164,9 +2167,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/telescope/issues", "issues": "https://github.com/laravel/telescope/issues",
"source": "https://github.com/laravel/telescope/tree/v4.8.0" "source": "https://github.com/laravel/telescope/tree/v4.8.1"
}, },
"time": "2022-03-14T19:55:48+00:00" "time": "2022-03-26T16:04:21+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -2809,16 +2812,16 @@
}, },
{ {
"name": "maatwebsite/excel", "name": "maatwebsite/excel",
"version": "3.1.37", "version": "3.1.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/SpartnerNL/Laravel-Excel.git", "url": "https://github.com/SpartnerNL/Laravel-Excel.git",
"reference": "49ccd4142d3d7bce492d6bfb9dd9a27b12935408" "reference": "dff132ce4d30b19863f4e84de1613fca99604992"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/49ccd4142d3d7bce492d6bfb9dd9a27b12935408", "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/dff132ce4d30b19863f4e84de1613fca99604992",
"reference": "49ccd4142d3d7bce492d6bfb9dd9a27b12935408", "reference": "dff132ce4d30b19863f4e84de1613fca99604992",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2871,7 +2874,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.37" "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.38"
}, },
"funding": [ "funding": [
{ {
@ -2883,7 +2886,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-28T10:20:04+00:00" "time": "2022-03-24T16:00:29+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
@ -8261,16 +8264,16 @@
}, },
{ {
"name": "laravel/dusk", "name": "laravel/dusk",
"version": "v6.22.1", "version": "v6.22.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/dusk.git", "url": "https://github.com/laravel/dusk.git",
"reference": "bc9fd27ea167746ba0616a7661e6b5bd4a80c472" "reference": "f62afe10fd37c96b1e1e9afe17174961cc2b0f0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/bc9fd27ea167746ba0616a7661e6b5bd4a80c472", "url": "https://api.github.com/repos/laravel/dusk/zipball/f62afe10fd37c96b1e1e9afe17174961cc2b0f0a",
"reference": "bc9fd27ea167746ba0616a7661e6b5bd4a80c472", "reference": "f62afe10fd37c96b1e1e9afe17174961cc2b0f0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8328,9 +8331,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/dusk/issues", "issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v6.22.1" "source": "https://github.com/laravel/dusk/tree/v6.22.2"
}, },
"time": "2022-02-12T17:43:36+00:00" "time": "2022-03-24T14:57:29+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@ -10518,16 +10521,16 @@
}, },
{ {
"name": "spatie/ignition", "name": "spatie/ignition",
"version": "1.2.6", "version": "1.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ignition.git", "url": "https://github.com/spatie/ignition.git",
"reference": "be24d33a9de271638314924b5da85e168e4148e4" "reference": "2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/be24d33a9de271638314924b5da85e168e4148e4", "url": "https://api.github.com/repos/spatie/ignition/zipball/2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2",
"reference": "be24d33a9de271638314924b5da85e168e4148e4", "reference": "2f059cf42b48f7c522efbba1c05ad59fc2c1a3f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10584,7 +10587,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-03-23T11:02:14+00:00" "time": "2022-03-29T08:48:34+00:00"
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
@ -10927,5 +10930,5 @@
"ext-redis": "*" "ext-redis": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.1.0"
} }

28
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@vue/compiler-sfc": "^3.2.31", "@vue/compiler-sfc": "^3.2.31",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.4",
"axios": "^0.26.1", "axios": "^0.26.1",
"echarts": "^5.3.1", "echarts": "^5.3.2",
"eslit": "^6.0.0", "eslit": "^6.0.0",
"flatpickr": "^4.6.11", "flatpickr": "^4.6.11",
"laravel-mix": "^6.0.43", "laravel-mix": "^6.0.43",
@ -33,7 +33,7 @@
"vue3-popper": "^1.4.2" "vue3-popper": "^1.4.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.11.0", "eslint": "^8.12.0",
"eslint-plugin-tailwindcss": "^3.5.0", "eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-vue": "^8.5.0" "eslint-plugin-vue": "^8.5.0"
} }
@ -4166,9 +4166,9 @@
"integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
}, },
"node_modules/echarts": { "node_modules/echarts": {
"version": "5.3.1", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.1.tgz", "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.2.tgz",
"integrity": "sha512-nWdlbgX3OVY0hpqncSvp0gDt1FRSKWn7lsWEH+PHmfCuvE0QmSw17pczQvm8AvawnLEkmf1Cts7YwQJZNC0AEQ==", "integrity": "sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==",
"dependencies": { "dependencies": {
"tslib": "2.3.0", "tslib": "2.3.0",
"zrender": "5.3.1" "zrender": "5.3.1"
@ -4294,9 +4294,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.11.0", "version": "8.12.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
"integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==", "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@eslint/eslintrc": "^1.2.1", "@eslint/eslintrc": "^1.2.1",
@ -12753,9 +12753,9 @@
"integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
}, },
"echarts": { "echarts": {
"version": "5.3.1", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.1.tgz", "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.2.tgz",
"integrity": "sha512-nWdlbgX3OVY0hpqncSvp0gDt1FRSKWn7lsWEH+PHmfCuvE0QmSw17pczQvm8AvawnLEkmf1Cts7YwQJZNC0AEQ==", "integrity": "sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==",
"requires": { "requires": {
"tslib": "2.3.0", "tslib": "2.3.0",
"zrender": "5.3.1" "zrender": "5.3.1"
@ -12856,9 +12856,9 @@
"dev": true "dev": true
}, },
"eslint": { "eslint": {
"version": "8.11.0", "version": "8.12.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
"integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==", "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@eslint/eslintrc": "^1.2.1", "@eslint/eslintrc": "^1.2.1",

View File

@ -24,7 +24,7 @@
"@vue/compiler-sfc": "^3.2.31", "@vue/compiler-sfc": "^3.2.31",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.4",
"axios": "^0.26.1", "axios": "^0.26.1",
"echarts": "^5.3.1", "echarts": "^5.3.2",
"eslit": "^6.0.0", "eslit": "^6.0.0",
"flatpickr": "^4.6.11", "flatpickr": "^4.6.11",
"laravel-mix": "^6.0.43", "laravel-mix": "^6.0.43",
@ -40,7 +40,7 @@
"vue3-popper": "^1.4.2" "vue3-popper": "^1.4.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.11.0", "eslint": "^8.12.0",
"eslint-plugin-tailwindcss": "^3.5.0", "eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-vue": "^8.5.0" "eslint-plugin-vue": "^8.5.0"
} }