From 63887ea84df06cf1d83711148730016306398554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 04:44:19 +0000 Subject: [PATCH] chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] Signed-off-by: Fredrik Adelöw --- packages/app/package.json | 2 +- packages/cli-common/package.json | 2 +- packages/cli/package.json | 2 +- .../cli/templates/default-plugin/package.json.hbs | 2 +- packages/config-loader/package.json | 2 +- packages/config/package.json | 2 +- packages/core-api/package.json | 2 +- packages/core/package.json | 2 +- .../default-app/packages/app/package.json.hbs | 2 +- packages/dev-utils/package.json | 2 +- packages/docgen/package.json | 2 +- packages/e2e-test/package.json | 2 +- packages/test-utils-core/package.json | 2 +- packages/test-utils/package.json | 2 +- plugins/api-docs/package.json | 2 +- plugins/catalog-import/package.json | 2 +- plugins/catalog-react/package.json | 2 +- plugins/catalog/package.json | 2 +- plugins/circleci/package.json | 2 +- plugins/cloudbuild/package.json | 2 +- plugins/cost-insights/package.json | 2 +- plugins/explore-react/package.json | 2 +- plugins/explore/package.json | 2 +- plugins/fossa/package.json | 2 +- plugins/gcp-projects/package.json | 2 +- plugins/github-actions/package.json | 2 +- plugins/gitops-profiles/package.json | 2 +- plugins/graphiql/package.json | 2 +- plugins/jenkins/package.json | 2 +- plugins/kafka/package.json | 2 +- plugins/kubernetes/package.json | 2 +- plugins/lighthouse/package.json | 2 +- plugins/newrelic/package.json | 2 +- plugins/org/package.json | 2 +- plugins/pagerduty/package.json | 2 +- plugins/register-component/package.json | 2 +- plugins/rollbar/package.json | 2 +- .../{{cookiecutter.component_id}}/package.json | 2 +- plugins/scaffolder/package.json | 2 +- plugins/search/package.json | 2 +- plugins/sentry/package.json | 2 +- plugins/sonarqube/package.json | 2 +- plugins/splunk-on-call/package.json | 2 +- plugins/tech-radar/package.json | 2 +- plugins/techdocs/package.json | 2 +- plugins/user-settings/package.json | 2 +- plugins/welcome/package.json | 2 +- yarn.lock | 12 +++++++----- 48 files changed, 54 insertions(+), 52 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index a9d19ab98a..e0dd0e5a2a 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -60,7 +60,7 @@ "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", "@types/jquery": "^3.3.34", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react-dom": "^16.9.8", "@types/zen-observable": "^0.8.0", "cross-env": "^7.0.0", diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 0d929e53e2..a9fd066ef4 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@types/jest": "^26.0.7", - "@types/node": "^12.0.0" + "@types/node": "^14.14.32" }, "files": [ "dist" diff --git a/packages/cli/package.json b/packages/cli/package.json index 7e00c77652..103e832f1e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -130,7 +130,7 @@ "@types/inquirer": "^7.3.1", "@types/mini-css-extract-plugin": "^1.2.2", "@types/mock-fs": "^4.13.0", - "@types/node": "^13.7.2", + "@types/node": "^14.14.32", "@types/react-dev-utils": "^9.0.4", "@types/recursive-readdir": "^2.2.0", "@types/rollup-plugin-peer-deps-external": "^2.2.0", diff --git a/packages/cli/templates/default-plugin/package.json.hbs b/packages/cli/templates/default-plugin/package.json.hbs index ffd197d163..49eda9e0eb 100644 --- a/packages/cli/templates/default-plugin/package.json.hbs +++ b/packages/cli/templates/default-plugin/package.json.hbs @@ -41,7 +41,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "msw": "^0.21.2", "cross-fetch": "^3.0.6" }, diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 07fd22d7ba..a54975c6ff 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -45,7 +45,7 @@ "@types/jest": "^26.0.7", "@types/json-schema-merge-allof": "^0.6.0", "@types/mock-fs": "^4.10.0", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/yup": "^0.29.8", "mock-fs": "^4.13.0" }, diff --git a/packages/config/package.json b/packages/config/package.json index 1eadb5d4e5..fa0ebe1a19 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/jest": "^26.0.7", - "@types/node": "^12.0.0" + "@types/node": "^14.14.32" }, "files": [ "dist" diff --git a/packages/core-api/package.json b/packages/core-api/package.json index 94eca7a606..2be9df2d9c 100644 --- a/packages/core-api/package.json +++ b/packages/core-api/package.json @@ -49,7 +49,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/zen-observable": "^0.8.0", "cross-fetch": "^3.0.6", "msw": "^0.21.3" diff --git a/packages/core/package.json b/packages/core/package.json index 6be323a784..4d5f013a2f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -79,7 +79,7 @@ "@types/d3-zoom": "^2.0.0", "@types/google-protobuf": "^3.7.2", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react-helmet": "^6.1.0", "@types/zen-observable": "^0.8.0" }, diff --git a/packages/create-app/templates/default-app/packages/app/package.json.hbs b/packages/create-app/templates/default-app/packages/app/package.json.hbs index d42e19eb1f..10701d65eb 100644 --- a/packages/create-app/templates/default-app/packages/app/package.json.hbs +++ b/packages/create-app/templates/default-app/packages/app/package.json.hbs @@ -33,7 +33,7 @@ "@testing-library/react": "^10.4.1", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react-dom": "^16.9.8", "cross-env": "^7.0.0", "cypress": "^4.2.0", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index f17da4c1be..d511d015ea 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@backstage/cli": "^0.6.3", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0" + "@types/node": "^14.14.32" }, "files": [ "dist" diff --git a/packages/docgen/package.json b/packages/docgen/package.json index 67486710f3..bb00620967 100644 --- a/packages/docgen/package.json +++ b/packages/docgen/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.1", "@types/github-slugger": "^1.3.0", - "@types/node": "^13.7.2", + "@types/node": "^14.14.32", "nodemon": "^2.0.2" }, "files": [ diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index 4327d7161c..6cd740c7b7 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@backstage/cli-common": "^0.1.1", "@types/fs-extra": "^9.0.1", - "@types/node": "^13.7.2", + "@types/node": "^14.14.32", "chalk": "^4.0.0", "commander": "^6.1.0", "cross-fetch": "^3.0.6", diff --git a/packages/test-utils-core/package.json b/packages/test-utils-core/package.json index ab1fea89b5..d3c8d11bb5 100644 --- a/packages/test-utils-core/package.json +++ b/packages/test-utils-core/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@types/jest": "^26.0.7", - "@types/node": "^12.0.0" + "@types/node": "^14.14.32" }, "files": [ "dist" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 47d223539e..52c1a620c6 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@backstage/cli": "^0.6.2", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0" + "@types/node": "^14.14.32" }, "files": [ "dist" diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index abb5de92c8..f3e0e1f432 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -56,7 +56,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/swagger-ui-react": "^3.23.3", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index f9cea55a3b..07ec94a7c0 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -59,7 +59,7 @@ "@testing-library/react-hooks": "^3.3.0", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 5e7540d1c7..474fa6d46d 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -47,7 +47,7 @@ "@testing-library/react-hooks": "^3.3.0", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2", "react-test-renderer": "^16.13.1" diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 19cb4a7f33..453da7c7ed 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -60,7 +60,7 @@ "@testing-library/react-hooks": "^3.3.0", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2", "react-test-renderer": "^16.13.1" diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 5a78c1a7d6..8fcdf3cd9f 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -57,7 +57,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react-lazylog": "^4.5.0", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json index 4a7c060448..20fa652b62 100644 --- a/plugins/cloudbuild/package.json +++ b/plugins/cloudbuild/package.json @@ -54,7 +54,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index c03952c25c..7e9d015db2 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -62,7 +62,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/pluralize": "^0.0.29", "@types/recharts": "^1.8.14", "@types/regression": "^2.0.0", diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index 321b5b557f..faf8ac693f 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/package.json @@ -38,7 +38,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/explore/package.json b/plugins/explore/package.json index e0165cccef..bbf0343ea6 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -52,7 +52,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json index 90dc8c52b4..efeec3f2ba 100644 --- a/plugins/fossa/package.json +++ b/plugins/fossa/package.json @@ -51,7 +51,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json index b6fa8d7135..c5a7cd1add 100644 --- a/plugins/gcp-projects/package.json +++ b/plugins/gcp-projects/package.json @@ -48,7 +48,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index 4741fa2d4d..4c62506e85 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -57,7 +57,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 6b51f338dc..ee1c8c534a 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/package.json @@ -49,7 +49,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index 169ac9e155..67c6c1f541 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -51,7 +51,7 @@ "@testing-library/user-event": "^12.0.7", "@types/codemirror": "^0.0.108", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2", "react-router-dom": "6.0.0-beta.0" diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index 8c9eff6322..eeabc99d5e 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -54,7 +54,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/testing-library__jest-dom": "^5.9.1", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index cda91a1b33..a35c458cce 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/package.json @@ -41,7 +41,7 @@ "@testing-library/react-hooks": "^3.4.2", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "jest-when": "^3.1.0", "msw": "^0.21.2" diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 47be4bcc84..fc1aa59d5f 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -55,7 +55,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index 050a894b19..bc47b97a42 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -53,7 +53,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react": "^16.9", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json index dba1531b02..346b6c0afe 100644 --- a/plugins/newrelic/package.json +++ b/plugins/newrelic/package.json @@ -48,7 +48,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/org/package.json b/plugins/org/package.json index fe94402bc5..39be6d7cb0 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -42,7 +42,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index a4873f03d0..1483799191 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -53,7 +53,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2", "node-fetch": "^2.6.1" diff --git a/plugins/register-component/package.json b/plugins/register-component/package.json index 252e172138..a90c1b5763 100644 --- a/plugins/register-component/package.json +++ b/plugins/register-component/package.json @@ -52,7 +52,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index 6668163855..2a2398b088 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -55,7 +55,7 @@ "@testing-library/react-hooks": "^3.3.0", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react": "^16.9", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/package.json b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/package.json index 6ae3e63a17..75925bf567 100644 --- a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/package.json +++ b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/package.json @@ -24,7 +24,7 @@ "@spotify/tsconfig": "^5.0.0", "@spotify/web-scripts": "^5.0.0", "@testing-library/react": "^8.0.1", - "@types/node": "^13.1.4", + "@types/node": "^14.14.32", "@types/react": "^16.8.7", "@types/react-dom": "^16.8.2", "@types/styled-components": "^4.1.18", diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 53716fd1dc..eef66a45ca 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -66,7 +66,7 @@ "@types/humanize-duration": "^3.18.1", "@testing-library/react-hooks": "^3.3.0", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/search/package.json b/plugins/search/package.json index 352cdbe198..2d8226b564 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -50,7 +50,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index 75af51016c..cb043f0439 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -53,7 +53,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react": "^16.9", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index ce27a86d9a..10baf812e4 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -54,7 +54,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json index b149019a61..e771ef772d 100644 --- a/plugins/splunk-on-call/package.json +++ b/plugins/splunk-on-call/package.json @@ -53,7 +53,7 @@ "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", "@types/luxon": "^1.25.0", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2", "node-fetch": "^2.6.1" diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 44c0f109fe..a4945284cf 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -52,7 +52,7 @@ "@types/color": "^3.0.1", "@types/d3-force": "^2.1.1", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "@types/react": "^16.9", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index eb1c50f737..015a9e92b7 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -57,7 +57,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "canvas": "^2.6.1", "cross-fetch": "^3.0.6", "msw": "^0.21.2" diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 1435961141..7afdf2d43f 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -48,7 +48,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/plugins/welcome/package.json b/plugins/welcome/package.json index ae0d066029..d7d6fb6e61 100644 --- a/plugins/welcome/package.json +++ b/plugins/welcome/package.json @@ -48,7 +48,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", - "@types/node": "^12.0.0", + "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.21.2" }, diff --git a/yarn.lock b/yarn.lock index 11d31182b9..58c17d2262 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1968,6 +1968,7 @@ "@backstage/catalog-client" "^0.3.6" "@backstage/catalog-model" "^0.7.3" "@backstage/core" "^0.7.0" + "@backstage/integration" "^0.5.0" "@backstage/plugin-catalog-react" "^0.1.1" "@backstage/theme" "^0.2.3" "@material-ui/core" "^4.11.0" @@ -1990,6 +1991,7 @@ "@backstage/catalog-client" "^0.3.6" "@backstage/catalog-model" "^0.7.3" "@backstage/core" "^0.7.0" + "@backstage/integration" "^0.5.0" "@backstage/plugin-catalog-react" "^0.1.1" "@backstage/theme" "^0.2.3" "@material-ui/core" "^4.11.0" @@ -6561,7 +6563,7 @@ resolved "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz#58058f29b870e6ae57b20e4f6e928f02b7129f56" integrity sha512-gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA== -"@types/node@^12.0.0", "@types/node@^12.7.1": +"@types/node@^12.7.1": version "12.12.58" resolved "https://registry.npmjs.org/@types/node/-/node-12.12.58.tgz#46dae9b2b9ee5992818c8f7cee01ff4ce03ab44c" integrity sha512-Be46CNIHWAagEfINOjmriSxuv7IVcqbGe+sDSg2SYCEz/0CRBy7LRASGfRbD8KZkqoePU73Wsx3UvOSFcq/9hA== @@ -6571,10 +6573,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-13.13.45.tgz#e6676bcca092bae5751d015f074a234d5a82eb63" integrity sha512-703YTEp8AwQeapI0PTXDOj+Bs/mtdV/k9VcTP7z/de+lx6XjFMKdB+JhKnK+6PZ5za7omgZ3V6qm/dNkMj/Zow== -"@types/node@^13.7.2": - version "13.13.15" - resolved "https://registry.npmjs.org/@types/node/-/node-13.13.15.tgz#fe1cc3aa465a3ea6858b793fd380b66c39919766" - integrity sha512-kwbcs0jySLxzLsa2nWUAGOd/s21WU1jebrEdtzhsj1D4Yps1EOuyI1Qcu+FD56dL7NRNIJtDDjcqIG22NwkgLw== +"@types/node@^14.14.32": + version "14.14.32" + resolved "https://registry.npmjs.org/@types/node/-/node-14.14.32.tgz#90c5c4a8d72bbbfe53033f122341343249183448" + integrity sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg== "@types/normalize-package-data@^2.4.0": version "2.4.0"