Skip to content

Commit 183408b

Browse files
committed
updated p5 dependency
1 parent a02edc4 commit 183408b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "jest --watch"
1313
},
1414
"dependencies": {
15-
"p5": "^1.4.1"
15+
"p5": "^1.4.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.18.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3455,10 +3455,10 @@ p-try@^2.0.0:
34553455
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
34563456
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
34573457

3458-
p5@^1.4.1:
3459-
version "1.4.1"
3460-
resolved "https://registry.yarnpkg.com/p5/-/p5-1.4.1.tgz#979739a576eb566225642b5d25cf7bb8945b70dd"
3461-
integrity sha512-3/X+qb0bK2Cg8nuZNpZZvzxkeUSRghOf0S+l8c+U8yIkUTVSbbcV0R8y96rx3InVBVhk8cH9kFC93VlZZElqSw==
3458+
p5@^1.4.2:
3459+
version "1.4.2"
3460+
resolved "https://registry.yarnpkg.com/p5/-/p5-1.4.2.tgz#c258fcf655ff75bd4e8b530607c9a96e6a556023"
3461+
integrity sha512-J5zqZ/l1NIbJSuNr/FH9nDYgBRg7/NubStNPnx1fQCMSAgxI6peKDHs9i5iaG9EuwbJzjuG6/5bX/D0lqqrP9A==
34623462

34633463
parcel@^2.5.0:
34643464
version "2.5.0"

0 commit comments

Comments
 (0)