Skip to content

Commit

Permalink
Bump rimraf from 6.0.0 to 6.0.1 in /sup/vscode
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alexrp committed Jul 11, 2024
1 parent e55be50 commit 4ba38c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions sup/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sup/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"js-yaml": "4.1.0",
"mkdirp": "3.0.1",
"ovsx": "0.9.1",
"rimraf": "6.0.0"
"rimraf": "6.0.1"
},
"scripts": {
"build": "rimraf ../../vscode/tmp && mkdirp ../../vscode/tmp && cpy README.md language-configuration.json package.json ../../vscode/tmp && mkdirp ../../vscode/tmp/syntaxes && js-yaml syntaxes/gc.tmLanguage.yml > ../../vscode/tmp/syntaxes/gc.tmLanguage.json && cd ../../vscode/tmp && cpy ../../LICENSE-0BSD . --flat --rename=LICENSE && cpy \"../../graf.{png,svg}\" . --flat && vsce package -o ../.."
Expand Down

0 comments on commit 4ba38c6

Please sign in to comment.