Update dependencies

This commit is contained in:
Matthew Ross 2020-04-21 17:07:17 -04:00
parent 1c941c1d2e
commit c2575f08b0
3 changed files with 1864 additions and 1396 deletions

3143
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,54 +45,54 @@
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../" "postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^9.1.0", "@angular/animations": "^9.1.2",
"@angular/cdk": "^9.2.0", "@angular/cdk": "^9.2.1",
"@angular/common": "^9.1.0", "@angular/common": "^9.1.2",
"@angular/compiler": "^9.1.0", "@angular/compiler": "^9.1.2",
"@angular/core": "^9.1.0", "@angular/core": "^9.1.2",
"@angular/forms": "^9.1.0", "@angular/forms": "^9.1.2",
"@angular/platform-browser": "^9.1.0", "@angular/platform-browser": "^9.1.2",
"@angular/platform-browser-dynamic": "^9.1.0", "@angular/platform-browser-dynamic": "^9.1.2",
"@angular/router": "^9.1.0", "@angular/router": "^9.1.2",
"ajv": "^6.12.0", "ajv": "^6.12.2",
"chartist": "^0.11.4", "chartist": "^0.11.4",
"chartist-plugin-tooltips": "^0.0.17", "chartist-plugin-tooltips": "^0.0.17",
"classlist.js": "^1.1.20150312", "classlist.js": "^1.1.20150312",
"core-js": "^3.6.4", "core-js": "^3.6.5",
"highlight.js": "^9.18.1", "highlight.js": "^9.18.1",
"marked": "^0.8.2", "marked": "^1.0.0",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"rxjs": "^6.5.4", "rxjs": "^6.5.5",
"scss-base": "^1.4.0", "scss-base": "^1.4.0",
"zone.js": "^0.10.3" "zone.js": "^0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.901.0", "@angular-devkit/build-angular": "^0.901.2",
"@angular/cli": "^9.1.0", "@angular/cli": "^9.1.2",
"@angular/compiler-cli": "^9.1.0", "@angular/compiler-cli": "^9.1.2",
"@angular/language-service": "^9.1.0", "@angular/language-service": "^9.1.2",
"@types/chartist": "^0.9.48", "@types/chartist": "^0.9.48",
"@types/highlight.js": "^9.12.3", "@types/highlight.js": "^9.12.3",
"@types/jasmine": "~3.5.10", "@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.8", "@types/jasminewd2": "~2.0.8",
"@types/marked": "^0.7.3", "@types/marked": "^0.7.4",
"@types/node": "^13.9.8", "@types/node": "^13.13.1",
"bourbon": "7.0.0", "bourbon": "7.0.0",
"bourbon-neat": "4.0.0", "bourbon-neat": "4.0.0",
"codelyzer": "^5.2.2", "codelyzer": "^5.2.2",
"jasmine": "^3.5.0", "jasmine": "^3.5.0",
"jasmine-core": "^3.5.0", "jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "~5.0.1", "jasmine-spec-reporter": "~5.0.1",
"karma": "^4.4.1", "karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1", "karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "~3.1.1", "karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.3", "karma-jasmine-html-reporter": "^1.5.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"npm-watch": "^0.6.0", "npm-watch": "^0.6.0",
"protractor": "~5.4.3", "protractor": "^5.4.4",
"puppeteer": "^2.1.1", "puppeteer": "^3.0.0",
"ts-node": "^8.8.1", "ts-node": "^8.9.0",
"tslint": "^6.1.1", "tslint": "^6.1.1",
"typescript": "^3.8.3" "typescript": "^3.8.3"
} }

67
src/api/composer.lock generated
View File

@ -487,16 +487,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.3.0", "version": "v4.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -535,7 +535,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2019-11-08T13:50:10+00:00" "time": "2020-04-10T16:34:50+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -684,22 +684,22 @@
}, },
{ {
"name": "php-di/php-di", "name": "php-di/php-di",
"version": "6.0.11", "version": "6.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git", "url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620" "reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/69238bd49acc0eb6a967029311eeadc3f7c5d538",
"reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620", "reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"jeremeamia/superclosure": "^2.0", "jeremeamia/superclosure": "^2.0",
"nikic/php-parser": "^2.0|^3.0|^4.0", "nikic/php-parser": "^2.0|^3.0|^4.0",
"php": ">=7.0.0", "php": ">=7.2.0",
"php-di/invoker": "^2.0", "php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1", "php-di/phpdoc-reader": "^2.0.1",
"psr/container": "^1.0" "psr/container": "^1.0"
@ -710,10 +710,10 @@
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.2", "doctrine/annotations": "~1.2",
"friendsofphp/php-cs-fixer": "^2.4", "friendsofphp/php-cs-fixer": "^2.4",
"mnapoli/phpunit-easymock": "~1.0", "mnapoli/phpunit-easymock": "^1.2",
"ocramius/proxy-manager": "~2.0.2", "ocramius/proxy-manager": "~2.0.2",
"phpstan/phpstan": "^0.9.2", "phpstan/phpstan": "^0.12",
"phpunit/phpunit": "~6.4" "phpunit/phpunit": "^8.5"
}, },
"suggest": { "suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
@ -743,7 +743,17 @@
"ioc", "ioc",
"psr11" "psr11"
], ],
"time": "2019-12-12T07:58:02+00:00" "funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
}
],
"time": "2020-04-06T09:54:49+00:00"
}, },
{ {
"name": "php-di/phpdoc-reader", "name": "php-di/phpdoc-reader",
@ -2497,16 +2507,16 @@
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "4.4.0", "version": "4.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "207acac048652a35d4762a737d59e317aedc02df" "reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/207acac048652a35d4762a737d59e317aedc02df", "url": "https://api.github.com/repos/slimphp/Slim/zipball/5613cbb521081ed676d5d7eb3e44f2b80a818c24",
"reference": "207acac048652a35d4762a737d59e317aedc02df", "reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2517,7 +2527,8 @@
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0" "psr/http-server-middleware": "^1.0",
"psr/log": "^1.1"
}, },
"require-dev": { "require-dev": {
"adriansuter/php-autoload-override": "^1.0", "adriansuter/php-autoload-override": "^1.0",
@ -2530,8 +2541,8 @@
"phpspec/prophecy": "^1.10", "phpspec/prophecy": "^1.10",
"phpstan/phpstan": "^0.11.5", "phpstan/phpstan": "^0.11.5",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",
"slim/http": "^0.7", "slim/http": "^1.0",
"slim/psr7": "^0.3", "slim/psr7": "^1.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"suggest": { "suggest": {
@ -2585,7 +2596,7 @@
"micro", "micro",
"router" "router"
], ],
"time": "2020-01-05T03:51:47+00:00" "time": "2020-04-14T20:49:48+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -2837,16 +2848,16 @@
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.7.0", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598" "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598", "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598", "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2854,7 +2865,7 @@
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"vimeo/psalm": "<3.6.0" "vimeo/psalm": "<3.9.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13" "phpunit/phpunit": "^4.8.36 || ^7.5.13"
@ -2881,7 +2892,7 @@
"check", "check",
"validate" "validate"
], ],
"time": "2020-02-14T12:15:55+00:00" "time": "2020-04-18T12:12:48+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],