From 6bb6f3e64dc051ea99475aebf9b3cfdfea3b85ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:12:33 +0000 Subject: [PATCH] fix(deps): update dependency fs-extra to v11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .changeset/renovate-151b8b9.md | 36 ++++++ package.json | 2 +- packages/backend-app-api/package.json | 4 +- packages/backend-common/package.json | 4 +- .../package.json | 7 +- packages/backend-test-utils/package.json | 2 +- packages/cli-node/package.json | 2 +- packages/cli/package.json | 4 +- packages/config-loader/package.json | 2 +- packages/create-app/package.json | 4 +- packages/e2e-test-utils/package.json | 4 +- packages/e2e-test/package.json | 4 +- packages/repo-tools/package.json | 2 +- packages/techdocs-cli/package.json | 4 +- plugins/app-backend/package.json | 2 +- plugins/app-node/package.json | 2 +- plugins/auth-backend/package.json | 2 +- .../package.json | 4 +- plugins/catalog-backend/package.json | 2 +- plugins/devtools-backend/package.json | 2 +- plugins/kubernetes-backend/package.json | 2 +- plugins/linguist-backend/package.json | 2 +- plugins/rollbar-backend/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- plugins/scaffolder-backend/package.json | 4 +- plugins/scaffolder-node/package.json | 2 +- plugins/techdocs-backend/package.json | 2 +- plugins/techdocs-node/package.json | 4 +- yarn.lock | 121 ++++++++++-------- 35 files changed, 152 insertions(+), 100 deletions(-) create mode 100644 .changeset/renovate-151b8b9.md diff --git a/.changeset/renovate-151b8b9.md b/.changeset/renovate-151b8b9.md new file mode 100644 index 0000000000..58cdb0c844 --- /dev/null +++ b/.changeset/renovate-151b8b9.md @@ -0,0 +1,36 @@ +--- +'@backstage/backend-app-api': patch +'@backstage/backend-common': patch +'@backstage/backend-dynamic-feature-service': patch +'@backstage/backend-test-utils': patch +'@backstage/cli-node': patch +'@backstage/cli': patch +'@backstage/config-loader': patch +'@backstage/create-app': patch +'@backstage/e2e-test-utils': patch +'@backstage/repo-tools': patch +'@techdocs/cli': patch +'@backstage/plugin-app-backend': patch +'@backstage/plugin-app-node': patch +'@backstage/plugin-auth-backend': patch +'@backstage/plugin-catalog-backend-module-gerrit': patch +'@backstage/plugin-catalog-backend': patch +'@backstage/plugin-devtools-backend': patch +'@backstage/plugin-kubernetes-backend': patch +'@backstage/plugin-linguist-backend': patch +'@backstage/plugin-rollbar-backend': patch +'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch +'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch +'@backstage/plugin-scaffolder-backend-module-bitbucket': patch +'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch +'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch +'@backstage/plugin-scaffolder-backend-module-github': patch +'@backstage/plugin-scaffolder-backend-module-rails': patch +'@backstage/plugin-scaffolder-backend': patch +'@backstage/plugin-scaffolder-node': patch +'@backstage/plugin-techdocs-backend': patch +'@backstage/plugin-techdocs-node': patch +--- + +Updated dependency `fs-extra` to `11.2.0`. +Updated dependency `@types/fs-extra` to `^11.0.0`. diff --git a/package.json b/package.json index bfd28afaed..d690312393 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-notice": "^0.9.10", "eslint-plugin-react": "^7.28.0", "eslint-plugin-testing-library": "^6.0.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "husky": "^9.0.0", "knip": "^5.0.0", "lint-staged": "^15.0.0", diff --git a/packages/backend-app-api/package.json b/packages/backend-app-api/package.json index 1a79f0fd19..1d18ae0a1a 100644 --- a/packages/backend-app-api/package.json +++ b/packages/backend-app-api/package.json @@ -63,7 +63,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "helmet": "^6.0.0", "lodash": "^4.17.21", "logform": "^2.3.2", @@ -80,7 +80,7 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/compression": "^1.7.0", - "@types/fs-extra": "^9.0.3", + "@types/fs-extra": "^11.0.0", "@types/http-errors": "^2.0.0", "@types/minimist": "^1.2.0", "@types/morgan": "^1.9.0", diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json index 62d9c6ec71..bb9446910f 100644 --- a/packages/backend-common/package.json +++ b/packages/backend-common/package.json @@ -83,7 +83,7 @@ "dockerode": "^3.3.1", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "git-url-parse": "^14.0.0", "helmet": "^6.0.0", "isomorphic-git": "^1.23.0", @@ -122,7 +122,7 @@ "@types/base64-stream": "^1.0.2", "@types/compression": "^1.7.0", "@types/concat-stream": "^2.0.0", - "@types/fs-extra": "^9.0.3", + "@types/fs-extra": "^11.0.0", "@types/http-errors": "^2.0.0", "@types/pg": "^8.6.6", "@types/supertest": "^2.0.8", diff --git a/packages/backend-dynamic-feature-service/package.json b/packages/backend-dynamic-feature-service/package.json index a647dcbf45..f382b10121 100644 --- a/packages/backend-dynamic-feature-service/package.json +++ b/packages/backend-dynamic-feature-service/package.json @@ -27,11 +27,6 @@ } }, "homepage": "https://backstage.io", - "repository": { - "type": "git", - "url": "https://github.com/backstage/backstage", - "directory": "packages/backend-dynamic-feature-service" - }, "keywords": [ "backstage" ], @@ -70,7 +65,7 @@ "@types/express": "^4.17.6", "chokidar": "^3.5.3", "express": "^4.17.1", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "lodash": "^4.17.21", "winston": "^3.2.1" }, diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json index 8be922d263..19bd1225a7 100644 --- a/packages/backend-test-utils/package.json +++ b/packages/backend-test-utils/package.json @@ -51,7 +51,7 @@ "@backstage/types": "workspace:^", "better-sqlite3": "^9.0.0", "express": "^4.17.1", - "fs-extra": "^10.0.1", + "fs-extra": "^11.0.0", "knex": "^3.0.0", "msw": "^1.0.0", "mysql2": "^2.2.5", diff --git a/packages/cli-node/package.json b/packages/cli-node/package.json index 60ba687ddc..4a8bc05c82 100644 --- a/packages/cli-node/package.json +++ b/packages/cli-node/package.json @@ -33,7 +33,7 @@ "@backstage/types": "workspace:^", "@manypkg/get-packages": "^1.1.3", "@yarnpkg/parsers": "^3.0.0-rc.4", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "semver": "^7.5.3", "zod": "^3.22.4" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 62e147eeb8..789f10e899 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -93,7 +93,7 @@ "eslint-webpack-plugin": "^3.1.1", "express": "^4.17.1", "fork-ts-checker-webpack-plugin": "^9.0.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "git-url-parse": "^14.0.0", "glob": "^7.1.7", "global-agent": "^3.0.0", @@ -156,7 +156,7 @@ "@types/diff": "^5.0.0", "@types/ejs": "^3.1.3", "@types/express": "^4.17.6", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/http-proxy": "^1.17.4", "@types/inquirer": "^8.1.3", "@types/minimatch": "^5.0.0", diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index e26a54559c..fd78de876a 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -40,7 +40,7 @@ "@types/json-schema": "^7.0.6", "ajv": "^8.10.0", "chokidar": "^3.5.2", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "json-schema": "^0.4.0", "json-schema-merge-allof": "^0.8.1", "json-schema-traverse": "^1.0.0", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index d3d75e1151..1c4865adca 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -36,7 +36,7 @@ "@backstage/cli-common": "workspace:^", "chalk": "^4.0.0", "commander": "^9.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "handlebars": "^4.7.3", "inquirer": "^8.2.0", "node-fetch": "^2.6.7", @@ -47,7 +47,7 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/command-exists": "^1.2.0", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.1.3", "@types/node": "^18.17.8", "@types/recursive-readdir": "^2.2.0", diff --git a/packages/e2e-test-utils/package.json b/packages/e2e-test-utils/package.json index 84e001acff..b1063d4d10 100644 --- a/packages/e2e-test-utils/package.json +++ b/packages/e2e-test-utils/package.json @@ -41,12 +41,12 @@ }, "dependencies": { "@manypkg/get-packages": "^1.1.3", - "fs-extra": "^10.1.0" + "fs-extra": "^11.0.0" }, "devDependencies": { "@backstage/cli": "workspace:^", "@backstage/cli-node": "workspace:^", - "@types/fs-extra": "^9.0.1" + "@types/fs-extra": "^11.0.0" }, "peerDependencies": { "@playwright/test": "^1.32.3" diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index 815af0a9da..1e0aff97d0 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -33,7 +33,7 @@ "chalk": "^4.0.0", "commander": "^9.1.0", "cross-fetch": "^4.0.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "handlebars": "^4.7.3", "mysql2": "^2.2.5", "pgtools": "^1.0.0", @@ -41,7 +41,7 @@ }, "devDependencies": { "@backstage/cli": "workspace:^", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/node": "^18.17.8", "@types/puppeteer": "^5.4.4", "nodemon": "^3.0.1", diff --git a/packages/repo-tools/package.json b/packages/repo-tools/package.json index 6177d0f126..92ef81b5f7 100644 --- a/packages/repo-tools/package.json +++ b/packages/repo-tools/package.json @@ -51,7 +51,7 @@ "chalk": "^4.0.0", "codeowners-utils": "^1.0.2", "commander": "^9.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "glob": "^8.0.3", "is-glob": "^4.0.3", "js-yaml": "^4.1.0", diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json index 8a1cf2c17c..ed19e1ddb8 100644 --- a/packages/techdocs-cli/package.json +++ b/packages/techdocs-cli/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@backstage/cli": "workspace:^", "@types/commander": "^2.12.2", - "@types/fs-extra": "^9.0.6", + "@types/fs-extra": "^11.0.0", "@types/http-proxy": "^1.17.4", "@types/node": "^18.17.8", "@types/serve-handler": "^6.1.0", @@ -65,7 +65,7 @@ "@types/dockerode": "^3.3.0", "commander": "^9.1.0", "dockerode": "^3.3.1", - "fs-extra": "^10.0.1", + "fs-extra": "^11.0.0", "global-agent": "^3.0.0", "http-proxy": "^1.18.1", "react-dev-utils": "^12.0.0-next.60", diff --git a/plugins/app-backend/package.json b/plugins/app-backend/package.json index 6b91780582..0769181e3c 100644 --- a/plugins/app-backend/package.json +++ b/plugins/app-backend/package.json @@ -54,7 +54,7 @@ "@types/express": "^4.17.6", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "globby": "^11.0.0", "helmet": "^6.0.0", "knex": "^3.0.0", diff --git a/plugins/app-node/package.json b/plugins/app-node/package.json index 01acf88e7b..c1f0ffd7a6 100644 --- a/plugins/app-node/package.json +++ b/plugins/app-node/package.json @@ -37,6 +37,6 @@ "@backstage/config-loader": "workspace:^", "@types/express": "^4.17.6", "express": "^4.17.1", - "fs-extra": "10.1.0" + "fs-extra": "^11.2.0" } } diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index e3e651a9a2..30da13b82a 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -63,7 +63,7 @@ "express": "^4.17.1", "express-promise-router": "^4.1.0", "express-session": "^1.17.1", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "google-auth-library": "^8.0.0", "jose": "^4.6.0", "knex": "^3.0.0", diff --git a/plugins/catalog-backend-module-gerrit/package.json b/plugins/catalog-backend-module-gerrit/package.json index 0f5b19ef3b..33e82f2905 100644 --- a/plugins/catalog-backend-module-gerrit/package.json +++ b/plugins/catalog-backend-module-gerrit/package.json @@ -48,7 +48,7 @@ "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-catalog-node": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "node-fetch": "^2.6.7", "uuid": "^8.0.0", "winston": "^3.2.1" @@ -56,7 +56,7 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "luxon": "^3.0.0", "msw": "^1.0.0" }, diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json index 2943de7378..397f0c2f03 100644 --- a/plugins/catalog-backend/package.json +++ b/plugins/catalog-backend/package.json @@ -70,7 +70,7 @@ "core-js": "^3.6.5", "express": "^4.17.1", "fast-json-stable-stringify": "^2.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "git-url-parse": "^14.0.0", "glob": "^7.1.6", "knex": "^3.0.0", diff --git a/plugins/devtools-backend/package.json b/plugins/devtools-backend/package.json index 006de5bce9..dabda40ba9 100644 --- a/plugins/devtools-backend/package.json +++ b/plugins/devtools-backend/package.json @@ -45,7 +45,7 @@ "@yarnpkg/parsers": "^3.0.0-rc.4", "express": "^4.18.1", "express-promise-router": "^4.1.0", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "lodash": "^4.17.21", "node-fetch": "^2.6.7", "ping": "^0.4.1", diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json index ead7708435..3da8635c1e 100644 --- a/plugins/kubernetes-backend/package.json +++ b/plugins/kubernetes-backend/package.json @@ -75,7 +75,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "helmet": "^6.0.0", "http-proxy-middleware": "^2.0.6", "lodash": "^4.17.21", diff --git a/plugins/linguist-backend/package.json b/plugins/linguist-backend/package.json index 2ec9cf6136..516b46dce1 100644 --- a/plugins/linguist-backend/package.json +++ b/plugins/linguist-backend/package.json @@ -42,7 +42,7 @@ "@types/express": "*", "express": "^4.18.1", "express-promise-router": "^4.1.0", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "knex": "^3.0.0", "linguist-js": "^2.5.3", "luxon": "^2.0.2", diff --git a/plugins/rollbar-backend/package.json b/plugins/rollbar-backend/package.json index 6740d46456..36bb829c6e 100644 --- a/plugins/rollbar-backend/package.json +++ b/plugins/rollbar-backend/package.json @@ -40,7 +40,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "lodash": "^4.17.21", "morgan": "^1.10.0", "node-fetch": "^2.6.7", diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/package.json b/plugins/scaffolder-backend-module-bitbucket-cloud/package.json index a71ff30e7b..067bc3ed46 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/package.json +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/package.json @@ -43,7 +43,7 @@ "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-scaffolder-node": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "node-fetch": "^2.6.7", "yaml": "^2.0.0" }, diff --git a/plugins/scaffolder-backend-module-bitbucket-server/package.json b/plugins/scaffolder-backend-module-bitbucket-server/package.json index 32384a77ea..c0bd4df384 100644 --- a/plugins/scaffolder-backend-module-bitbucket-server/package.json +++ b/plugins/scaffolder-backend-module-bitbucket-server/package.json @@ -43,7 +43,7 @@ "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-scaffolder-node": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "node-fetch": "^2.6.7", "yaml": "^2.0.0" }, diff --git a/plugins/scaffolder-backend-module-bitbucket/package.json b/plugins/scaffolder-backend-module-bitbucket/package.json index 6d572cdf5f..e409b9c8df 100644 --- a/plugins/scaffolder-backend-module-bitbucket/package.json +++ b/plugins/scaffolder-backend-module-bitbucket/package.json @@ -46,7 +46,7 @@ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "workspace:^", "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "workspace:^", "@backstage/plugin-scaffolder-node": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "node-fetch": "^2.6.7", "yaml": "^2.0.0" }, diff --git a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json index 7d20be9a9b..9f50881b7b 100644 --- a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json +++ b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json @@ -45,7 +45,7 @@ "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/plugin-scaffolder-node": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "git-url-parse": "^14.0.0", "node-fetch": "^2.6.7", "node-html-markdown": "^1.3.0", diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json index fbcc9d3570..41890855a5 100644 --- a/plugins/scaffolder-backend-module-cookiecutter/package.json +++ b/plugins/scaffolder-backend-module-cookiecutter/package.json @@ -46,7 +46,7 @@ "@backstage/plugin-scaffolder-node": "workspace:^", "@backstage/types": "workspace:^", "command-exists": "^1.2.9", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "winston": "^3.2.1", "yn": "^4.0.0" }, @@ -54,7 +54,7 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/command-exists": "^1.2.0", - "@types/fs-extra": "^9.0.1" + "@types/fs-extra": "^11.0.0" }, "files": [ "dist" diff --git a/plugins/scaffolder-backend-module-github/package.json b/plugins/scaffolder-backend-module-github/package.json index fd3ce88491..c5f0f85057 100644 --- a/plugins/scaffolder-backend-module-github/package.json +++ b/plugins/scaffolder-backend-module-github/package.json @@ -54,7 +54,7 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/libsodium-wrappers": "^0.7.10", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "jest-when": "^3.1.0", "jsonschema": "^1.2.6" }, diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json index fc6512658f..0a20aa9781 100644 --- a/plugins/scaffolder-backend-module-rails/package.json +++ b/plugins/scaffolder-backend-module-rails/package.json @@ -46,13 +46,13 @@ "@backstage/plugin-scaffolder-node": "workspace:^", "@backstage/types": "workspace:^", "command-exists": "^1.2.9", - "fs-extra": "^10.0.1" + "fs-extra": "^11.0.0" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/command-exists": "^1.2.0", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/node": "^18.17.8", "jest-when": "^3.1.0" }, diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json index f86f195279..ee42e8ac72 100644 --- a/plugins/scaffolder-backend/package.json +++ b/plugins/scaffolder-backend/package.json @@ -73,7 +73,7 @@ "@types/luxon": "^3.0.0", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "globby": "^11.0.0", "isbinaryfile": "^5.0.0", "isolated-vm": "^4.5.0", @@ -94,7 +94,7 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@types/fs-extra": "^9.0.1", + "@types/fs-extra": "^11.0.0", "@types/nunjucks": "^3.1.4", "@types/supertest": "^2.0.8", "@types/zen-observable": "^0.8.0", diff --git a/plugins/scaffolder-node/package.json b/plugins/scaffolder-node/package.json index 67db624f89..fb75f704b4 100644 --- a/plugins/scaffolder-node/package.json +++ b/plugins/scaffolder-node/package.json @@ -49,7 +49,7 @@ "@backstage/integration": "workspace:^", "@backstage/plugin-scaffolder-common": "workspace:^", "@backstage/types": "workspace:^", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "globby": "^11.0.0", "jsonschema": "^1.2.6", "p-limit": "^3.1.0", diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json index 5fb8b41137..e632aaad78 100644 --- a/plugins/techdocs-backend/package.json +++ b/plugins/techdocs-backend/package.json @@ -61,7 +61,7 @@ "dockerode": "^3.3.1", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "knex": "^3.0.0", "lodash": "^4.17.21", "node-fetch": "^2.6.7", diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json index 55fc9f61b9..f3c1184b6c 100644 --- a/plugins/techdocs-node/package.json +++ b/plugins/techdocs-node/package.json @@ -58,7 +58,7 @@ "@trendyol-js/openstack-swift-sdk": "^0.0.7", "@types/express": "^4.17.6", "express": "^4.17.1", - "fs-extra": "10.1.0", + "fs-extra": "^11.2.0", "git-url-parse": "^14.0.0", "hpagent": "^1.2.0", "js-yaml": "^4.0.0", @@ -71,7 +71,7 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@types/fs-extra": "^9.0.5", + "@types/fs-extra": "^11.0.0", "@types/js-yaml": "^4.0.0", "@types/mime-types": "^2.1.0", "@types/recursive-readdir": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index ab5e52bbd4..0f470ed500 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3236,7 +3236,7 @@ __metadata: "@types/compression": ^1.7.0 "@types/cors": ^2.8.6 "@types/express": ^4.17.6 - "@types/fs-extra": ^9.0.3 + "@types/fs-extra": ^11.0.0 "@types/http-errors": ^2.0.0 "@types/minimist": ^1.2.0 "@types/morgan": ^1.9.0 @@ -3246,7 +3246,7 @@ __metadata: cors: ^2.8.5 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 helmet: ^6.0.0 http-errors: ^2.0.0 lodash: ^4.17.21 @@ -3297,7 +3297,7 @@ __metadata: "@types/cors": ^2.8.6 "@types/dockerode": ^3.3.0 "@types/express": ^4.17.6 - "@types/fs-extra": ^9.0.3 + "@types/fs-extra": ^11.0.0 "@types/http-errors": ^2.0.0 "@types/luxon": ^3.0.0 "@types/pg": ^8.6.6 @@ -3315,7 +3315,7 @@ __metadata: dockerode: ^3.3.1 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 git-url-parse: ^14.0.0 helmet: ^6.0.0 http-errors: ^2.0.0 @@ -3398,7 +3398,7 @@ __metadata: "@types/express": ^4.17.6 chokidar: ^3.5.3 express: ^4.17.1 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 lodash: ^4.17.21 wait-for-expect: ^3.0.2 winston: ^3.2.1 @@ -3479,7 +3479,7 @@ __metadata: "@types/supertest": ^2.0.8 better-sqlite3: ^9.0.0 express: ^4.17.1 - fs-extra: ^10.0.1 + fs-extra: ^11.0.0 knex: ^3.0.0 msw: ^1.0.0 mysql2: ^2.2.5 @@ -3565,7 +3565,7 @@ __metadata: "@backstage/types": "workspace:^" "@manypkg/get-packages": ^1.1.3 "@yarnpkg/parsers": ^3.0.0-rc.4 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 semver: ^7.5.3 zod: ^3.22.4 languageName: unknown @@ -3620,7 +3620,7 @@ __metadata: "@types/diff": ^5.0.0 "@types/ejs": ^3.1.3 "@types/express": ^4.17.6 - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 "@types/http-proxy": ^1.17.4 "@types/inquirer": ^8.1.3 "@types/jest": ^29.5.11 @@ -3665,7 +3665,7 @@ __metadata: eslint-webpack-plugin: ^3.1.1 express: ^4.17.1 fork-ts-checker-webpack-plugin: ^9.0.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 git-url-parse: ^14.0.0 glob: ^7.1.7 global-agent: ^3.0.0 @@ -3766,7 +3766,7 @@ __metadata: "@types/json-schema-merge-allof": ^0.6.0 ajv: ^8.10.0 chokidar: ^3.5.2 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 json-schema: ^0.4.0 json-schema-merge-allof: ^0.8.1 json-schema-traverse: ^1.0.0 @@ -4026,13 +4026,13 @@ __metadata: "@backstage/cli": "workspace:^" "@backstage/cli-common": "workspace:^" "@types/command-exists": ^1.2.0 - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 "@types/inquirer": ^8.1.3 "@types/node": ^18.17.8 "@types/recursive-readdir": ^2.2.0 chalk: ^4.0.0 commander: ^9.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 handlebars: ^4.7.3 inquirer: ^8.2.0 msw: ^1.0.0 @@ -4083,8 +4083,8 @@ __metadata: "@backstage/cli": "workspace:^" "@backstage/cli-node": "workspace:^" "@manypkg/get-packages": ^1.1.3 - "@types/fs-extra": ^9.0.1 - fs-extra: ^10.1.0 + "@types/fs-extra": ^11.0.0 + fs-extra: ^11.0.0 peerDependencies: "@playwright/test": ^1.32.3 peerDependenciesMeta: @@ -4631,7 +4631,7 @@ __metadata: "@types/supertest": ^2.0.8 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 globby: ^11.0.0 helmet: ^6.0.0 knex: ^3.0.0 @@ -4653,7 +4653,7 @@ __metadata: "@backstage/config-loader": "workspace:^" "@types/express": ^4.17.6 express: ^4.17.1 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 languageName: unknown linkType: soft @@ -4960,7 +4960,7 @@ __metadata: express: ^4.17.1 express-promise-router: ^4.1.0 express-session: ^1.17.1 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 google-auth-library: ^8.0.0 jose: ^4.6.0 knex: ^3.0.0 @@ -5457,8 +5457,8 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-catalog-node": "workspace:^" - "@types/fs-extra": ^9.0.1 - fs-extra: 10.1.0 + "@types/fs-extra": ^11.0.0 + fs-extra: ^11.2.0 luxon: ^3.0.0 msw: ^1.0.0 node-fetch: ^2.6.7 @@ -5725,7 +5725,7 @@ __metadata: core-js: ^3.6.5 express: ^4.17.1 fast-json-stable-stringify: ^2.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 git-url-parse: ^14.0.0 glob: ^7.1.6 knex: ^3.0.0 @@ -6341,7 +6341,7 @@ __metadata: "@yarnpkg/parsers": ^3.0.0-rc.4 express: ^4.18.1 express-promise-router: ^4.1.0 - fs-extra: ^10.0.0 + fs-extra: ^11.0.0 lodash: ^4.17.21 node-fetch: ^2.6.7 ping: ^0.4.1 @@ -7361,7 +7361,7 @@ __metadata: cors: ^2.8.5 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 helmet: ^6.0.0 http-proxy-middleware: ^2.0.6 lodash: ^4.17.21 @@ -7598,7 +7598,7 @@ __metadata: "@types/supertest": ^2.0.8 express: ^4.18.1 express-promise-router: ^4.1.0 - fs-extra: ^10.0.0 + fs-extra: ^11.0.0 js-yaml: ^4.1.0 knex: ^3.0.0 linguist-js: ^2.5.3 @@ -8317,7 +8317,7 @@ __metadata: cors: ^2.8.5 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 lodash: ^4.17.21 morgan: ^1.10.0 msw: ^1.0.0 @@ -8383,7 +8383,7 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-scaffolder-node": "workspace:^" - fs-extra: 10.1.0 + fs-extra: ^11.2.0 msw: ^1.0.0 node-fetch: ^2.6.7 yaml: ^2.0.0 @@ -8402,7 +8402,7 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-scaffolder-node": "workspace:^" - fs-extra: 10.1.0 + fs-extra: ^11.2.0 msw: ^1.0.0 node-fetch: ^2.6.7 yaml: ^2.0.0 @@ -8423,7 +8423,7 @@ __metadata: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "workspace:^" "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "workspace:^" "@backstage/plugin-scaffolder-node": "workspace:^" - fs-extra: 10.1.0 + fs-extra: ^11.2.0 msw: ^1.0.0 node-fetch: ^2.6.7 yaml: ^2.0.0 @@ -8442,7 +8442,7 @@ __metadata: "@backstage/errors": "workspace:^" "@backstage/integration": "workspace:^" "@backstage/plugin-scaffolder-node": "workspace:^" - fs-extra: 10.1.0 + fs-extra: ^11.2.0 git-url-parse: ^14.0.0 msw: ^1.0.0 node-fetch: ^2.6.7 @@ -8465,9 +8465,9 @@ __metadata: "@backstage/plugin-scaffolder-node": "workspace:^" "@backstage/types": "workspace:^" "@types/command-exists": ^1.2.0 - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 command-exists: ^1.2.9 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 winston: ^3.2.1 yn: ^4.0.0 languageName: unknown @@ -8505,7 +8505,7 @@ __metadata: "@backstage/plugin-scaffolder-node": "workspace:^" "@octokit/webhooks": ^10.0.0 "@types/libsodium-wrappers": ^0.7.10 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 jest-when: ^3.1.0 jsonschema: ^1.2.6 libsodium-wrappers: ^0.7.11 @@ -8553,10 +8553,10 @@ __metadata: "@backstage/plugin-scaffolder-node": "workspace:^" "@backstage/types": "workspace:^" "@types/command-exists": ^1.2.0 - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 "@types/node": ^18.17.8 command-exists: ^1.2.9 - fs-extra: ^10.0.1 + fs-extra: ^11.0.0 jest-when: ^3.1.0 languageName: unknown linkType: soft @@ -8621,7 +8621,7 @@ __metadata: "@backstage/plugin-scaffolder-node": "workspace:^" "@backstage/types": "workspace:^" "@types/express": ^4.17.6 - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 "@types/luxon": ^3.0.0 "@types/nunjucks": ^3.1.4 "@types/supertest": ^2.0.8 @@ -8629,7 +8629,7 @@ __metadata: esbuild: ^0.20.0 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 globby: ^11.0.0 isbinaryfile: ^5.0.0 isolated-vm: ^4.5.0 @@ -8677,7 +8677,7 @@ __metadata: "@backstage/integration": "workspace:^" "@backstage/plugin-scaffolder-common": "workspace:^" "@backstage/types": "workspace:^" - fs-extra: 10.1.0 + fs-extra: ^11.2.0 globby: ^11.0.0 jsonschema: ^1.2.6 p-limit: ^3.1.0 @@ -9573,7 +9573,7 @@ __metadata: dockerode: ^3.3.1 express: ^4.17.1 express-promise-router: ^4.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 knex: ^3.0.0 lodash: ^4.17.21 msw: ^1.0.0 @@ -9636,14 +9636,14 @@ __metadata: "@smithy/node-http-handler": ^2.1.7 "@trendyol-js/openstack-swift-sdk": ^0.0.7 "@types/express": ^4.17.6 - "@types/fs-extra": ^9.0.5 + "@types/fs-extra": ^11.0.0 "@types/js-yaml": ^4.0.0 "@types/mime-types": ^2.1.0 "@types/recursive-readdir": ^2.2.0 "@types/supertest": ^2.0.8 aws-sdk-client-mock: ^3.0.0 express: ^4.17.1 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 git-url-parse: ^14.0.0 hpagent: ^1.2.0 js-yaml: ^4.0.0 @@ -9979,7 +9979,7 @@ __metadata: chalk: ^4.0.0 codeowners-utils: ^1.0.2 commander: ^9.1.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 glob: ^8.0.3 is-glob: ^4.0.3 js-yaml: ^4.1.0 @@ -18021,7 +18021,7 @@ __metadata: "@backstage/plugin-techdocs-node": "workspace:^" "@types/commander": ^2.12.2 "@types/dockerode": ^3.3.0 - "@types/fs-extra": ^9.0.6 + "@types/fs-extra": ^11.0.0 "@types/http-proxy": ^1.17.4 "@types/node": ^18.17.8 "@types/serve-handler": ^6.1.0 @@ -18029,7 +18029,7 @@ __metadata: commander: ^9.1.0 dockerode: ^3.3.1 find-process: ^1.4.5 - fs-extra: ^10.0.1 + fs-extra: ^11.0.0 global-agent: ^3.0.0 http-proxy: ^1.18.1 nodemon: ^3.0.1 @@ -18823,12 +18823,13 @@ __metadata: languageName: node linkType: hard -"@types/fs-extra@npm:^9.0.1, @types/fs-extra@npm:^9.0.3, @types/fs-extra@npm:^9.0.5, @types/fs-extra@npm:^9.0.6": - version: 9.0.13 - resolution: "@types/fs-extra@npm:9.0.13" +"@types/fs-extra@npm:^11.0.0": + version: 11.0.4 + resolution: "@types/fs-extra@npm:11.0.4" dependencies: + "@types/jsonfile": "*" "@types/node": "*" - checksum: add79e212acd5ac76b97b9045834e03a7996aef60a814185e0459088fd290519a3c1620865d588fa36c4498bf614210d2a703af5cf80aa1dbc125db78f6edac3 + checksum: 242cb84157631f057f76495c8220707541882c00a00195b603d937fb55e471afecebcb089bab50233ed3a59c69fd68bf65c1f69dd7fafe2347e139cc15b9b0e5 languageName: node linkType: hard @@ -19103,6 +19104,15 @@ __metadata: languageName: node linkType: hard +"@types/jsonfile@npm:*": + version: 6.1.4 + resolution: "@types/jsonfile@npm:6.1.4" + dependencies: + "@types/node": "*" + checksum: 309fda20eb5f1cf68f2df28931afdf189c5e7e6bec64ac783ce737bb98908d57f6f58757ad5da9be37b815645a6f914e2d4f3ac66c574b8fe1ba6616284d0e97 + languageName: node + linkType: hard + "@types/jsonwebtoken@npm:^9.0.0": version: 9.0.0 resolution: "@types/jsonwebtoken@npm:9.0.0" @@ -26025,13 +26035,13 @@ __metadata: "@backstage/cli-common": "workspace:^" "@backstage/create-app": "workspace:^" "@backstage/errors": "workspace:^" - "@types/fs-extra": ^9.0.1 + "@types/fs-extra": ^11.0.0 "@types/node": ^18.17.8 "@types/puppeteer": ^5.4.4 chalk: ^4.0.0 commander: ^9.1.0 cross-fetch: ^4.0.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 handlebars: ^4.7.3 mysql2: ^2.2.5 nodemon: ^3.0.1 @@ -28842,7 +28852,7 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:10.1.0, fs-extra@npm:^10.0.0, fs-extra@npm:^10.0.1, fs-extra@npm:^10.1.0": +"fs-extra@npm:10.1.0, fs-extra@npm:^10.0.0, fs-extra@npm:^10.0.1": version: 10.1.0 resolution: "fs-extra@npm:10.1.0" dependencies: @@ -28853,6 +28863,17 @@ __metadata: languageName: node linkType: hard +"fs-extra@npm:^11.0.0, fs-extra@npm:^11.2.0": + version: 11.2.0 + resolution: "fs-extra@npm:11.2.0" + dependencies: + graceful-fs: ^4.2.0 + jsonfile: ^6.0.1 + universalify: ^2.0.0 + checksum: b12e42fa40ba47104202f57b8480dd098aa931c2724565e5e70779ab87605665594e76ee5fb00545f772ab9ace167fe06d2ab009c416dc8c842c5ae6df7aa7e8 + languageName: node + linkType: hard + "fs-extra@npm:^11.1.0": version: 11.1.1 resolution: "fs-extra@npm:11.1.1" @@ -41323,7 +41344,7 @@ __metadata: eslint-plugin-notice: ^0.9.10 eslint-plugin-react: ^7.28.0 eslint-plugin-testing-library: ^6.0.0 - fs-extra: 10.1.0 + fs-extra: ^11.2.0 husky: ^9.0.0 knip: ^5.0.0 lint-staged: ^15.0.0