diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart index b3f013ec..b9e6dbcf 100644 --- a/lib/src/command_runner.dart +++ b/lib/src/command_runner.dart @@ -163,7 +163,7 @@ Run ${lightCyan.wrap('very_good update')} to update''', lightMagenta.wrap(''' Thank you for using Very Good Ventures open source tools! -Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates')))}'''), +Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/dev/tools/cli/subscribe')))}'''), print: _logger.info, ); } diff --git a/pubspec.yaml b/pubspec.yaml index 4fd2d09c..5f6c1fc5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: mason_logger: ^0.3.0 meta: ^1.15.0 package_config: ^2.1.0 - pana: 0.22.15 # Very Good CLI is using private PANA's license detector that might break in a minor version update. Be sure that CI passes before merging a change to this package version! + pana: 0.22.16 # Very Good CLI is using private PANA's license detector that might break in a minor version update. Be sure that CI passes before merging a change to this package version! path: ^1.9.0 pub_updater: ^0.5.0 pubspec_parse: ^1.3.0 diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 5109bd16..ecd46131 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -61,8 +61,8 @@ const config = { className: 'button nav-button', }, { - label: 'VGV.DEV', - to: 'https://vgv.dev', + label: 'VGV Dev Tools', + to: 'https://verygood.ventures/dev', position: 'right', }, { diff --git a/site/package-lock.json b/site/package-lock.json index 492818cb..c5dba0e3 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -8873,9 +8873,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -8896,7 +8896,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -8911,6 +8911,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express/node_modules/content-disposition": { @@ -8938,9 +8942,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "node_modules/express/node_modules/range-parser": { "version": "1.2.1", @@ -14487,8 +14491,9 @@ "license": "MIT" }, "node_modules/path-to-regexp": { - "version": "1.8.0", - "license": "MIT", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", "dependencies": { "isarray": "0.0.1" } diff --git a/test/src/command_runner_test.dart b/test/src/command_runner_test.dart index dff8dcc5..5c207b38 100644 --- a/test/src/command_runner_test.dart +++ b/test/src/command_runner_test.dart @@ -224,7 +224,7 @@ void main() { () => logger.info( any( that: contains( - 'https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates', + 'https://verygood.ventures/dev/tools/cli/subscribe', ), ), ),