mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge pull request #4155 from beganovich/v2-fix-dependencies
(v5) Fix outdated composer.lock & npm vunerabilities
This commit is contained in:
commit
1bbe674902
77
composer.lock
generated
77
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": "19f006e6cdd0058bf409d67ed6814437",
|
||||
"content-hash": "4e8c7362624672e8b578e7eb18fc9287",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asgrim/ofxparser",
|
||||
@ -9587,6 +9587,81 @@
|
||||
],
|
||||
"time": "2020-09-07T19:32:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brianium/paratest",
|
||||
"version": "5.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paratestphp/paratest.git",
|
||||
"reference": "e54bea90b784b289a7ee17f2319210338c2d7d6d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/e54bea90b784b289a7ee17f2319210338c2d7d6d",
|
||||
"reference": "e54bea90b784b289a7ee17f2319210338c2d7d6d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-pcre": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-reflection": "*",
|
||||
"ext-simplexml": "*",
|
||||
"php": "^7.3",
|
||||
"phpunit/php-code-coverage": "^9.1.2",
|
||||
"phpunit/php-file-iterator": "^3.0",
|
||||
"phpunit/php-timer": "^5.0",
|
||||
"phpunit/phpunit": "^9.3.5",
|
||||
"sebastian/environment": "^5.1",
|
||||
"symfony/console": "^4.4 || ^5.1",
|
||||
"symfony/process": "^4.4 || ^5.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^8.1.0",
|
||||
"ekino/phpstan-banned-code": "^0.3.1",
|
||||
"ergebnis/phpstan-rules": "^0.15.1",
|
||||
"phpstan/phpstan": "^0.12.37",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-strict-rules": "^0.12.4",
|
||||
"squizlabs/php_codesniffer": "^3.5.6",
|
||||
"symfony/filesystem": "^5.1.3",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12.0",
|
||||
"vimeo/psalm": "^3.12.2"
|
||||
},
|
||||
"bin": [
|
||||
"bin/paratest"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ParaTest\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Brian Scaturro",
|
||||
"email": "scaturrob@gmail.com",
|
||||
"homepage": "http://brianscaturro.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"description": "Parallel testing for PHP",
|
||||
"homepage": "https://github.com/paratestphp/paratest",
|
||||
"keywords": [
|
||||
"concurrent",
|
||||
"parallel",
|
||||
"phpunit",
|
||||
"testing"
|
||||
],
|
||||
"time": "2020-08-26T13:44:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "darkaonline/l5-swagger",
|
||||
"version": "8.0.2",
|
||||
|
1718
package-lock.json
generated
1718
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@
|
||||
"card-validator": "^6.2.0",
|
||||
"cross-env": "^7.0",
|
||||
"jsignature": "^2.1.3",
|
||||
"laravel-mix": "^5.0.4",
|
||||
"laravel-mix": "^5.0.7",
|
||||
"lodash": "^4.17.20",
|
||||
"puppeteer": "^1.20.0",
|
||||
"resolve-url-loader": "^3.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user