Skip to content

Commit 3b03bb4

Browse files
chore(deps): bump fs-extra from 11.3.0 to 11.3.2 (#1644)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.0 to 11.3.2. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.0...11.3.2) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.2 dependency-type: direct:production 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>
1 parent 1827fc9 commit 3b03bb4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "18.11.19",
4040
"aws-cdk-lib": "2.163.0",
4141
"constructs": "^10.0.0",
42-
"fs-extra": "^11.3.0",
42+
"fs-extra": "^11.3.2",
4343
"jest": "^29.7.0",
4444
"jest-junit": "^16.0.0",
4545
"lerna": "^8.2.0",

tools/pkglint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"case": "^1.6.3",
5858
"colors": "1.4.0",
59-
"fs-extra": "^11.1.0",
59+
"fs-extra": "^11.3.2",
6060
"semver": "^7.5.4",
6161
"yargs": "^17.7.2"
6262
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7447,10 +7447,10 @@ fs-extra@^10.1.0:
74477447
jsonfile "^6.0.1"
74487448
universalify "^2.0.0"
74497449

7450-
fs-extra@^11.1.0, fs-extra@^11.2.0, fs-extra@^11.3.0:
7451-
version "11.3.0"
7452-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
7453-
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
7450+
fs-extra@^11.2.0, fs-extra@^11.3.2:
7451+
version "11.3.2"
7452+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
7453+
integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
74547454
dependencies:
74557455
graceful-fs "^4.2.0"
74567456
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)