Browse Source

Update the dependencies

pull/676/head
Timothée Jaussoin 8 years ago
parent
commit
4773c29bc8
  1. 2
      app/widgets/Notification/notification.js
  2. 29
      composer.lock

2
app/widgets/Notification/notification.js

@ -24,6 +24,7 @@ var Notification = {
sec*1000);
},
refresh : function(keys) {
console.log(keys);
var counters = document.querySelectorAll('.counter');
for(i = 0; i < counters.length; i++) {
var n = counters[i];
@ -195,4 +196,3 @@ if (typeof MovimWebsocket != 'undefined') {
});
});
}

29
composer.lock

@ -1359,16 +1359,16 @@
},
{
"name": "nesbot/carbon",
"version": "1.30.0",
"version": "1.31.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "863a1a651ea324e1838da3a52753a4239b9d4bea"
"reference": "4dbe0e51d24a4c7e000999324d21fc25edbf7b05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/863a1a651ea324e1838da3a52753a4239b9d4bea",
"reference": "863a1a651ea324e1838da3a52753a4239b9d4bea",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4dbe0e51d24a4c7e000999324d21fc25edbf7b05",
"reference": "4dbe0e51d24a4c7e000999324d21fc25edbf7b05",
"shasum": ""
},
"require": {
@ -1380,6 +1380,13 @@
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"": "src/"
@ -1403,7 +1410,7 @@
"datetime",
"time"
],
"time": "2018-06-15T11:52:26+00:00"
"time": "2018-06-24T14:32:22+00:00"
},
{
"name": "paragonie/random_compat",
@ -2290,16 +2297,16 @@
},
{
"name": "respect/validation",
"version": "1.1.17",
"version": "1.1.18",
"source": {
"type": "git",
"url": "https://github.com/Respect/Validation.git",
"reference": "700e23777ff6954babf55eed72a286792f594648"
"reference": "54d17abcee9c6e734691754c77641a5f51ecc608"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Respect/Validation/zipball/700e23777ff6954babf55eed72a286792f594648",
"reference": "700e23777ff6954babf55eed72a286792f594648",
"url": "https://api.github.com/repos/Respect/Validation/zipball/54d17abcee9c6e734691754c77641a5f51ecc608",
"reference": "54d17abcee9c6e734691754c77641a5f51ecc608",
"shasum": ""
},
"require": {
@ -2317,7 +2324,7 @@
"egulias/email-validator": "Strict (RFC compliant) email validation",
"ext-bcmath": "Arbitrary Precision Mathematics",
"ext-mbstring": "Multibyte String Functions",
"fabpot/php-cs-fixer": "Fix PSR2 and other coding style issues",
"friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues",
"symfony/validator": "Use Symfony validator through Respect\\Validation",
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
},
@ -2349,7 +2356,7 @@
"validation",
"validator"
],
"time": "2018-06-06T12:57:39+00:00"
"time": "2018-06-23T19:15:38+00:00"
},
{
"name": "ringcentral/psr7",

Loading…
Cancel
Save