mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Update dependencies
This commit is contained in:
parent
c4396dc63f
commit
c7163fa6f9
3 changed files with 23 additions and 23 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -7145,16 +7145,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mockery/mockery",
|
"name": "mockery/mockery",
|
||||||
"version": "1.6.9",
|
"version": "1.6.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mockery/mockery.git",
|
"url": "https://github.com/mockery/mockery.git",
|
||||||
"reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
|
"reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/47065d1be1fa05def58dc14c03cf831d3884ef0b",
|
||||||
"reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
|
"reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -7166,8 +7166,8 @@
|
||||||
"phpunit/phpunit": "<8.0"
|
"phpunit/phpunit": "<8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.5 || ^9.6.10",
|
"phpunit/phpunit": "^8.5 || ^9.6.17",
|
||||||
"symplify/easy-coding-standard": "^12.0.8"
|
"symplify/easy-coding-standard": "^12.1.14"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -7224,7 +7224,7 @@
|
||||||
"security": "https://github.com/mockery/mockery/security/advisories",
|
"security": "https://github.com/mockery/mockery/security/advisories",
|
||||||
"source": "https://github.com/mockery/mockery"
|
"source": "https://github.com/mockery/mockery"
|
||||||
},
|
},
|
||||||
"time": "2023-12-10T02:24:34+00:00"
|
"time": "2024-03-19T16:15:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "myclabs/deep-copy",
|
"name": "myclabs/deep-copy",
|
||||||
|
|
20
package.json
20
package.json
|
@ -8,15 +8,15 @@
|
||||||
"browser-sync": "3.0.2"
|
"browser-sync": "3.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.23.9",
|
"@babel/core": "7.24.1",
|
||||||
"@babel/preset-env": "7.23.9",
|
"@babel/preset-env": "7.24.1",
|
||||||
"@fortawesome/fontawesome-free": "6.5.1",
|
"@fortawesome/fontawesome-free": "6.5.1",
|
||||||
"@mr-hope/gulp-sass": "3.1.1",
|
"@mr-hope/gulp-sass": "3.1.1",
|
||||||
"autonumeric": "4.10.5",
|
"autonumeric": "4.10.5",
|
||||||
"autoprefixer": "10.4.17",
|
"autoprefixer": "10.4.18",
|
||||||
"axios": "1.6.7",
|
"axios": "1.6.8",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
"bootstrap": "5.3.2",
|
"bootstrap": "5.3.3",
|
||||||
"easymde": "2.18.0",
|
"easymde": "2.18.0",
|
||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"flatpickr": "4.6.13",
|
"flatpickr": "4.6.13",
|
||||||
|
@ -34,16 +34,16 @@
|
||||||
"list.js": "2.3.1",
|
"list.js": "2.3.1",
|
||||||
"minimist": "1.2.8",
|
"minimist": "1.2.8",
|
||||||
"popper.js": "1.16.1",
|
"popper.js": "1.16.1",
|
||||||
"postcss": "8.4.35",
|
"postcss": "8.4.37",
|
||||||
"sass": "1.70.0",
|
"sass": "1.72.0",
|
||||||
"sortablejs": "1.15.2",
|
"sortablejs": "1.15.2",
|
||||||
"spinkit": "2.0.1",
|
"spinkit": "2.0.1",
|
||||||
"terser-webpack-plugin": "5.3.10",
|
"terser-webpack-plugin": "5.3.10",
|
||||||
"vue": "3.4.18",
|
"vue": "3.4.21",
|
||||||
"vue-loader": "17.4.2",
|
"vue-loader": "17.4.2",
|
||||||
"vue-router": "4.2.5",
|
"vue-router": "4.3.0",
|
||||||
"vuex": "4.1.0",
|
"vuex": "4.1.0",
|
||||||
"webpack": "5.90.1",
|
"webpack": "5.90.3",
|
||||||
"what-input": "5.2.12"
|
"what-input": "5.2.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,13 +8,13 @@
|
||||||
"browser-sync": "3.0.2"
|
"browser-sync": "3.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.23.9",
|
"@babel/core": "7.24.1",
|
||||||
"@babel/preset-env": "7.23.9",
|
"@babel/preset-env": "7.24.1",
|
||||||
"@fortawesome/fontawesome-free": "6.5.1",
|
"@fortawesome/fontawesome-free": "6.5.1",
|
||||||
"@mr-hope/gulp-sass": "3.1.1",
|
"@mr-hope/gulp-sass": "3.1.1",
|
||||||
"autonumeric": "4.10.5",
|
"autonumeric": "4.10.5",
|
||||||
"autoprefixer": "10.4.17",
|
"autoprefixer": "10.4.18",
|
||||||
"bootstrap": "5.3.2",
|
"bootstrap": "5.3.3",
|
||||||
"easymde": "2.18.0",
|
"easymde": "2.18.0",
|
||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"flatpickr": "4.6.13",
|
"flatpickr": "4.6.13",
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
"list.js": "2.3.1",
|
"list.js": "2.3.1",
|
||||||
"minimist": "1.2.8",
|
"minimist": "1.2.8",
|
||||||
"popper.js": "1.16.1",
|
"popper.js": "1.16.1",
|
||||||
"postcss": "8.4.35",
|
"postcss": "8.4.37",
|
||||||
"sass": "1.70.0",
|
"sass": "1.72.0",
|
||||||
"sortablejs": "1.15.2",
|
"sortablejs": "1.15.2",
|
||||||
"spinkit": "2.0.1",
|
"spinkit": "2.0.1",
|
||||||
"what-input": "5.2.12"
|
"what-input": "5.2.12"
|
||||||
|
|
Loading…
Reference in a new issue