Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 7, 2021
1 parent de0e89f commit 4236e78
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/@averjs/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"json-loader": "^0.5.7",
"kill-port": "^1.6.1",
"memory-fs": "^0.4.1",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"ora": "^5.2.0",
"postcss": "^7.0.17",
Expand All @@ -58,7 +58,7 @@
"postcss-safe-parser": "^5.0.2",
"pug-plain-loader": "^1.1.0",
"register-service-worker": "^1.7.2",
"sass": "^1.32.0",
"sass": "^1.32.2",
"sass-loader": "^10.1.0",
"socket.io-client": "^2.4.0",
"style-resources-loader": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@averjs/shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
"open": "^7.3.0"
"open": "^7.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/@averjs/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/exreplay/aver.js/issues"
},
"dependencies": {
"socket.io": "^2.4.0",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"socket.io-redis": "^5.4.0"
},
Expand Down
32 changes: 20 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11757,10 +11757,10 @@ nodemailer@^6.4.16, nodemailer@^6.4.17:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.4.17.tgz#8de98618028953b80680775770f937243a7d7877"
integrity sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ==

nodemon@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.6.tgz#1abe1937b463aaf62f0d52e2b7eaadf28cc2240d"
integrity sha512-4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ==
nodemon@^2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32"
integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==
dependencies:
chokidar "^3.2.2"
debug "^3.2.6"
Expand Down Expand Up @@ -12085,6 +12085,14 @@ open@^7.3.0:
is-docker "^2.0.0"
is-wsl "^2.1.1"

open@^7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/open/-/open-7.3.1.tgz#111119cb919ca1acd988f49685c4fdd0f4755356"
integrity sha512-f2wt9DCBKKjlFbjzGb8MOAW8LH8F0mrs1zc7KTjAJ9PZNQbfenzWbNP1VZJvw6ICMG9r14Ah6yfwPn7T7i646A==
dependencies:
is-docker "^2.0.0"
is-wsl "^2.1.1"

opencollective-postinstall@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259"
Expand Down Expand Up @@ -14790,10 +14798,10 @@ sass-loader@^10.1.0:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.32.0:
version "1.32.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.0.tgz#10101a026c13080b14e2b374d4e15ee24400a4d3"
integrity sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==
sass@^1.32.2:
version "1.32.2"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.2.tgz#66dc0250bc86c15d19ddee7135e93d0cf3d3257b"
integrity sha512-u1pUuzqwz3SAgvHSWp1k0mRhX82b2DdlVnP6UIetQPZtYbuJUDaPQhZE12jyjB7vYeOScfz9WPsZJB6Rpk7heA==
dependencies:
chokidar ">=2.0.0 <4.0.0"

Expand Down Expand Up @@ -15172,10 +15180,10 @@ socket.io-redis@^5.4.0:
socket.io-adapter "~1.1.0"
uid2 "0.0.3"

socket.io@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.4.0.tgz#01030a2727bd8eb2e85ea96d69f03692ee53d47e"
integrity sha512-9UPJ1UTvKayuQfVv2IQ3k7tCQC/fboDyIK62i99dAQIyHKaBsNdTpwHLgKJ6guRWxRtC9H+138UwpaGuQO9uWQ==
socket.io@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.4.1.tgz#95ad861c9a52369d7f1a68acf0d4a1b16da451d2"
integrity sha512-Si18v0mMXGAqLqCVpTxBa8MGqriHGQh8ccEOhmsmNS3thNCGBwO8WGrwMibANsWtQQ5NStdZwHqZR3naJVFc3w==
dependencies:
debug "~4.1.0"
engine.io "~3.5.0"
Expand Down

0 comments on commit 4236e78

Please sign in to comment.