Skip to content

Commit

Permalink
Merge pull request #43 from eufelipemateus/dev
Browse files Browse the repository at this point in the history
Upgrade Depedencies
  • Loading branch information
eufelipemateus authored May 15, 2022
2 parents b483de1 + 6c83cbe commit c1516a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"license": "CC-BY-NC-4.0",
"dependencies": {
"dotenv": "8.6.0",
"express": "^4.17.2",
"express": "^4.17.3",
"express-session": "~1.17.2",
"pm2": "^5.2.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0",
"systemjs": "^6.10.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@ async-listener@^0.6.0:
shimmer "^1.1.0"

async@^2.6.3, async@~2.6.1:
version "2.6.3"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
version "2.6.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"

Expand Down Expand Up @@ -2401,9 +2401,9 @@ minimatch@^3.0.4:
brace-expansion "^1.1.7"

minimist@^1.2.0:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

mkdirp@1.0.4:
version "1.0.4"
Expand Down

0 comments on commit c1516a4

Please sign in to comment.