mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-11 10:13:43 +00:00
Bump commander from 13.0.0 to 13.1.0
Bumps [commander](https://github.com/tj/commander.js) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "0.2.2",
|
||||
"commander": "^13.0.0",
|
||||
"commander": "^13.1.0",
|
||||
"slip": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "1.0.0",
|
||||
"commander": "^13.0.0"
|
||||
"commander": "^13.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "0.2.2",
|
||||
"commander": "^13.0.0",
|
||||
"commander": "^13.1.0",
|
||||
"slip": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+7
-6
@@ -26,7 +26,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "0.2.2",
|
||||
"commander": "^13.0.0",
|
||||
"commander": "^13.1.0",
|
||||
"slip": "^1.0.2"
|
||||
},
|
||||
"bin": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "1.0.0",
|
||||
"commander": "^13.0.0"
|
||||
"commander": "^13.1.0"
|
||||
},
|
||||
"bin": {
|
||||
"readosc": "src/main.js"
|
||||
@@ -59,7 +59,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jwetzell/osc": "0.2.2",
|
||||
"commander": "^13.0.0",
|
||||
"commander": "^13.1.0",
|
||||
"slip": "^1.0.2"
|
||||
},
|
||||
"bin": {
|
||||
@@ -771,9 +771,10 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/commander": {
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-13.0.0.tgz",
|
||||
"integrity": "sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
||||
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user