Skip to content

Commit 3a3aad0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update minor dependencies
1 parent 82fe264 commit 3a3aad0

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dotenv": "8.6.0",
1717
"firebase": "7.24.0",
1818
"firebase-admin": "8.13.0",
19-
"firebase-functions": "3.15.7",
19+
"firebase-functions": "3.16.0",
2020
"immer": "8.0.4",
2121
"next": "9.5.5",
2222
"react": "17.0.2",
@@ -26,8 +26,8 @@
2626
"semantic-ui-react": "2.0.4"
2727
},
2828
"devDependencies": {
29-
"@types/node": "14.17.31",
30-
"@types/react": "17.0.32",
29+
"@types/node": "14.17.32",
30+
"@types/react": "17.0.33",
3131
"@typescript-eslint/eslint-plugin": "4.33.0",
3232
"@typescript-eslint/parser": "4.33.0",
3333
"eslint": "7.32.0",

app/yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1773,10 +1773,10 @@
17731773
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
17741774
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
17751775

1776-
"@types/[email protected].31":
1777-
version "14.17.31"
1778-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.31.tgz#60a2b312e8166ee0e3f6752fcc145c1a702eac03"
1779-
integrity sha512-MUeD1RfIycvO6Msfdl4vzfce7r0FWimF8QFdY1XslfHMFYmUvcZDPkaYrqdVLOi9pugnO4ASHyThb2K4hbjxMA==
1776+
"@types/[email protected].32":
1777+
version "14.17.32"
1778+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.32.tgz#2ca61c9ef8c77f6fa1733be9e623ceb0d372ad96"
1779+
integrity sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==
17801780

17811781
"@types/node@^12.12.47":
17821782
version "12.12.62"
@@ -1813,10 +1813,10 @@
18131813
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
18141814
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
18151815

1816-
"@types/[email protected].32":
1817-
version "17.0.32"
1818-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.32.tgz#89a161286bbe2325d4d516420a27364a324909f4"
1819-
integrity sha512-hAm1pmwA3oZWbkB985RFwNvBRMG0F3KWSiC4/hNmanigKZMiKQoH5Q6etNw8HIDztTGfvXyOjPvdNnvBUCuaPg==
1816+
"@types/[email protected].33":
1817+
version "17.0.33"
1818+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.33.tgz#e01ae3de7613dac1094569880bb3792732203ad5"
1819+
integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw==
18201820
dependencies:
18211821
"@types/prop-types" "*"
18221822
"@types/scheduler" "*"
@@ -4319,10 +4319,10 @@ [email protected]:
43194319
"@google-cloud/firestore" "^3.0.0"
43204320
"@google-cloud/storage" "^4.1.2"
43214321

4322-
firebase-functions@3.15.7:
4323-
version "3.15.7"
4324-
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.15.7.tgz#ac88657e7e28f5a5926d41ae3e8fae9c94621ccd"
4325-
integrity sha512-ZD7r8eoWWebgs+mTqfH8NLUT2C0f7/cyAvIA1RSUdBVQZN7MBBt3oSlN/rL3e+m6tdlJz6YbQ3hrOKOGjOVYvQ==
4322+
firebase-functions@3.16.0:
4323+
version "3.16.0"
4324+
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.16.0.tgz#603e47c2a563a5d0d1bc28f7362d0349c2f0d33f"
4325+
integrity sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==
43264326
dependencies:
43274327
"@types/cors" "^2.8.5"
43284328
"@types/express" "4.17.3"

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"axios": "0.24.0",
2222
"dayjs": "1.10.7",
2323
"firebase-admin": "8.13.0",
24-
"firebase-functions": "3.15.7",
24+
"firebase-functions": "3.16.0",
2525
"jsonwebtoken": "8.5.1",
2626
"twitter": "1.7.1"
2727
},

functions/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2502,10 +2502,10 @@ [email protected]:
25022502
"@types/lodash" "^4.14.104"
25032503
lodash "^4.17.5"
25042504

2505-
firebase-functions@3.15.7:
2506-
version "3.15.7"
2507-
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.15.7.tgz#ac88657e7e28f5a5926d41ae3e8fae9c94621ccd"
2508-
integrity sha512-ZD7r8eoWWebgs+mTqfH8NLUT2C0f7/cyAvIA1RSUdBVQZN7MBBt3oSlN/rL3e+m6tdlJz6YbQ3hrOKOGjOVYvQ==
2505+
firebase-functions@3.16.0:
2506+
version "3.16.0"
2507+
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-3.16.0.tgz#603e47c2a563a5d0d1bc28f7362d0349c2f0d33f"
2508+
integrity sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==
25092509
dependencies:
25102510
"@types/cors" "^2.8.5"
25112511
"@types/express" "4.17.3"

0 commit comments

Comments
 (0)