Bump fs-extra from 11.1.1 to 11.2.0 (#1298)

* Bump fs-extra from 11.1.1 to 11.2.0

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

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

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>
This commit is contained in:
dependabot[bot] 2023-12-02 17:26:32 +10:00 коммит произвёл GitHub
Родитель 4620a19e67
Коммит 1aa9ad0b89
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -38,6 +38,8 @@ What's changed since v2.9.0:
[#1254](https://github.com/microsoft/PSRule-vscode/pull/1254)
- Bump vscode-languageclient to v9.0.1.
[#1252](https://github.com/microsoft/PSRule-vscode/pull/1252)
- Bump fs-extra to v11.2.0.
[#1298](https://github.com/microsoft/PSRule-vscode/pull/1298)
## v2.9.0

8
package-lock.json сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
@ -2161,9 +2161,9 @@
"optional": true
},
"node_modules/fs-extra": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
"integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",

Просмотреть файл

@ -469,7 +469,7 @@
},
"dependencies": {
"vscode-languageclient": "^9.0.1",
"fs-extra": "^11.1.1"
"fs-extra": "^11.2.0"
},
"extensionDependencies": [
"vscode.powershell",