Bump concurrently from 9.0.0 to 9.0.1 in /ui (#1378)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8a0c17ba2
commit
4296d5a3a4
|
@ -14,7 +14,7 @@
|
|||
"@sveltejs/vite-plugin-svelte": "^2.5.3",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"brotli": "^1.3.3",
|
||||
"concurrently": "^9.0.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"cssnano": "^7.0.6",
|
||||
"mime": "^4.0.4",
|
||||
"pascal-case": "^4.0.0",
|
||||
|
@ -1382,9 +1382,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/concurrently": {
|
||||
"version": "9.0.0",
|
||||
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.0.tgz",
|
||||
"integrity": "sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw==",
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz",
|
||||
"integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@sveltejs/vite-plugin-svelte": "^2.5.3",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"brotli": "^1.3.3",
|
||||
"concurrently": "^9.0.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"cssnano": "^7.0.6",
|
||||
"mime": "^4.0.4",
|
||||
"pascal-case": "^4.0.0",
|
||||
|
|
Loading…
Reference in New Issue