Skip to content

Commit

Permalink
chore(deps): bump fs-extra from 9.0.1 to 9.1.0 (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2021
1 parent 4bbbefc commit d3b5f5a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/@jsii/go-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^10.17.51",
"codemaker": "^0.0.0",
"eslint": "^7.18.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jsii-calc": "^0.0.0",
"jsii-pacmak": "^0.0.0",
"prettier": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@octokit/rest": "^18.0.12",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jsii": "^0.0.0",
"jsii-pacmak": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@jsii/spec": "^0.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"tar": "^6.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@jsii/runtime": "^0.0.0"
},
"devDependencies": {
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^0.0.0",
"jsii-pacmak": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"camelcase": "^6.2.0",
"decamelize": "^5.0.0",
"fs-extra": "^9.0.1"
"fs-extra": "^9.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@jsii/spec": "^0.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.3.0",
"typescript": "~3.9.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"codemaker": "^0.0.0",
"commonmark": "^0.29.3",
"escape-string-regexp": "^4.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"jsii-reflect": "^0.0.0",
"jsii-rosetta": "^0.0.0",
"semver": "^7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@jsii/spec": "^0.0.0",
"colors": "^1.4.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"oo-ascii-tree": "^0.0.0",
"yargs": "^16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@jsii/spec": "^0.0.0",
"commonmark": "^0.29.3",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"typescript": "~3.9.7",
"xmldom": "^0.4.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"case": "^1.6.3",
"colors": "^1.4.0",
"deep-equal": "^2.0.5",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"log4js": "^6.3.0",
"semver": "^7.3.4",
"semver-intersect": "^1.4.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock

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

0 comments on commit d3b5f5a

Please sign in to comment.