Skip to content

Commit 34052e9

Browse files
fix(deps): update dependency commander to v14
1 parent e187c3a commit 34052e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/mike-works/sass-fundamentals#readme",
2222
"dependencies": {
2323
"chalk": "2.4.2",
24-
"commander": "2.20.3",
24+
"commander": "14.0.1",
2525
"express": "4.21.2",
2626
"livereload": "0.10.3"
2727
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,10 +1617,10 @@ combined-stream@1.0.6, combined-stream@~1.0.5, combined-stream@~1.0.6:
16171617
dependencies:
16181618
delayed-stream "~1.0.0"
16191619

1620-
commander@2.20.3:
1621-
version "2.20.3"
1622-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
1623-
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
1620+
commander@14.0.1:
1621+
version "14.0.1"
1622+
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.1.tgz#2f9225c19e6ebd0dc4404dd45821b2caa17ea09b"
1623+
integrity sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==
16241624

16251625
commander@~2.20.0:
16261626
version "2.20.0"

0 commit comments

Comments
 (0)