Skip to content

Commit 03b4625

Browse files
chore(deps): update all non-major dependencies
1 parent ae9199e commit 03b4625

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"test": "yarn lint && jest"
1717
},
1818
"dependencies": {
19-
"chalk": "^4.1.0",
20-
"semver": "^7.3.2"
19+
"chalk": "^4.1.2",
20+
"semver": "^7.6.1"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "latest",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,10 +2986,10 @@ chalk@^4.0.0:
29862986
ansi-styles "^4.1.0"
29872987
supports-color "^7.1.0"
29882988

2989-
chalk@^4.1.0:
2990-
version "4.1.0"
2991-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2992-
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2989+
chalk@^4.1.2:
2990+
version "4.1.2"
2991+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2992+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
29932993
dependencies:
29942994
ansi-styles "^4.1.0"
29952995
supports-color "^7.1.0"
@@ -9669,6 +9669,11 @@ semver@^7.1.3, semver@^7.2.1, semver@^7.3.2:
96699669
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
96709670
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
96719671

9672+
semver@^7.6.1:
9673+
version "7.6.1"
9674+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.1.tgz#60bfe090bf907a25aa8119a72b9f90ef7ca281b2"
9675+
integrity sha512-f/vbBsu+fOiYt+lmwZV0rVwJScl46HppnOA1ZvIuBWKOTlllpyJ3bfVax76/OrhCH38dyxoDIA8K7uB963IYgA==
9676+
96729677
96739678
version "0.17.1"
96749679
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)