Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] a30f1fe0ef
Bump yargs-parser, get-port-cli and wait-for-localhost-cli
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 20.2.9 and updates ancestor dependencies [yargs-parser](https://github.com/yargs/yargs-parser), [get-port-cli](https://github.com/sindresorhus/get-port-cli) and [wait-for-localhost-cli](https://github.com/sindresorhus/wait-for-localhost-cli). These dependencies need to be updated together.


Updates `yargs-parser` from 10.1.0 to 20.2.9
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v10.1.0...yargs-parser-v20.2.9)

Updates `get-port-cli` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/get-port-cli/releases)
- [Commits](https://github.com/sindresorhus/get-port-cli/compare/v2.0.0...v3.0.0)

Updates `wait-for-localhost-cli` from 1.1.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/wait-for-localhost-cli/releases)
- [Commits](https://github.com/sindresorhus/wait-for-localhost-cli/compare/v1.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
- dependency-name: get-port-cli
  dependency-type: direct:development
- dependency-name: wait-for-localhost-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 07:47:01 +00:00
2 changed files with 754 additions and 365 deletions

1115
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"autoprefixer": "^9.6.0",
"bulma": "^0.8.0",
"conventional-changelog-cli": "^2.0.21",
"get-port-cli": "^2.0.0",
"get-port-cli": "^3.0.0",
"gh-pages": "^2.2.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
@ -59,7 +59,7 @@
"standard-version": "^6.0.1",
"svelte": "^3.9.2",
"svelte-preprocess": "^2.12.0",
"wait-for-localhost-cli": "^1.1.0"
"wait-for-localhost-cli": "^3.0.0"
},
"scripts": {
"scss": "cd src && node-sass svelma-pro.scss svelma-pro.css",