Skip to content

Commit

Permalink
Bump fs-extra from 11.1.0 to 11.1.1 (#1058)
Browse files Browse the repository at this point in the history
* Bump fs-extra from 11.1.0 to 11.1.1

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.1.0...11.1.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
  • Loading branch information
dependabot[bot] and BernieWhite authored Mar 25, 2023
1 parent 9afe176 commit 65d59f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,18 @@ What's changed since v2.7.0:
[#1036](https://github.com/microsoft/PSRule-vscode/pull/1036)
- Bump mocha to v10.2.0.
[#957](https://github.com/microsoft/PSRule-vscode/pull/957)
- Bump @vscode/test-electron to v2.3.0.
[#1035](https://github.com/microsoft/PSRule-vscode/pull/1035)
- Bump @types/fs-extra to v11.0.1.
[#986](https://github.com/microsoft/PSRule-vscode/pull/986)
- Bump fs-extra to v11.1.1.
[#1058](https://github.com/microsoft/PSRule-vscode/pull/1058)
- Bump glob to v8.1.0.
[#990](https://github.com/microsoft/PSRule-vscode/pull/990)
- Bump @types/glob to v8.0.1.
[#997](https://github.com/microsoft/PSRule-vscode/pull/997)
- Bump typescript to v5.0.2.
[#1053](https://github.com/microsoft/PSRule-vscode/pull/1053)
- Bump minimist to v1.2.8.
[#1014](https://github.com/microsoft/PSRule-vscode/pull/1014)
- Bump vscode-languageclient to v8.1.0.
[#1021](https://github.com/microsoft/PSRule-vscode/pull/1021)
- Bump @vscode/test-electron to v2.3.0.
[#1035](https://github.com/microsoft/PSRule-vscode/pull/1035)

## v2.7.0

Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
},
"dependencies": {
"vscode-languageclient": "^8.1.0",
"fs-extra": "^11.1.0"
"fs-extra": "^11.1.1"
},
"extensionDependencies": [
"vscode.powershell",
Expand Down

0 comments on commit 65d59f0

Please sign in to comment.