Skip to content

Commit

Permalink
chore: bump fs-extra to ^10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett committed Sep 22, 2022
1 parent e6fc044 commit 1eee33a
Show file tree
Hide file tree
Showing 36 changed files with 44 additions and 45 deletions.
4 changes: 2 additions & 2 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"amplify-frontend-javascript": "3.6.1",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"ini": "^1.3.5",
"inquirer": "^7.3.3",
"node-emoji": "^1.10.0",
Expand All @@ -44,4 +44,4 @@
"xcode": "^2.1.0",
"yargs": "^15.1.0"
}
}
}
3 changes: 1 addition & 2 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"dependencies": {
"amplify-cli-core": "3.2.0",
"amplify-prompts": "2.5.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"uuid": "^8.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chalk": "^4.1.1",
"change-case": "^4.1.1",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"amplify-cli-core": "3.2.0",
"amplify-prompts": "2.5.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"inquirer": "^7.3.3",
"ora": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "^7.6.5",
"inquirer": "^7.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"amplify-prompts": "2.5.0",
"amplify-util-headless-input": "1.9.5",
"aws-sdk": "^2.1169.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"amplify-cli-core": "3.2.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"mime-types": "^2.1.26",
"minimatch": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"dependencies": {
"amplify-cli-core": "3.2.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "^1.4.0",
"uuid": "^8.3.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"watch": "tsc --watch"
},
"dependencies": {
"@aws-amplify/amplify-environment-parameters": "1.1.1",
"amplify-cli-core": "3.2.0",
"amplify-prompts": "2.5.0",
"@aws-amplify/amplify-environment-parameters": "1.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"ora": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"amplify-cli-core": "3.2.0",
"aws-sdk": "^2.1169.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"uuid": "^8.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"aws-sdk": "^2.1169.0",
"chalk": "^4.1.1",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"promise-sequential": "^1.1.1",
"uuid": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-xr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"amplify-cli-core": "3.2.0",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cloudform-types": "^4.2.0",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "^7.6.5",
"hjson": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"env-editor": "^0.5.0",
"execa": "^5.1.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"global-prefix": "^3.0.0",
"graphql": "^15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-console-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chalk": "^4.1.1",
"cli-table3": "^0.6.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"inquirer": "^7.3.3",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-console-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"amplify-cli-core": "3.2.0",
"aws-sdk": "^2.1169.0",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"ini": "^1.3.5",
"moment": "^2.24.0",
"promise-sequential": "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-container-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@aws-amplify/amplify-category-api": "^4.0.2",
"amplify-cli-core": "3.2.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"mime-types": "^2.1.26",
"promise-sequential": "^1.1.1"
Expand All @@ -36,4 +36,4 @@
"index.js"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"amplify-function-plugin-interface": "1.9.5",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"which": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-dynamodb-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"aws-sdk": "^2.1169.0",
"detect-port": "^1.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"logdown": "^3.3.0",
"promise-toolbox": "^0.20.0",
"wait-port": "^0.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-transformer-core": "^7.6.5",
"jest-environment-node": "^26.6.2",
"lodash": "^4.17.21",
Expand All @@ -39,4 +39,4 @@
"throat": "^5.0.0",
"uuid": "^8.3.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"esm": "^3.2.25",
"execa": "^5.1.1",
"extract-zip": "^2.0.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "^7.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"aws"
],
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-config": "^2.2.1",
"inquirer": "^7.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-frontend-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"aws"
],
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-config": "^2.2.1",
"inquirer": "^7.3.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/amplify-frontend-ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"amplify-cli-core": "3.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-config": "^2.2.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"amplify-cli-core": "3.2.0",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-config": "^2.2.1",
"inquirer": "^7.3.3",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-go-function-runtime-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"amplify-function-plugin-interface": "1.9.5",
"archiver": "^5.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"get-port": "^5.1.1",
"glob": "^7.2.0",
"semver": "^7.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-config-react-app": "^7.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"graphiql": "^1.3.2",
"graphiql-explorer": "^0.6.2",
"graphql": "^15.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-graphql-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@aws-amplify/graphql-transformer-migrator": "^1.4.6",
"@aws-cdk/cloudformation-diff": "^1.159.0",
"amplify-prompts": "2.5.0",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-auth-transformer": "^7.2.43",
"graphql-connection-transformer": "^5.2.42",
"graphql-dynamodb-transformer": "^7.2.42",
Expand All @@ -63,4 +63,4 @@
"graphql-transformer-core": "^7.6.5",
"graphql-versioned-transformer": "^5.2.42"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"amplify-cli-core": "3.2.0",
"amplify-function-plugin-interface": "1.9.5",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"semver": "^7.3.5",
"which": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@aws-amplify/amplify-e2e-core": "4.2.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"graphql-transformer-core": "^7.6.5",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
Expand Down Expand Up @@ -88,4 +88,4 @@
"usePathForSuiteName": "true",
"addFileAttribute": "true"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"amplify-function-plugin-interface": "1.9.5",
"execa": "^5.1.1",
"exit": "^0.1.2",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"deep-diff": "^1.0.2",
"extract-zip": "^2.0.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"graphql": "^14.5.8",
"graphql-transformer-core": "^7.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-storage-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cors": "^2.8.5",
"etag": "^1.8.1",
"express": "^4.17.3",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"object-to-xml": "^2.0.0",
"promise-toolbox": "^0.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-headless-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.5",
"fs-extra": "^8.1.0"
"fs-extra": "^10.1.0"
},
"jest": {
"clearMocks": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"detect-port": "^1.3.0",
"dotenv": "^8.2.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"semver": "^7.3.5",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/js-yaml": "^4.0.4",
"@types/node": "^16.11.5",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"ts-node": "^10.4.0",
Expand Down

0 comments on commit 1eee33a

Please sign in to comment.