From 647a328e1b4d029635ffe66cddbe6e1200465bc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 13:46:58 +0900 Subject: [PATCH 1/2] chore(deps): update dependency eslint to v7.20.0 (#218) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index df77362..709be79 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/url-regex-safe": "1.0.0", "@typescript-eslint/eslint-plugin": "4.15.0", "@typescript-eslint/parser": "4.15.0", - "eslint": "7.19.0", + "eslint": "7.20.0", "eslint-config-prettier": "7.2.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.3.1", diff --git a/yarn.lock b/yarn.lock index d23bed0..bb3b5c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2855,12 +2855,12 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@7.19.0: - version "7.19.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41" - integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg== +eslint@7.20.0: + version "7.20.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" + integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw== dependencies: - "@babel/code-frame" "^7.0.0" + "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.3.0" ajv "^6.10.0" chalk "^4.0.0" @@ -2872,7 +2872,7 @@ eslint@7.19.0: eslint-utils "^2.1.0" eslint-visitor-keys "^2.0.0" espree "^7.3.1" - esquery "^1.2.0" + esquery "^1.4.0" esutils "^2.0.2" file-entry-cache "^6.0.0" functional-red-black-tree "^1.0.1" @@ -2917,10 +2917,10 @@ esprima@^4.0.0, esprima@^4.0.1: resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== -esquery@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57" - integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== +esquery@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" + integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== dependencies: estraverse "^5.1.0" From 82fec12fffe7a9746cddd23f80ab71c0b253d7b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 15:52:35 +0900 Subject: [PATCH 2/2] fix(deps): pin dependencies (#217) Co-authored-by: Renovate Bot --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 709be79..b9395ed 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "autoprefixer": "10.2.4", "cookie": "0.4.1", "core-js": "3.8.3", - "csrf": "^3.1.0", + "csrf": "3.1.0", "dataloader": "2.0.0", "dayjs": "1.10.4", "discord.js": "12.5.1", @@ -32,7 +32,7 @@ "mysql": "2.18.1", "next": "10.0.6", "next-connect": "0.9.1", - "next-session": "^3.4.0", + "next-session": "3.4.0", "next-themes": "0.0.10", "node-emoji": "1.10.0", "postcss": "8.2.6", diff --git a/yarn.lock b/yarn.lock index bb3b5c5..6b98eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2195,7 +2195,7 @@ crypto-browserify@3.12.0, crypto-browserify@^3.11.0: randombytes "^2.0.0" randomfill "^1.0.3" -csrf@^3.1.0: +csrf@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/csrf/-/csrf-3.1.0.tgz#ec75e9656d004d674b8ef5ba47b41fbfd6cb9c30" integrity sha512-uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w== @@ -5222,7 +5222,7 @@ next-connect@0.9.1: dependencies: trouter "^3.1.0" -next-session@^3.4.0: +next-session@3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/next-session/-/next-session-3.4.0.tgz#799757624a336b752298e9771ffc1d7282d76e91" integrity sha512-JBROZVndV3vBMdELMOmnm1mWNKzjSTl4niwnuVMjAhcW5Cn9UAS3YkQyOJ1I5LSiLNOxVheQ7BTuxE4nx6SDwQ==