Skip to content

Commit 7a57c20

Browse files
Merge pull request #522 from brianlovin/dependabot/npm_and_yarn/twilio-3.40.0
2 parents 707c581 + 6429ed6 commit 7a57c20

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"styled-components": "^4.4.1",
3333
"swr": "^0.1.18",
3434
"throttle-debounce": "^2.1.0",
35-
"twilio": "^3.39.5",
35+
"twilio": "^3.40.0",
3636
"unified": "^8.4.2",
3737
"unified-stream": "^1.0.5",
3838
"use-dark-mode": "^2.3.1"

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1582,10 +1582,10 @@
15821582
"@types/node" "*"
15831583
"@types/range-parser" "*"
15841584

1585-
"@types/express@^4.17.2":
1586-
version "4.17.2"
1587-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.2.tgz#a0fb7a23d8855bac31bc01d5a58cadd9b2173e6c"
1588-
integrity sha512-5mHFNyavtLoJmnusB8OKJ5bshSzw+qkMIBAobLrIM48HJvunFva9mOa6aBwh64lBFyNwBbs0xiEFuj4eU/NjCA==
1585+
"@types/express@^4.17.3":
1586+
version "4.17.3"
1587+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9"
1588+
integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==
15891589
dependencies:
15901590
"@types/body-parser" "*"
15911591
"@types/express-serve-static-core" "*"
@@ -3579,10 +3579,10 @@ date-fns@^1.27.2:
35793579
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
35803580
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
35813581

3582-
dayjs@^1.8.20:
3583-
version "1.8.20"
3584-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.20.tgz#724a5cb6ad1f6fc066b0bd9a800dedcc7886f19e"
3585-
integrity sha512-mH0MCDxw6UCGJYxVN78h8ugWycZAO8thkj3bW6vApL5tS0hQplIDdAQcmbvl7n35H0AKdCJQaArTrIQw2xt4Qg==
3582+
dayjs@^1.8.21:
3583+
version "1.8.21"
3584+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.21.tgz#98299185b72b9b679f31c7ed987b63923c961552"
3585+
integrity sha512-1kbWK0hziklUHkGgiKr7xm59KwAg/K3Tp7H/8X+f58DnNCwY3pKYjOCJpIlVs125FRBukGVZdKZojC073D0IeQ==
35863586

35873587
[email protected], debug@^2.2.0, debug@^2.3.3:
35883588
version "2.6.9"
@@ -9698,13 +9698,13 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
96989698
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
96999699
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
97009700

9701-
twilio@^3.39.5:
9702-
version "3.39.5"
9703-
resolved "https://registry.yarnpkg.com/twilio/-/twilio-3.39.5.tgz#1512ae1de83441609acf7328a75442c439e6c3af"
9704-
integrity sha512-IuiHFRuq7e+rXMNRDqwXo16ITefPsPh1reI/rRKFVbvRNRY88LnnN5Qdjyw90UWqWxqMwGqYXt253tAvt1pI3g==
9701+
twilio@^3.40.0:
9702+
version "3.40.0"
9703+
resolved "https://registry.yarnpkg.com/twilio/-/twilio-3.40.0.tgz#0a231a2b82b93aad0ac6c2b13d538a68bf0de119"
9704+
integrity sha512-aXDhmEm5RWMd+5kVbfMp1WTZIGiDwzuLewkzqhWE0eww2T6/PvK4Q4NoPJXDGh7LbcUjRhaS/8PzioSURAqDPw==
97059705
dependencies:
9706-
"@types/express" "^4.17.2"
9707-
dayjs "^1.8.20"
9706+
"@types/express" "^4.17.3"
9707+
dayjs "^1.8.21"
97089708
jsonwebtoken "^8.5.1"
97099709
lodash "^4.17.15"
97109710
q "2.0.x"

0 commit comments

Comments
 (0)