You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pi...@apache.org on 2023/03/06 21:46:54 UTC

[airflow] 10/37: Bump swagger-ui-dist from 3.52.0 to 4.1.3 in /airflow/www (#28824)

This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a833dfb72008ffbe49b1fd8d3d91402b8aaafa66
Author: Dependabot [bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 10 22:21:44 2023 +0100

    Bump swagger-ui-dist from 3.52.0 to 4.1.3 in /airflow/www (#28824)
    
    Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 3.52.0 to 4.1.3.
    - [Release notes](https://github.com/swagger-api/swagger-ui/releases)
    - [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.52.0...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: swagger-ui-dist
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit e1e3a8e94dd29630a8912aab5c1bf0522c2ec9aa)
---
 airflow/www/package.json | 252 +++++++++++++++++++++++------------------------
 airflow/www/yarn.lock    |   8 +-
 2 files changed, 130 insertions(+), 130 deletions(-)

diff --git a/airflow/www/package.json b/airflow/www/package.json
index 37565483c2..a9bee3c1eb 100644
--- a/airflow/www/package.json
+++ b/airflow/www/package.json
@@ -1,128 +1,128 @@
 {
-  "name": "airflow-www",
-  "version": "1.0.0",
-  "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
-  "scripts": {
-    "test": "jest",
-    "dev": "NODE_ENV=development webpack --watch --progress --devtool eval-cheap-source-map --mode development",
-    "prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --mode production --progress",
-    "build": "NODE_ENV=production webpack --progress --mode production",
-    "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
-    "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
-    "generate-api-types": "npx openapi-typescript \"../api_connexion/openapi/v1.yaml\" --output static/js/types/api-generated.ts && node alias-rest-types.js static/js/types/api-generated.ts"
-  },
-  "author": "Apache",
-  "license": "Apache-2.0",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/apache/airflow.git"
-  },
-  "homepage": "https://airflow.apache.org/",
-  "keywords": [
-    "big",
-    "data",
-    "workflow",
-    "airflow",
-    "d3",
-    "nerds",
-    "database",
-    "flask"
-  ],
-  "devDependencies": {
-    "@babel/core": "^7.18.5",
-    "@babel/eslint-parser": "^7.18.2",
-    "@babel/plugin-transform-runtime": "^7.16.0",
-    "@babel/preset-env": "^7.16.0",
-    "@babel/preset-react": "^7.16.0",
-    "@babel/preset-typescript": "^7.17.12",
-    "@testing-library/jest-dom": "^5.16.0",
-    "@testing-library/react": "^13.0.0",
-    "@types/color": "^3.0.3",
-    "@types/react": "^18.0.12",
-    "@types/react-dom": "^18.0.5",
-    "@types/react-table": "^7.7.12",
-    "@typescript-eslint/eslint-plugin": "^5.13.0",
-    "@typescript-eslint/parser": "^5.0.0",
-    "babel-jest": "^27.3.1",
-    "babel-loader": "^8.1.0",
-    "clean-webpack-plugin": "^3.0.0",
-    "copy-webpack-plugin": "^6.0.3",
-    "css-loader": "5.2.7",
-    "css-minimizer-webpack-plugin": "^4.0.0",
-    "eslint": "^8.6.0",
-    "eslint-config-airbnb": "^19.0.4",
-    "eslint-config-airbnb-typescript": "^17.0.0",
-    "eslint-plugin-html": "^6.0.2",
-    "eslint-plugin-import": "^2.25.3",
-    "eslint-plugin-jsx-a11y": "^6.5.0",
-    "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-promise": "^4.2.1",
-    "eslint-plugin-react": "^7.30.0",
-    "eslint-plugin-react-hooks": "^4.5.0",
-    "eslint-plugin-standard": "^4.0.1",
-    "file-loader": "^6.0.0",
-    "imports-loader": "^1.1.0",
-    "jest": "^27.3.1",
-    "mini-css-extract-plugin": "^1.6.2",
-    "moment": "^2.29.4",
-    "moment-locales-webpack-plugin": "^1.2.0",
-    "nock": "^13.2.4",
-    "openapi-typescript": "^5.4.1",
-    "style-loader": "^1.2.1",
-    "stylelint": "^13.6.1",
-    "stylelint-config-standard": "^20.0.0",
-    "terser-webpack-plugin": "<5.0.0",
-    "typescript": "^4.6.3",
-    "url-loader": "4.1.0",
-    "web-worker": "^1.2.0",
-    "webpack": "^5.73.0",
-    "webpack-cli": "^4.0.0",
-    "webpack-license-plugin": "^4.2.1",
-    "webpack-manifest-plugin": "^4.0.0"
-  },
-  "dependencies": {
-    "@chakra-ui/react": "^2.2.0",
-    "@emotion/cache": "^11.9.3",
-    "@emotion/react": "^11.9.3",
-    "@emotion/styled": "^11",
-    "@visx/group": "^2.10.0",
-    "@visx/marker": "^2.12.2",
-    "@visx/shape": "^2.12.2",
-    "@visx/zoom": "^2.10.0",
-    "axios": "^0.26.0",
-    "bootstrap-3-typeahead": "^4.0.2",
-    "camelcase-keys": "^7.0.0",
-    "chakra-react-select": "^4.0.0",
-    "codemirror": "^5.59.1",
-    "color": "^4.2.3",
-    "d3": "^3.4.4",
-    "d3-shape": "^2.1.0",
-    "d3-tip": "^0.9.1",
-    "dagre-d3": "^0.6.4",
-    "datatables.net": "^1.11.4",
-    "datatables.net-bs": "^1.11.4",
-    "elkjs": "^0.7.1",
-    "eonasdan-bootstrap-datetimepicker": "^4.17.47",
-    "framer-motion": "^6.0.0",
-    "jquery": ">=3.5.0",
-    "jshint": "^2.13.4",
-    "lodash": "^4.17.21",
-    "moment-timezone": "^0.5.35",
-    "nvd3": "^1.8.6",
-    "react": "^18.0.0",
-    "react-dom": "^18.0.0",
-    "react-icons": "^4.3.1",
-    "react-json-view": "^1.21.3",
-    "react-query": "^3.39.1",
-    "react-router-dom": "^6.3.0",
-    "react-table": "^7.8.0",
-    "react-textarea-autosize": "^8.3.4",
-    "redoc": "^2.0.0-rc.72",
-    "swagger-ui-dist": "3.52.0",
-    "type-fest": "^2.17.0",
-    "url-search-params-polyfill": "^8.1.0"
-  },
-  "resolutions": {
-    "d3-color": "^3.1.0"
-  }
+    "name": "airflow-www",
+    "version": "1.0.0",
+    "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
+    "scripts": {
+        "test": "jest",
+        "dev": "NODE_ENV=development webpack --watch --progress --devtool eval-cheap-source-map --mode development",
+        "prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --mode production --progress",
+        "build": "NODE_ENV=production webpack --progress --mode production",
+        "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
+        "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
+        "generate-api-types": "npx openapi-typescript \"../api_connexion/openapi/v1.yaml\" --output static/js/types/api-generated.ts && node alias-rest-types.js static/js/types/api-generated.ts"
+    },
+    "author": "Apache",
+    "license": "Apache-2.0",
+    "repository": {
+        "type": "git",
+        "url": "git+https://github.com/apache/airflow.git"
+    },
+    "homepage": "https://airflow.apache.org/",
+    "keywords": [
+        "big",
+        "data",
+        "workflow",
+        "airflow",
+        "d3",
+        "nerds",
+        "database",
+        "flask"
+    ],
+    "devDependencies": {
+        "@babel/core": "^7.18.5",
+        "@babel/eslint-parser": "^7.18.2",
+        "@babel/plugin-transform-runtime": "^7.16.0",
+        "@babel/preset-env": "^7.16.0",
+        "@babel/preset-react": "^7.16.0",
+        "@babel/preset-typescript": "^7.17.12",
+        "@testing-library/jest-dom": "^5.16.0",
+        "@testing-library/react": "^13.0.0",
+        "@types/color": "^3.0.3",
+        "@types/react": "^18.0.12",
+        "@types/react-dom": "^18.0.5",
+        "@types/react-table": "^7.7.12",
+        "@typescript-eslint/eslint-plugin": "^5.13.0",
+        "@typescript-eslint/parser": "^5.0.0",
+        "babel-jest": "^27.3.1",
+        "babel-loader": "^8.1.0",
+        "clean-webpack-plugin": "^3.0.0",
+        "copy-webpack-plugin": "^6.0.3",
+        "css-loader": "5.2.7",
+        "css-minimizer-webpack-plugin": "^4.0.0",
+        "eslint": "^8.6.0",
+        "eslint-config-airbnb": "^19.0.4",
+        "eslint-config-airbnb-typescript": "^17.0.0",
+        "eslint-plugin-html": "^6.0.2",
+        "eslint-plugin-import": "^2.25.3",
+        "eslint-plugin-jsx-a11y": "^6.5.0",
+        "eslint-plugin-node": "^11.1.0",
+        "eslint-plugin-promise": "^4.2.1",
+        "eslint-plugin-react": "^7.30.0",
+        "eslint-plugin-react-hooks": "^4.5.0",
+        "eslint-plugin-standard": "^4.0.1",
+        "file-loader": "^6.0.0",
+        "imports-loader": "^1.1.0",
+        "jest": "^27.3.1",
+        "mini-css-extract-plugin": "^1.6.2",
+        "moment": "^2.29.4",
+        "moment-locales-webpack-plugin": "^1.2.0",
+        "nock": "^13.2.4",
+        "openapi-typescript": "^5.4.1",
+        "style-loader": "^1.2.1",
+        "stylelint": "^13.6.1",
+        "stylelint-config-standard": "^20.0.0",
+        "terser-webpack-plugin": "<5.0.0",
+        "typescript": "^4.6.3",
+        "url-loader": "4.1.0",
+        "web-worker": "^1.2.0",
+        "webpack": "^5.73.0",
+        "webpack-cli": "^4.0.0",
+        "webpack-license-plugin": "^4.2.1",
+        "webpack-manifest-plugin": "^4.0.0"
+    },
+    "dependencies": {
+        "@chakra-ui/react": "^2.2.0",
+        "@emotion/cache": "^11.9.3",
+        "@emotion/react": "^11.9.3",
+        "@emotion/styled": "^11",
+        "@visx/group": "^2.10.0",
+        "@visx/marker": "^2.12.2",
+        "@visx/shape": "^2.12.2",
+        "@visx/zoom": "^2.10.0",
+        "axios": "^0.26.0",
+        "bootstrap-3-typeahead": "^4.0.2",
+        "camelcase-keys": "^7.0.0",
+        "chakra-react-select": "^4.0.0",
+        "codemirror": "^5.59.1",
+        "color": "^4.2.3",
+        "d3": "^3.4.4",
+        "d3-shape": "^2.1.0",
+        "d3-tip": "^0.9.1",
+        "dagre-d3": "^0.6.4",
+        "datatables.net": "^1.11.4",
+        "datatables.net-bs": "^1.11.4",
+        "elkjs": "^0.7.1",
+        "eonasdan-bootstrap-datetimepicker": "^4.17.47",
+        "framer-motion": "^6.0.0",
+        "jquery": ">=3.5.0",
+        "jshint": "^2.13.4",
+        "lodash": "^4.17.21",
+        "moment-timezone": "^0.5.35",
+        "nvd3": "^1.8.6",
+        "react": "^18.0.0",
+        "react-dom": "^18.0.0",
+        "react-icons": "^4.3.1",
+        "react-json-view": "^1.21.3",
+        "react-query": "^3.39.1",
+        "react-router-dom": "^6.3.0",
+        "react-table": "^7.8.0",
+        "react-textarea-autosize": "^8.3.4",
+        "redoc": "^2.0.0-rc.72",
+        "swagger-ui-dist": "4.1.3",
+        "type-fest": "^2.17.0",
+        "url-search-params-polyfill": "^8.1.0"
+    },
+    "resolutions": {
+        "d3-color": "^3.1.0"
+    }
 }
diff --git a/airflow/www/yarn.lock b/airflow/www/yarn.lock
index f25e2647bd..1241de45bc 100644
--- a/airflow/www/yarn.lock
+++ b/airflow/www/yarn.lock
@@ -9880,10 +9880,10 @@ svgo@^2.7.0:
     picocolors "^1.0.0"
     stable "^0.1.8"
 
-swagger-ui-dist@3.52.0:
-  version "3.52.0"
-  resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.52.0.tgz#cb16ec6dcdf134ff47cbfe57cba7be7748429142"
-  integrity sha512-SGfhW8FCih00QG59PphdeAUtTNw7HS5k3iPqDZowerPw9mcbhKchUb12kbROk99c1X6RTWW1gB1kqgfnYGuCSg==
+swagger-ui-dist@4.1.3:
+  version "4.1.3"
+  resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-4.1.3.tgz#2be9f9de9b5c19132fa4a5e40933058c151563dc"
+  integrity sha512-WvfPSfAAMlE/sKS6YkW47nX/hA7StmhYnAHc6wWCXNL0oclwLj6UXv0hQCkLnDgvebi0MEV40SJJpVjKUgH1IQ==
 
 swagger2openapi@^7.0.6:
   version "7.0.6"