Merge pull request #157 from jwetzell/dependabot/npm_and_yarn/globals-16.4.0

Bump globals from 16.3.0 to 16.4.0
This commit is contained in:
2025-10-12 13:19:10 -05:00
committed by GitHub
2 changed files with 25 additions and 7 deletions
+24 -6
View File
@@ -16,7 +16,7 @@
"eslint": "9.18.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"globals": "16.3.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"typescript-eslint": "8.46.0"
}
@@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {
"@jwetzell/osc": "1.6.0",
"commander": "14.0.0",
"commander": "14.0.1",
"slip": "1.0.2"
},
"bin": {
@@ -39,12 +39,21 @@
"integrity": "sha512-8xu/e18Y+/GiBiji89IWrsUEydzi2uuCqpJNEfW02fxv0P+gnbyCFhoByk023fT0h+ZXV113Y7GqvUz85n9LDg==",
"license": "MIT"
},
"apps/makeosc/node_modules/commander": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
"integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"apps/readosc": {
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@jwetzell/osc": "1.6.0",
"commander": "14.0.0",
"commander": "14.0.1",
"slip": "1.0.2"
},
"bin": {
@@ -57,6 +66,15 @@
"integrity": "sha512-8xu/e18Y+/GiBiji89IWrsUEydzi2uuCqpJNEfW02fxv0P+gnbyCFhoByk023fT0h+ZXV113Y7GqvUz85n9LDg==",
"license": "MIT"
},
"apps/readosc/node_modules/commander": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz",
"integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"apps/sendosc": {
"version": "1.0.1",
"license": "MIT",
@@ -1326,9 +1344,9 @@
}
},
"node_modules/globals": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
"integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
"dev": true,
"license": "MIT",
"engines": {
+1 -1
View File
@@ -25,7 +25,7 @@
"eslint": "9.18.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"globals": "16.3.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"typescript-eslint": "8.46.0"
}