Bump websocket-extensions from 0.1.3 to 0.1.4 #1

Closed
dependabot[bot] wants to merge 2 commits from dependabot/npm_and_yarn/websocket-extensions-0.1.4 into master
3 changed files with 7 additions and 7 deletions

4
composer.lock generated
View File

@ -2187,7 +2187,7 @@
},
{
"name": "symfony/css-selector",
"version": "v5.1.1",
"version": "v5.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@ -2775,7 +2775,7 @@
},
{
"name": "symfony/mime",
"version": "v5.1.1",
"version": "v5.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",

6
package-lock.json generated
View File

@ -10952,9 +10952,9 @@
}
},
"websocket-extensions": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz",
"integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
"dev": true
},
"which": {

View File

@ -37,7 +37,7 @@ Run the database migrations (**Set the database connection in .env before migrat
php artisan migrate
Grant folder permissions (**Set the database connection in .env before migrating**)
Grant folder permissions for webserver user
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
@ -49,7 +49,7 @@ Start the local development server
## Environment variables
- .env - Environment variables can be set in this file
- `.env` - Environment variables can be set in this file
***Note*** : You can quickly set the database information, the solr connection string and other variables in this file and have the application fully working.