Skip to content

Commit

Permalink
fix(deps): pin dependencies [skip ci] (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2020
1 parent 6078c9e commit fa4214e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -68,7 +68,7 @@
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"dotenv": "8.2.0",
"emoji-regex": "^9.0.0",
"emoji-regex": "9.0.0",
"issue-parser": "6.0.0",
"jsonwebtoken": "8.5.1",
"liwi-mongo": "5.1.0",
Expand All @@ -77,7 +77,7 @@
"react": "16.13.1",
"react-dom": "16.13.1",
"simple-oauth2": "2.5.2",
"slackify-markdown": "^2.1.0"
"slackify-markdown": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -3223,6 +3223,11 @@ elegant-spinner@^1.0.1:
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=

emoji-regex@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.0.0.tgz#48a2309cc8a1d2e9d23bc6a67c39b63032e76ea4"
integrity sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w==

emoji-regex@^7.0.1, emoji-regex@^7.0.2:
version "7.0.3"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
Expand All @@ -3233,11 +3238,6 @@ emoji-regex@^8.0.0:
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==

emoji-regex@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.0.0.tgz#48a2309cc8a1d2e9d23bc6a67c39b63032e76ea4"
integrity sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w==

encodeurl@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
Expand Down Expand Up @@ -8043,7 +8043,7 @@ sisteransi@^1.0.4:
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==

slackify-markdown@^2.1.0:
slackify-markdown@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/slackify-markdown/-/slackify-markdown-2.1.0.tgz#f2234f7d5ac471cb3481bd3b5ef775e129d29627"
integrity sha512-dVrwaZK4VZoRcdMGrvuTod+kv8T2STb4qQmvRjIEABtAwGuzqLfD2W6pQLIHPMZ0DLx4d/JPOgH75HbvNgp56w==
Expand Down

0 comments on commit fa4214e

Please sign in to comment.