8000 [node-core-library] Bump fs-extra to 11.3.0 (#5088) · OlliMartin/rushstack@52d951e · GitHub
[go: up one dir, main page]

Skip to content

Commit 52d951e

Browse files
authored
[node-core-library] Bump fs-extra to 11.3.0 (microsoft#5088)
* chore(deps): bump fs-extra to 11.3.0 * rush update * rush change --------- Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
1 parent ae38aee commit 52d951e

File tree

19 files changed

+88
-70
lines changed

19 files changed

+88
-70
lines changed

build-tests/api-documenter-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rushstack/node-core-library": "workspace:*",
1616
"@types/jest": "29.2.5",
1717
"@types/node": "18.17.15",
18-
"fs-extra": "~7.0.1",
18+
"fs-extra": "~11.3.0",
1919
"typescript": "~5.4.2"
2020
}
2121
}

build-tests/api-extractor-d-cts-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@microsoft/api-extractor": "workspace:*",
1414
"@types/jest": "29.2.5",
1515
"@types/node": "18.17.15",
16-
"fs-extra": "~7.0.1",
16+
"fs-extra": "~11.3.0",
1717
"typescript": "~5.4.2"
1818
}
1919
}

build-tests/api-extractor-d-mts-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@microsoft/api-extractor": "workspace:*",
1515
"@types/jest": "29.2.5",
1616
"@types/node": "18.17.15",
17-
"fs-extra": "~7.0.1",
17+
"fs-extra": "~11.3.0",
1818
"typescript": "~5.4.2"
1919
}
2020
}

build-tests/api-extractor-lib1-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@microsoft/api-extractor": "workspace:*",
14-
"fs-extra": "~7.0.1",
14+
"fs-extra": "~11.3.0",
1515
"typescript": "~2.9.2"
1616
}
1717
}

build-tests/api-extractor-lib2-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@microsoft/api-extractor": "workspace:*",
1414
"@types/jest": "29.2.5",
1515
"@types/node": "18.17.15",
16-
"fs-extra": "~7.0.1",
16+
"fs-extra": "~11.3.0",
1717
"typescript": "~5.4.2"
1818
}
1919
}

build-tests/api-extractor-lib3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@microsoft/api-extractor": "workspace:*",
1717
"@types/jest": "29.2.5",
1818
"@types/node": "18.17.15",
19-
"fs-extra": "~7.0.1",
19+
"fs-extra": "~11.3.0",
2020
"typescript": "~5.4.2"
2121
}
2222
}

build-tests/api-extractor-lib4-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@microsoft/api-extractor": "workspace:*",
1414
"@types/jest": "29.2.5",
1515
"@types/node": "18.17.15",
16-
"fs-extra": "~7.0.1",
16+
"fs-extra": "~11.3.0",
1717
"typescript": "~5.4.2"
1818
}
1919
}

build-tests/api-extractor-lib5-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@microsoft/api-extractor": "workspace:*",
1414
"@types/jest": "29.2.5",
1515
"@types/node": "18.17.15",
16-
"fs-extra": "~7.0.1",
16+
"fs-extra": "~11.3.0",
1717
"typescript": "~5.4.2"
1818
}
1919
}

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@microsoft/api-extractor": "workspace:*",
1919
"@types/heft-jest": "1.0.1",
2020
"@types/node": "18.17.15",
21-
"fs-extra": "~7.0.1",
21+
"fs-extra": "~11.3.0",
2222
"typescript": "~5.4.2"
2323
}
2424
}

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@microsoft/api-extractor": "workspace:*",
1919
"@types/node": "18.17.15",
20-
"fs-extra": "~7.0.1",
20+
"fs-extra": "~11.3.0",
2121
"typescript": "~5.4.2"
2222
}
2323
}

0 commit comments

Comments
 (0)
0