Update JS dependencies (#19281)
- Upgrade all JS dependencies minus vue and vue-loader - Adapt to breaking change of octicons - Update eslint rules - Tested Swagger UI, sortablejs and prod build
@@ -280,7 +280,7 @@ rules:
 | 
				
			|||||||
  no-unused-expressions: [2]
 | 
					  no-unused-expressions: [2]
 | 
				
			||||||
  no-unused-labels: [2]
 | 
					  no-unused-labels: [2]
 | 
				
			||||||
  no-unused-private-class-members: [2]
 | 
					  no-unused-private-class-members: [2]
 | 
				
			||||||
  no-unused-vars: [2, {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, ignoreRestSiblings: false}]
 | 
					  no-unused-vars: [2, {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, destructuredArrayIgnorePattern: ^_, ignoreRestSiblings: false}]
 | 
				
			||||||
  no-use-before-define: [2, nofunc]
 | 
					  no-use-before-define: [2, nofunc]
 | 
				
			||||||
  no-useless-backreference: [0]
 | 
					  no-useless-backreference: [0]
 | 
				
			||||||
  no-useless-call: [2]
 | 
					  no-useless-call: [2]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -155,7 +155,7 @@ func TestViewRepoWithSymlinks(t *testing.T) {
 | 
				
			|||||||
		return fmt.Sprintf("%s: %s", file, cls)
 | 
							return fmt.Sprintf("%s: %s", file, cls)
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	assert.Len(t, items, 5)
 | 
						assert.Len(t, items, 5)
 | 
				
			||||||
	assert.Equal(t, "a: svg octicon-file-directory", items[0])
 | 
						assert.Equal(t, "a: svg octicon-file-directory-fill", items[0])
 | 
				
			||||||
	assert.Equal(t, "link_b: svg octicon-file-submodule", items[1])
 | 
						assert.Equal(t, "link_b: svg octicon-file-submodule", items[1])
 | 
				
			||||||
	assert.Equal(t, "link_d: svg octicon-file-symlink-file", items[2])
 | 
						assert.Equal(t, "link_d: svg octicon-file-symlink-file", items[2])
 | 
				
			||||||
	assert.Equal(t, "link_hi: svg octicon-file-symlink-file", items[3])
 | 
						assert.Equal(t, "link_hi: svg octicon-file-symlink-file", items[3])
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -279,7 +279,7 @@ func EntryIcon(entry *git.TreeEntry) string {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		return "file-symlink-file"
 | 
							return "file-symlink-file"
 | 
				
			||||||
	case entry.IsDir():
 | 
						case entry.IsDir():
 | 
				
			||||||
		return "file-directory"
 | 
							return "file-directory-fill"
 | 
				
			||||||
	case entry.IsSubModule():
 | 
						case entry.IsSubModule():
 | 
				
			||||||
		return "file-submodule"
 | 
							return "file-submodule"
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										333
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						@@ -8,9 +8,9 @@
 | 
				
			|||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@claviska/jquery-minicolors": "2.3.6",
 | 
					        "@claviska/jquery-minicolors": "2.3.6",
 | 
				
			||||||
        "@primer/octicons": "16.3.1",
 | 
					        "@primer/octicons": "17.0.0",
 | 
				
			||||||
        "add-asset-webpack-plugin": "2.0.1",
 | 
					        "add-asset-webpack-plugin": "2.0.1",
 | 
				
			||||||
        "css-loader": "6.6.0",
 | 
					        "css-loader": "6.7.1",
 | 
				
			||||||
        "dropzone": "6.0.0-beta.2",
 | 
					        "dropzone": "6.0.0-beta.2",
 | 
				
			||||||
        "easymde": "2.16.1",
 | 
					        "easymde": "2.16.1",
 | 
				
			||||||
        "esbuild-loader": "2.18.0",
 | 
					        "esbuild-loader": "2.18.0",
 | 
				
			||||||
@@ -23,12 +23,12 @@
 | 
				
			|||||||
        "less-loader": "10.2.0",
 | 
					        "less-loader": "10.2.0",
 | 
				
			||||||
        "license-checker-webpack-plugin": "0.2.1",
 | 
					        "license-checker-webpack-plugin": "0.2.1",
 | 
				
			||||||
        "mermaid": "8.14.0",
 | 
					        "mermaid": "8.14.0",
 | 
				
			||||||
        "mini-css-extract-plugin": "2.5.3",
 | 
					        "mini-css-extract-plugin": "2.6.0",
 | 
				
			||||||
        "monaco-editor": "0.32.1",
 | 
					        "monaco-editor": "0.33.0",
 | 
				
			||||||
        "monaco-editor-webpack-plugin": "7.0.1",
 | 
					        "monaco-editor-webpack-plugin": "7.0.1",
 | 
				
			||||||
        "pretty-ms": "7.0.1",
 | 
					        "pretty-ms": "7.0.1",
 | 
				
			||||||
        "sortablejs": "1.14.0",
 | 
					        "sortablejs": "1.15.0",
 | 
				
			||||||
        "swagger-ui-dist": "4.5.2",
 | 
					        "swagger-ui-dist": "4.10.0",
 | 
				
			||||||
        "tributejs": "5.1.3",
 | 
					        "tributejs": "5.1.3",
 | 
				
			||||||
        "uint8-to-base64": "0.2.0",
 | 
					        "uint8-to-base64": "0.2.0",
 | 
				
			||||||
        "vue": "2.6.14",
 | 
					        "vue": "2.6.14",
 | 
				
			||||||
@@ -36,27 +36,27 @@
 | 
				
			|||||||
        "vue-calendar-heatmap": "0.8.4",
 | 
					        "vue-calendar-heatmap": "0.8.4",
 | 
				
			||||||
        "vue-loader": "15.9.8",
 | 
					        "vue-loader": "15.9.8",
 | 
				
			||||||
        "vue-template-compiler": "2.6.14",
 | 
					        "vue-template-compiler": "2.6.14",
 | 
				
			||||||
        "webpack": "5.69.1",
 | 
					        "webpack": "5.70.0",
 | 
				
			||||||
        "webpack-cli": "4.9.2",
 | 
					        "webpack-cli": "4.9.2",
 | 
				
			||||||
        "workbox-routing": "6.5.0",
 | 
					        "workbox-routing": "6.5.2",
 | 
				
			||||||
        "workbox-strategies": "6.5.0",
 | 
					        "workbox-strategies": "6.5.2",
 | 
				
			||||||
        "worker-loader": "3.0.8",
 | 
					        "worker-loader": "3.0.8",
 | 
				
			||||||
        "wrap-ansi": "8.0.1"
 | 
					        "wrap-ansi": "8.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "devDependencies": {
 | 
					      "devDependencies": {
 | 
				
			||||||
        "eslint": "8.9.0",
 | 
					        "eslint": "8.12.0",
 | 
				
			||||||
        "eslint-plugin-html": "6.2.0",
 | 
					        "eslint-plugin-html": "6.2.0",
 | 
				
			||||||
        "eslint-plugin-import": "2.25.4",
 | 
					        "eslint-plugin-import": "2.25.4",
 | 
				
			||||||
        "eslint-plugin-unicorn": "41.0.0",
 | 
					        "eslint-plugin-unicorn": "41.0.1",
 | 
				
			||||||
        "eslint-plugin-vue": "8.5.0",
 | 
					        "eslint-plugin-vue": "8.5.0",
 | 
				
			||||||
        "jest": "27.5.1",
 | 
					        "jest": "27.5.1",
 | 
				
			||||||
        "jest-extended": "2.0.0",
 | 
					        "jest-extended": "2.0.0",
 | 
				
			||||||
        "jest-raw-loader": "1.0.1",
 | 
					        "jest-raw-loader": "1.0.1",
 | 
				
			||||||
        "postcss-less": "6.0.0",
 | 
					        "postcss-less": "6.0.0",
 | 
				
			||||||
        "stylelint": "14.5.3",
 | 
					        "stylelint": "14.6.1",
 | 
				
			||||||
        "stylelint-config-standard": "25.0.0",
 | 
					        "stylelint-config-standard": "25.0.0",
 | 
				
			||||||
        "svgo": "2.8.0",
 | 
					        "svgo": "2.8.0",
 | 
				
			||||||
        "updates": "13.0.2"
 | 
					        "updates": "13.0.4"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 12.17.0"
 | 
					        "node": ">= 12.17.0"
 | 
				
			||||||
@@ -685,16 +685,16 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@eslint/eslintrc": {
 | 
					    "node_modules/@eslint/eslintrc": {
 | 
				
			||||||
      "version": "1.1.0",
 | 
					      "version": "1.2.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==",
 | 
					      "integrity": "sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "ajv": "^6.12.4",
 | 
					        "ajv": "^6.12.4",
 | 
				
			||||||
        "debug": "^4.3.2",
 | 
					        "debug": "^4.3.2",
 | 
				
			||||||
        "espree": "^9.3.1",
 | 
					        "espree": "^9.3.1",
 | 
				
			||||||
        "globals": "^13.9.0",
 | 
					        "globals": "^13.9.0",
 | 
				
			||||||
        "ignore": "^4.0.6",
 | 
					        "ignore": "^5.2.0",
 | 
				
			||||||
        "import-fresh": "^3.2.1",
 | 
					        "import-fresh": "^3.2.1",
 | 
				
			||||||
        "js-yaml": "^4.1.0",
 | 
					        "js-yaml": "^4.1.0",
 | 
				
			||||||
        "minimatch": "^3.0.4",
 | 
					        "minimatch": "^3.0.4",
 | 
				
			||||||
@@ -704,15 +704,6 @@
 | 
				
			|||||||
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
 | 
					        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@eslint/eslintrc/node_modules/ignore": {
 | 
					 | 
				
			||||||
      "version": "4.0.6",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">= 4"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/@humanwhocodes/config-array": {
 | 
					    "node_modules/@humanwhocodes/config-array": {
 | 
				
			||||||
      "version": "0.9.3",
 | 
					      "version": "0.9.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz",
 | 
				
			||||||
@@ -1157,9 +1148,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@primer/octicons": {
 | 
					    "node_modules/@primer/octicons": {
 | 
				
			||||||
      "version": "16.3.1",
 | 
					      "version": "17.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.3.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-17.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-J3IlK0Ok88RQZVB//af7Lnl1Vw2buyyr5G3oEvK1wRSYTJi/E/HBm5JZUihmDAtm/unr85FC534DwA5e+4LR2w==",
 | 
					      "integrity": "sha512-DiIjtous4XPuR2deTctD3/RVZy/vRzVYBgYYvHV313MmTfkbVP60qLH5txrT3/bYNvnb0poNDelLS6U0kqlvHA==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "object-assign": "^4.1.1"
 | 
					        "object-assign": "^4.1.1"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -2434,12 +2425,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/css-loader": {
 | 
					    "node_modules/css-loader": {
 | 
				
			||||||
      "version": "6.6.0",
 | 
					      "version": "6.7.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==",
 | 
					      "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "icss-utils": "^5.1.0",
 | 
					        "icss-utils": "^5.1.0",
 | 
				
			||||||
        "postcss": "^8.4.5",
 | 
					        "postcss": "^8.4.7",
 | 
				
			||||||
        "postcss-modules-extract-imports": "^3.0.0",
 | 
					        "postcss-modules-extract-imports": "^3.0.0",
 | 
				
			||||||
        "postcss-modules-local-by-default": "^4.0.0",
 | 
					        "postcss-modules-local-by-default": "^4.0.0",
 | 
				
			||||||
        "postcss-modules-scope": "^3.0.0",
 | 
					        "postcss-modules-scope": "^3.0.0",
 | 
				
			||||||
@@ -3247,9 +3238,9 @@
 | 
				
			|||||||
      "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0="
 | 
					      "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/debug": {
 | 
					    "node_modules/debug": {
 | 
				
			||||||
      "version": "4.3.3",
 | 
					      "version": "4.3.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
 | 
				
			||||||
      "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
 | 
					      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "ms": "2.1.2"
 | 
					        "ms": "2.1.2"
 | 
				
			||||||
@@ -3539,9 +3530,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/enhanced-resolve": {
 | 
					    "node_modules/enhanced-resolve": {
 | 
				
			||||||
      "version": "5.8.3",
 | 
					      "version": "5.9.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==",
 | 
					      "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "graceful-fs": "^4.2.4",
 | 
					        "graceful-fs": "^4.2.4",
 | 
				
			||||||
        "tapable": "^2.2.0"
 | 
					        "tapable": "^2.2.0"
 | 
				
			||||||
@@ -4076,12 +4067,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/eslint": {
 | 
					    "node_modules/eslint": {
 | 
				
			||||||
      "version": "8.9.0",
 | 
					      "version": "8.12.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==",
 | 
					      "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@eslint/eslintrc": "^1.1.0",
 | 
					        "@eslint/eslintrc": "^1.2.1",
 | 
				
			||||||
        "@humanwhocodes/config-array": "^0.9.2",
 | 
					        "@humanwhocodes/config-array": "^0.9.2",
 | 
				
			||||||
        "ajv": "^6.10.0",
 | 
					        "ajv": "^6.10.0",
 | 
				
			||||||
        "chalk": "^4.0.0",
 | 
					        "chalk": "^4.0.0",
 | 
				
			||||||
@@ -4232,9 +4223,9 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/eslint-plugin-unicorn": {
 | 
					    "node_modules/eslint-plugin-unicorn": {
 | 
				
			||||||
      "version": "41.0.0",
 | 
					      "version": "41.0.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
 | 
					      "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@babel/helper-validator-identifier": "^7.15.7",
 | 
					        "@babel/helper-validator-identifier": "^7.15.7",
 | 
				
			||||||
@@ -4787,9 +4778,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/globals": {
 | 
					    "node_modules/globals": {
 | 
				
			||||||
      "version": "13.12.1",
 | 
					      "version": "13.13.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
 | 
					      "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "type-fest": "^0.20.2"
 | 
					        "type-fest": "^0.20.2"
 | 
				
			||||||
@@ -6800,9 +6791,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/mini-css-extract-plugin": {
 | 
					    "node_modules/mini-css-extract-plugin": {
 | 
				
			||||||
      "version": "2.5.3",
 | 
					      "version": "2.6.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==",
 | 
					      "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "schema-utils": "^4.0.0"
 | 
					        "schema-utils": "^4.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -6853,9 +6844,9 @@
 | 
				
			|||||||
      "integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ=="
 | 
					      "integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/monaco-editor": {
 | 
					    "node_modules/monaco-editor": {
 | 
				
			||||||
      "version": "0.32.1",
 | 
					      "version": "0.33.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.32.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-LUt2wsUvQmEi2tfTOK+tjAPvt7eQ+K5C4rZPr6SeuyzjAuAHrIvlUloTcOiGjZW3fn3a/jFQCONrEJbNOaCqbA=="
 | 
					      "integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/monaco-editor-webpack-plugin": {
 | 
					    "node_modules/monaco-editor-webpack-plugin": {
 | 
				
			||||||
      "version": "7.0.1",
 | 
					      "version": "7.0.1",
 | 
				
			||||||
@@ -6876,9 +6867,9 @@
 | 
				
			|||||||
      "devOptional": true
 | 
					      "devOptional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/nanoid": {
 | 
					    "node_modules/nanoid": {
 | 
				
			||||||
      "version": "3.2.0",
 | 
					      "version": "3.3.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==",
 | 
					      "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==",
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "nanoid": "bin/nanoid.cjs"
 | 
					        "nanoid": "bin/nanoid.cjs"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -7364,20 +7355,26 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/postcss": {
 | 
					    "node_modules/postcss": {
 | 
				
			||||||
      "version": "8.4.6",
 | 
					      "version": "8.4.12",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
 | 
				
			||||||
      "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==",
 | 
					      "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
 | 
				
			||||||
 | 
					      "funding": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "type": "opencollective",
 | 
				
			||||||
 | 
					          "url": "https://opencollective.com/postcss/"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "type": "tidelift",
 | 
				
			||||||
 | 
					          "url": "https://tidelift.com/funding/github/npm/postcss"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "nanoid": "^3.2.0",
 | 
					        "nanoid": "^3.3.1",
 | 
				
			||||||
        "picocolors": "^1.0.0",
 | 
					        "picocolors": "^1.0.0",
 | 
				
			||||||
        "source-map-js": "^1.0.2"
 | 
					        "source-map-js": "^1.0.2"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": "^10 || ^12 || >=14"
 | 
					        "node": "^10 || ^12 || >=14"
 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "funding": {
 | 
					 | 
				
			||||||
        "type": "opencollective",
 | 
					 | 
				
			||||||
        "url": "https://opencollective.com/postcss/"
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/postcss-less": {
 | 
					    "node_modules/postcss-less": {
 | 
				
			||||||
@@ -8119,9 +8116,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/sortablejs": {
 | 
					    "node_modules/sortablejs": {
 | 
				
			||||||
      "version": "1.14.0",
 | 
					      "version": "1.15.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w=="
 | 
					      "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/source-list-map": {
 | 
					    "node_modules/source-list-map": {
 | 
				
			||||||
      "version": "2.0.1",
 | 
					      "version": "2.0.1",
 | 
				
			||||||
@@ -8368,16 +8365,16 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/stylelint": {
 | 
					    "node_modules/stylelint": {
 | 
				
			||||||
      "version": "14.5.3",
 | 
					      "version": "14.6.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==",
 | 
					      "integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "balanced-match": "^2.0.0",
 | 
					        "balanced-match": "^2.0.0",
 | 
				
			||||||
        "colord": "^2.9.2",
 | 
					        "colord": "^2.9.2",
 | 
				
			||||||
        "cosmiconfig": "^7.0.1",
 | 
					        "cosmiconfig": "^7.0.1",
 | 
				
			||||||
        "css-functions-list": "^3.0.1",
 | 
					        "css-functions-list": "^3.0.1",
 | 
				
			||||||
        "debug": "^4.3.3",
 | 
					        "debug": "^4.3.4",
 | 
				
			||||||
        "execall": "^2.0.0",
 | 
					        "execall": "^2.0.0",
 | 
				
			||||||
        "fast-glob": "^3.2.11",
 | 
					        "fast-glob": "^3.2.11",
 | 
				
			||||||
        "fastest-levenshtein": "^1.0.12",
 | 
					        "fastest-levenshtein": "^1.0.12",
 | 
				
			||||||
@@ -8398,7 +8395,7 @@
 | 
				
			|||||||
        "normalize-path": "^3.0.0",
 | 
					        "normalize-path": "^3.0.0",
 | 
				
			||||||
        "normalize-selector": "^0.2.0",
 | 
					        "normalize-selector": "^0.2.0",
 | 
				
			||||||
        "picocolors": "^1.0.0",
 | 
					        "picocolors": "^1.0.0",
 | 
				
			||||||
        "postcss": "^8.4.6",
 | 
					        "postcss": "^8.4.12",
 | 
				
			||||||
        "postcss-media-query-parser": "^0.2.3",
 | 
					        "postcss-media-query-parser": "^0.2.3",
 | 
				
			||||||
        "postcss-resolve-nested-selector": "^0.1.1",
 | 
					        "postcss-resolve-nested-selector": "^0.1.1",
 | 
				
			||||||
        "postcss-safe-parser": "^6.0.0",
 | 
					        "postcss-safe-parser": "^6.0.0",
 | 
				
			||||||
@@ -8549,9 +8546,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/swagger-ui-dist": {
 | 
					    "node_modules/swagger-ui-dist": {
 | 
				
			||||||
      "version": "4.5.2",
 | 
					      "version": "4.10.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.5.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.10.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-wV4w54eW9z+VKbYJBJfULfqO05otCbM9jwgRIkwRl9CrfTVKelDzyhhEvdUQkGUzro+Ir8TOZPiZgKIdIdolWQ=="
 | 
					      "integrity": "sha512-+RBJA/beHLg0hO4rJZIhgUdxmZE7AaNfc11PCSzZdnzkmwSJv8Qg0HZbr7BQPQjkC6z4xVWq2h1itOPk1FQBrA=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/symbol-tree": {
 | 
					    "node_modules/symbol-tree": {
 | 
				
			||||||
      "version": "3.2.4",
 | 
					      "version": "3.2.4",
 | 
				
			||||||
@@ -8915,9 +8912,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/updates": {
 | 
					    "node_modules/updates": {
 | 
				
			||||||
      "version": "13.0.2",
 | 
					      "version": "13.0.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/updates/-/updates-13.0.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/updates/-/updates-13.0.4.tgz",
 | 
				
			||||||
      "integrity": "sha512-bTC+36YoHGzK8vdKHebToVYsa5XTHCBe7X41H39wUt1A9OK1GhoY7pGzkOfXgWVS6yvVK9BSWfqVg0VA98fahQ==",
 | 
					      "integrity": "sha512-RgHZnmTlcoRdn2yA8FZUwlRj7ltEANZQvh3ISAoSZcxunIv2s5EpFnZh8jgU7DigtX4ogm4XSn0r5O4u+cF7sg==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "updates": "bin/updates.js"
 | 
					        "updates": "bin/updates.js"
 | 
				
			||||||
@@ -9198,9 +9195,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/webpack": {
 | 
					    "node_modules/webpack": {
 | 
				
			||||||
      "version": "5.69.1",
 | 
					      "version": "5.70.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
 | 
					      "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@types/eslint-scope": "^3.7.3",
 | 
					        "@types/eslint-scope": "^3.7.3",
 | 
				
			||||||
        "@types/estree": "^0.0.51",
 | 
					        "@types/estree": "^0.0.51",
 | 
				
			||||||
@@ -9211,7 +9208,7 @@
 | 
				
			|||||||
        "acorn-import-assertions": "^1.7.6",
 | 
					        "acorn-import-assertions": "^1.7.6",
 | 
				
			||||||
        "browserslist": "^4.14.5",
 | 
					        "browserslist": "^4.14.5",
 | 
				
			||||||
        "chrome-trace-event": "^1.0.2",
 | 
					        "chrome-trace-event": "^1.0.2",
 | 
				
			||||||
        "enhanced-resolve": "^5.8.3",
 | 
					        "enhanced-resolve": "^5.9.2",
 | 
				
			||||||
        "es-module-lexer": "^0.9.0",
 | 
					        "es-module-lexer": "^0.9.0",
 | 
				
			||||||
        "eslint-scope": "5.1.1",
 | 
					        "eslint-scope": "5.1.1",
 | 
				
			||||||
        "events": "^3.2.0",
 | 
					        "events": "^3.2.0",
 | 
				
			||||||
@@ -9440,24 +9437,24 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/workbox-core": {
 | 
					    "node_modules/workbox-core": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-5SPwNipUzYBhrneLVT02JFA0fw3LG82jFAN/G2NzxkIW10t4MVZuML2nU94bbkgjq25u0fkY8+4JXzMfHgxEWQ=="
 | 
					      "integrity": "sha512-IlxLGQf+wJHCR+NM0UWqDh4xe/Gu6sg2i4tfZk6WIij34IVk9BdOQgi6WvqSHd879jbQIUgL2fBdJUJyAP5ypQ=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/workbox-routing": {
 | 
					    "node_modules/workbox-routing": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-w1A9OVa/yYStu9ds0Dj+TC6zOAoskKlczf+wZI5mrM9nFCt/KOMQiFp1/41DMFPrrN/8KlZTS3Cel/Ttutw93Q==",
 | 
					      "integrity": "sha512-nR1w5PjF6IVwo0SX3oE88LhmGFmTnqqU7zpGJQQPZiKJfEKgDENQIM9mh3L1ksdFd9Y3CZVkusopHfxQvit/BA==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "workbox-core": "6.5.0"
 | 
					        "workbox-core": "6.5.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/workbox-strategies": {
 | 
					    "node_modules/workbox-strategies": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-Ngnwo+tfGw4uKSlTz3h1fYKb/lCV7SDI/dtTb8VaJzRl0N9XssloDGYERBmF6BN/DV/x3bnRsshfobnKI/3z0g==",
 | 
					      "integrity": "sha512-fgbwaUMxbG39BHjJIs2y2X21C0bmf1Oq3vMQxJ1hr6y5JMJIm8rvKCcf1EIdAr+PjKdSk4ddmgyBQ4oO8be4Uw==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "workbox-core": "6.5.0"
 | 
					        "workbox-core": "6.5.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/worker-loader": {
 | 
					    "node_modules/worker-loader": {
 | 
				
			||||||
@@ -10145,28 +10142,20 @@
 | 
				
			|||||||
      "integrity": "sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA=="
 | 
					      "integrity": "sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "@eslint/eslintrc": {
 | 
					    "@eslint/eslintrc": {
 | 
				
			||||||
      "version": "1.1.0",
 | 
					      "version": "1.2.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==",
 | 
					      "integrity": "sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "ajv": "^6.12.4",
 | 
					        "ajv": "^6.12.4",
 | 
				
			||||||
        "debug": "^4.3.2",
 | 
					        "debug": "^4.3.2",
 | 
				
			||||||
        "espree": "^9.3.1",
 | 
					        "espree": "^9.3.1",
 | 
				
			||||||
        "globals": "^13.9.0",
 | 
					        "globals": "^13.9.0",
 | 
				
			||||||
        "ignore": "^4.0.6",
 | 
					        "ignore": "^5.2.0",
 | 
				
			||||||
        "import-fresh": "^3.2.1",
 | 
					        "import-fresh": "^3.2.1",
 | 
				
			||||||
        "js-yaml": "^4.1.0",
 | 
					        "js-yaml": "^4.1.0",
 | 
				
			||||||
        "minimatch": "^3.0.4",
 | 
					        "minimatch": "^3.0.4",
 | 
				
			||||||
        "strip-json-comments": "^3.1.1"
 | 
					        "strip-json-comments": "^3.1.1"
 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "ignore": {
 | 
					 | 
				
			||||||
          "version": "4.0.6",
 | 
					 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
 | 
					 | 
				
			||||||
          "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
 | 
					 | 
				
			||||||
          "dev": true
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "@humanwhocodes/config-array": {
 | 
					    "@humanwhocodes/config-array": {
 | 
				
			||||||
@@ -10518,9 +10507,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "@primer/octicons": {
 | 
					    "@primer/octicons": {
 | 
				
			||||||
      "version": "16.3.1",
 | 
					      "version": "17.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.3.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-17.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-J3IlK0Ok88RQZVB//af7Lnl1Vw2buyyr5G3oEvK1wRSYTJi/E/HBm5JZUihmDAtm/unr85FC534DwA5e+4LR2w==",
 | 
					      "integrity": "sha512-DiIjtous4XPuR2deTctD3/RVZy/vRzVYBgYYvHV313MmTfkbVP60qLH5txrT3/bYNvnb0poNDelLS6U0kqlvHA==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "object-assign": "^4.1.1"
 | 
					        "object-assign": "^4.1.1"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -11562,12 +11551,12 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "css-loader": {
 | 
					    "css-loader": {
 | 
				
			||||||
      "version": "6.6.0",
 | 
					      "version": "6.7.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==",
 | 
					      "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "icss-utils": "^5.1.0",
 | 
					        "icss-utils": "^5.1.0",
 | 
				
			||||||
        "postcss": "^8.4.5",
 | 
					        "postcss": "^8.4.7",
 | 
				
			||||||
        "postcss-modules-extract-imports": "^3.0.0",
 | 
					        "postcss-modules-extract-imports": "^3.0.0",
 | 
				
			||||||
        "postcss-modules-local-by-default": "^4.0.0",
 | 
					        "postcss-modules-local-by-default": "^4.0.0",
 | 
				
			||||||
        "postcss-modules-scope": "^3.0.0",
 | 
					        "postcss-modules-scope": "^3.0.0",
 | 
				
			||||||
@@ -12221,9 +12210,9 @@
 | 
				
			|||||||
      "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0="
 | 
					      "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "debug": {
 | 
					    "debug": {
 | 
				
			||||||
      "version": "4.3.3",
 | 
					      "version": "4.3.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
 | 
				
			||||||
      "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
 | 
					      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "ms": "2.1.2"
 | 
					        "ms": "2.1.2"
 | 
				
			||||||
@@ -12445,9 +12434,9 @@
 | 
				
			|||||||
      "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
 | 
					      "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "enhanced-resolve": {
 | 
					    "enhanced-resolve": {
 | 
				
			||||||
      "version": "5.8.3",
 | 
					      "version": "5.9.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==",
 | 
					      "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "graceful-fs": "^4.2.4",
 | 
					        "graceful-fs": "^4.2.4",
 | 
				
			||||||
        "tapable": "^2.2.0"
 | 
					        "tapable": "^2.2.0"
 | 
				
			||||||
@@ -12743,12 +12732,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "eslint": {
 | 
					    "eslint": {
 | 
				
			||||||
      "version": "8.9.0",
 | 
					      "version": "8.12.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==",
 | 
					      "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "@eslint/eslintrc": "^1.1.0",
 | 
					        "@eslint/eslintrc": "^1.2.1",
 | 
				
			||||||
        "@humanwhocodes/config-array": "^0.9.2",
 | 
					        "@humanwhocodes/config-array": "^0.9.2",
 | 
				
			||||||
        "ajv": "^6.10.0",
 | 
					        "ajv": "^6.10.0",
 | 
				
			||||||
        "chalk": "^4.0.0",
 | 
					        "chalk": "^4.0.0",
 | 
				
			||||||
@@ -12884,9 +12873,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "eslint-plugin-unicorn": {
 | 
					    "eslint-plugin-unicorn": {
 | 
				
			||||||
      "version": "41.0.0",
 | 
					      "version": "41.0.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
 | 
					      "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "@babel/helper-validator-identifier": "^7.15.7",
 | 
					        "@babel/helper-validator-identifier": "^7.15.7",
 | 
				
			||||||
@@ -13293,9 +13282,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "globals": {
 | 
					    "globals": {
 | 
				
			||||||
      "version": "13.12.1",
 | 
					      "version": "13.13.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
 | 
					      "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "type-fest": "^0.20.2"
 | 
					        "type-fest": "^0.20.2"
 | 
				
			||||||
@@ -14791,9 +14780,9 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "mini-css-extract-plugin": {
 | 
					    "mini-css-extract-plugin": {
 | 
				
			||||||
      "version": "2.5.3",
 | 
					      "version": "2.6.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==",
 | 
					      "integrity": "sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "schema-utils": "^4.0.0"
 | 
					        "schema-utils": "^4.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -14828,9 +14817,9 @@
 | 
				
			|||||||
      "integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ=="
 | 
					      "integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "monaco-editor": {
 | 
					    "monaco-editor": {
 | 
				
			||||||
      "version": "0.32.1",
 | 
					      "version": "0.33.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.32.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-LUt2wsUvQmEi2tfTOK+tjAPvt7eQ+K5C4rZPr6SeuyzjAuAHrIvlUloTcOiGjZW3fn3a/jFQCONrEJbNOaCqbA=="
 | 
					      "integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "monaco-editor-webpack-plugin": {
 | 
					    "monaco-editor-webpack-plugin": {
 | 
				
			||||||
      "version": "7.0.1",
 | 
					      "version": "7.0.1",
 | 
				
			||||||
@@ -14847,9 +14836,9 @@
 | 
				
			|||||||
      "devOptional": true
 | 
					      "devOptional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "nanoid": {
 | 
					    "nanoid": {
 | 
				
			||||||
      "version": "3.2.0",
 | 
					      "version": "3.3.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA=="
 | 
					      "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "natural-compare": {
 | 
					    "natural-compare": {
 | 
				
			||||||
      "version": "1.4.0",
 | 
					      "version": "1.4.0",
 | 
				
			||||||
@@ -15204,11 +15193,11 @@
 | 
				
			|||||||
      "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
 | 
					      "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "postcss": {
 | 
					    "postcss": {
 | 
				
			||||||
      "version": "8.4.6",
 | 
					      "version": "8.4.12",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
 | 
				
			||||||
      "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==",
 | 
					      "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "nanoid": "^3.2.0",
 | 
					        "nanoid": "^3.3.1",
 | 
				
			||||||
        "picocolors": "^1.0.0",
 | 
					        "picocolors": "^1.0.0",
 | 
				
			||||||
        "source-map-js": "^1.0.2"
 | 
					        "source-map-js": "^1.0.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -15732,9 +15721,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "sortablejs": {
 | 
					    "sortablejs": {
 | 
				
			||||||
      "version": "1.14.0",
 | 
					      "version": "1.15.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w=="
 | 
					      "integrity": "sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "source-list-map": {
 | 
					    "source-list-map": {
 | 
				
			||||||
      "version": "2.0.1",
 | 
					      "version": "2.0.1",
 | 
				
			||||||
@@ -15938,16 +15927,16 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "stylelint": {
 | 
					    "stylelint": {
 | 
				
			||||||
      "version": "14.5.3",
 | 
					      "version": "14.6.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==",
 | 
					      "integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "balanced-match": "^2.0.0",
 | 
					        "balanced-match": "^2.0.0",
 | 
				
			||||||
        "colord": "^2.9.2",
 | 
					        "colord": "^2.9.2",
 | 
				
			||||||
        "cosmiconfig": "^7.0.1",
 | 
					        "cosmiconfig": "^7.0.1",
 | 
				
			||||||
        "css-functions-list": "^3.0.1",
 | 
					        "css-functions-list": "^3.0.1",
 | 
				
			||||||
        "debug": "^4.3.3",
 | 
					        "debug": "^4.3.4",
 | 
				
			||||||
        "execall": "^2.0.0",
 | 
					        "execall": "^2.0.0",
 | 
				
			||||||
        "fast-glob": "^3.2.11",
 | 
					        "fast-glob": "^3.2.11",
 | 
				
			||||||
        "fastest-levenshtein": "^1.0.12",
 | 
					        "fastest-levenshtein": "^1.0.12",
 | 
				
			||||||
@@ -15968,7 +15957,7 @@
 | 
				
			|||||||
        "normalize-path": "^3.0.0",
 | 
					        "normalize-path": "^3.0.0",
 | 
				
			||||||
        "normalize-selector": "^0.2.0",
 | 
					        "normalize-selector": "^0.2.0",
 | 
				
			||||||
        "picocolors": "^1.0.0",
 | 
					        "picocolors": "^1.0.0",
 | 
				
			||||||
        "postcss": "^8.4.6",
 | 
					        "postcss": "^8.4.12",
 | 
				
			||||||
        "postcss-media-query-parser": "^0.2.3",
 | 
					        "postcss-media-query-parser": "^0.2.3",
 | 
				
			||||||
        "postcss-resolve-nested-selector": "^0.1.1",
 | 
					        "postcss-resolve-nested-selector": "^0.1.1",
 | 
				
			||||||
        "postcss-safe-parser": "^6.0.0",
 | 
					        "postcss-safe-parser": "^6.0.0",
 | 
				
			||||||
@@ -16082,9 +16071,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "swagger-ui-dist": {
 | 
					    "swagger-ui-dist": {
 | 
				
			||||||
      "version": "4.5.2",
 | 
					      "version": "4.10.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.5.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.10.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-wV4w54eW9z+VKbYJBJfULfqO05otCbM9jwgRIkwRl9CrfTVKelDzyhhEvdUQkGUzro+Ir8TOZPiZgKIdIdolWQ=="
 | 
					      "integrity": "sha512-+RBJA/beHLg0hO4rJZIhgUdxmZE7AaNfc11PCSzZdnzkmwSJv8Qg0HZbr7BQPQjkC6z4xVWq2h1itOPk1FQBrA=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "symbol-tree": {
 | 
					    "symbol-tree": {
 | 
				
			||||||
      "version": "3.2.4",
 | 
					      "version": "3.2.4",
 | 
				
			||||||
@@ -16353,9 +16342,9 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "updates": {
 | 
					    "updates": {
 | 
				
			||||||
      "version": "13.0.2",
 | 
					      "version": "13.0.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/updates/-/updates-13.0.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/updates/-/updates-13.0.4.tgz",
 | 
				
			||||||
      "integrity": "sha512-bTC+36YoHGzK8vdKHebToVYsa5XTHCBe7X41H39wUt1A9OK1GhoY7pGzkOfXgWVS6yvVK9BSWfqVg0VA98fahQ==",
 | 
					      "integrity": "sha512-RgHZnmTlcoRdn2yA8FZUwlRj7ltEANZQvh3ISAoSZcxunIv2s5EpFnZh8jgU7DigtX4ogm4XSn0r5O4u+cF7sg==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "uri-js": {
 | 
					    "uri-js": {
 | 
				
			||||||
@@ -16585,9 +16574,9 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "webpack": {
 | 
					    "webpack": {
 | 
				
			||||||
      "version": "5.69.1",
 | 
					      "version": "5.70.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
 | 
					      "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "@types/eslint-scope": "^3.7.3",
 | 
					        "@types/eslint-scope": "^3.7.3",
 | 
				
			||||||
        "@types/estree": "^0.0.51",
 | 
					        "@types/estree": "^0.0.51",
 | 
				
			||||||
@@ -16598,7 +16587,7 @@
 | 
				
			|||||||
        "acorn-import-assertions": "^1.7.6",
 | 
					        "acorn-import-assertions": "^1.7.6",
 | 
				
			||||||
        "browserslist": "^4.14.5",
 | 
					        "browserslist": "^4.14.5",
 | 
				
			||||||
        "chrome-trace-event": "^1.0.2",
 | 
					        "chrome-trace-event": "^1.0.2",
 | 
				
			||||||
        "enhanced-resolve": "^5.8.3",
 | 
					        "enhanced-resolve": "^5.9.2",
 | 
				
			||||||
        "es-module-lexer": "^0.9.0",
 | 
					        "es-module-lexer": "^0.9.0",
 | 
				
			||||||
        "eslint-scope": "5.1.1",
 | 
					        "eslint-scope": "5.1.1",
 | 
				
			||||||
        "events": "^3.2.0",
 | 
					        "events": "^3.2.0",
 | 
				
			||||||
@@ -16753,24 +16742,24 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "workbox-core": {
 | 
					    "workbox-core": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-5SPwNipUzYBhrneLVT02JFA0fw3LG82jFAN/G2NzxkIW10t4MVZuML2nU94bbkgjq25u0fkY8+4JXzMfHgxEWQ=="
 | 
					      "integrity": "sha512-IlxLGQf+wJHCR+NM0UWqDh4xe/Gu6sg2i4tfZk6WIij34IVk9BdOQgi6WvqSHd879jbQIUgL2fBdJUJyAP5ypQ=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "workbox-routing": {
 | 
					    "workbox-routing": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-w1A9OVa/yYStu9ds0Dj+TC6zOAoskKlczf+wZI5mrM9nFCt/KOMQiFp1/41DMFPrrN/8KlZTS3Cel/Ttutw93Q==",
 | 
					      "integrity": "sha512-nR1w5PjF6IVwo0SX3oE88LhmGFmTnqqU7zpGJQQPZiKJfEKgDENQIM9mh3L1ksdFd9Y3CZVkusopHfxQvit/BA==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "workbox-core": "6.5.0"
 | 
					        "workbox-core": "6.5.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "workbox-strategies": {
 | 
					    "workbox-strategies": {
 | 
				
			||||||
      "version": "6.5.0",
 | 
					      "version": "6.5.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-Ngnwo+tfGw4uKSlTz3h1fYKb/lCV7SDI/dtTb8VaJzRl0N9XssloDGYERBmF6BN/DV/x3bnRsshfobnKI/3z0g==",
 | 
					      "integrity": "sha512-fgbwaUMxbG39BHjJIs2y2X21C0bmf1Oq3vMQxJ1hr6y5JMJIm8rvKCcf1EIdAr+PjKdSk4ddmgyBQ4oO8be4Uw==",
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "workbox-core": "6.5.0"
 | 
					        "workbox-core": "6.5.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "worker-loader": {
 | 
					    "worker-loader": {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										26
									
								
								package.json
									
									
									
									
									
								
							
							
						
						@@ -8,9 +8,9 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@claviska/jquery-minicolors": "2.3.6",
 | 
					    "@claviska/jquery-minicolors": "2.3.6",
 | 
				
			||||||
    "@primer/octicons": "16.3.1",
 | 
					    "@primer/octicons": "17.0.0",
 | 
				
			||||||
    "add-asset-webpack-plugin": "2.0.1",
 | 
					    "add-asset-webpack-plugin": "2.0.1",
 | 
				
			||||||
    "css-loader": "6.6.0",
 | 
					    "css-loader": "6.7.1",
 | 
				
			||||||
    "dropzone": "6.0.0-beta.2",
 | 
					    "dropzone": "6.0.0-beta.2",
 | 
				
			||||||
    "easymde": "2.16.1",
 | 
					    "easymde": "2.16.1",
 | 
				
			||||||
    "esbuild-loader": "2.18.0",
 | 
					    "esbuild-loader": "2.18.0",
 | 
				
			||||||
@@ -23,12 +23,12 @@
 | 
				
			|||||||
    "less-loader": "10.2.0",
 | 
					    "less-loader": "10.2.0",
 | 
				
			||||||
    "license-checker-webpack-plugin": "0.2.1",
 | 
					    "license-checker-webpack-plugin": "0.2.1",
 | 
				
			||||||
    "mermaid": "8.14.0",
 | 
					    "mermaid": "8.14.0",
 | 
				
			||||||
    "mini-css-extract-plugin": "2.5.3",
 | 
					    "mini-css-extract-plugin": "2.6.0",
 | 
				
			||||||
    "monaco-editor": "0.32.1",
 | 
					    "monaco-editor": "0.33.0",
 | 
				
			||||||
    "monaco-editor-webpack-plugin": "7.0.1",
 | 
					    "monaco-editor-webpack-plugin": "7.0.1",
 | 
				
			||||||
    "pretty-ms": "7.0.1",
 | 
					    "pretty-ms": "7.0.1",
 | 
				
			||||||
    "sortablejs": "1.14.0",
 | 
					    "sortablejs": "1.15.0",
 | 
				
			||||||
    "swagger-ui-dist": "4.5.2",
 | 
					    "swagger-ui-dist": "4.10.0",
 | 
				
			||||||
    "tributejs": "5.1.3",
 | 
					    "tributejs": "5.1.3",
 | 
				
			||||||
    "uint8-to-base64": "0.2.0",
 | 
					    "uint8-to-base64": "0.2.0",
 | 
				
			||||||
    "vue": "2.6.14",
 | 
					    "vue": "2.6.14",
 | 
				
			||||||
@@ -36,27 +36,27 @@
 | 
				
			|||||||
    "vue-calendar-heatmap": "0.8.4",
 | 
					    "vue-calendar-heatmap": "0.8.4",
 | 
				
			||||||
    "vue-loader": "15.9.8",
 | 
					    "vue-loader": "15.9.8",
 | 
				
			||||||
    "vue-template-compiler": "2.6.14",
 | 
					    "vue-template-compiler": "2.6.14",
 | 
				
			||||||
    "webpack": "5.69.1",
 | 
					    "webpack": "5.70.0",
 | 
				
			||||||
    "webpack-cli": "4.9.2",
 | 
					    "webpack-cli": "4.9.2",
 | 
				
			||||||
    "workbox-routing": "6.5.0",
 | 
					    "workbox-routing": "6.5.2",
 | 
				
			||||||
    "workbox-strategies": "6.5.0",
 | 
					    "workbox-strategies": "6.5.2",
 | 
				
			||||||
    "worker-loader": "3.0.8",
 | 
					    "worker-loader": "3.0.8",
 | 
				
			||||||
    "wrap-ansi": "8.0.1"
 | 
					    "wrap-ansi": "8.0.1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "eslint": "8.9.0",
 | 
					    "eslint": "8.12.0",
 | 
				
			||||||
    "eslint-plugin-html": "6.2.0",
 | 
					    "eslint-plugin-html": "6.2.0",
 | 
				
			||||||
    "eslint-plugin-import": "2.25.4",
 | 
					    "eslint-plugin-import": "2.25.4",
 | 
				
			||||||
    "eslint-plugin-unicorn": "41.0.0",
 | 
					    "eslint-plugin-unicorn": "41.0.1",
 | 
				
			||||||
    "eslint-plugin-vue": "8.5.0",
 | 
					    "eslint-plugin-vue": "8.5.0",
 | 
				
			||||||
    "jest": "27.5.1",
 | 
					    "jest": "27.5.1",
 | 
				
			||||||
    "jest-extended": "2.0.0",
 | 
					    "jest-extended": "2.0.0",
 | 
				
			||||||
    "jest-raw-loader": "1.0.1",
 | 
					    "jest-raw-loader": "1.0.1",
 | 
				
			||||||
    "postcss-less": "6.0.0",
 | 
					    "postcss-less": "6.0.0",
 | 
				
			||||||
    "stylelint": "14.5.3",
 | 
					    "stylelint": "14.6.1",
 | 
				
			||||||
    "stylelint-config-standard": "25.0.0",
 | 
					    "stylelint-config-standard": "25.0.0",
 | 
				
			||||||
    "svgo": "2.8.0",
 | 
					    "svgo": "2.8.0",
 | 
				
			||||||
    "updates": "13.0.2"
 | 
					    "updates": "13.0.4"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "browserslist": [
 | 
					  "browserslist": [
 | 
				
			||||||
    "defaults",
 | 
					    "defaults",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								public/img/svg/octicon-feed-forked.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-feed-forked" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM6 6.928a1.75 1.75 0 1 0-1 0V7.5A1.5 1.5 0 0 0 6.5 9h1v1.072a1.75 1.75 0 1 0 1 0V9h1A1.5 1.5 0 0 0 11 7.5v-.572a1.75 1.75 0 1 0-1 0V7.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-.572z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 350 B  | 
							
								
								
									
										1
									
								
								public/img/svg/octicon-feed-merged.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-feed-merged" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.25-11.25a1.75 1.75 0 0 1-1.207 1.664A2 2 0 0 0 9 8h.571a1.75 1.75 0 1 1 0 1H9a2.99 2.99 0 0 1-2-.764v1.336a1.75 1.75 0 1 1-1 0V6.428A1.75 1.75 0 1 1 8.25 4.75z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 333 B  | 
							
								
								
									
										1
									
								
								public/img/svg/octicon-feed-trophy.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-feed-trophy" width="16" height="16" aria-hidden="true"><path d="M11 5h1v1.146a1 1 0 0 1-.629.928L11 7.223V5zM5 7.223l-.371-.149A1 1 0 0 1 4 6.146V5h1v2.223z"/><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM3 5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1.146a2 2 0 0 1-1.257 1.857l-.865.346a3.005 3.005 0 0 1-2.294 2.094C8.78 11.405 9.342 12 10.5 12a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h.002c1.156 0 1.718-.596 1.914-1.557A3.005 3.005 0 0 1 5.122 8.35l-.865-.346A2 2 0 0 1 3 6.146V5z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 537 B  | 
							
								
								
									
										1
									
								
								public/img/svg/octicon-file-directory-fill.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-file-directory-fill" width="16" height="16" aria-hidden="true"><path d="M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 301 B  | 
@@ -1 +1 @@
 | 
				
			|||||||
<svg viewBox="0 0 16 16" class="svg octicon-file-directory" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3h-6.5a.25.25 0 0 1-.2-.1l-.9-1.2c-.33-.44-.85-.7-1.4-.7h-3.5z"/></svg>
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-file-directory" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H7.5c-.55 0-1.07-.26-1.4-.7l-.9-1.2a.25.25 0 0 0-.2-.1H1.75zM0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75z"/></svg>
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 476 B  | 
							
								
								
									
										1
									
								
								public/img/svg/octicon-repo-locked.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-repo-locked" width="16" height="16" aria-hidden="true"><path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.492 2.492 0 0 1 3.5 9h2.75a.75.75 0 0 1 0 1.5H3.5a1 1 0 1 0 0 2h2.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5v-9z"/><path fill-rule="evenodd" d="M9 10.168V9a3 3 0 1 1 6 0v1.168c.591.281 1 .884 1 1.582v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.698.409-1.3 1-1.582zM13.5 10h-3V9a1.5 1.5 0 0 1 3 0v1z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 545 B  | 
							
								
								
									
										1
									
								
								public/img/svg/octicon-trophy.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<svg viewBox="0 0 16 16" class="svg octicon-trophy" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.217 6.962A3.75 3.75 0 0 1 0 3.25v-.5C0 1.784.784 1 1.75 1h1.356c.228-.585.796-1 1.462-1h6.864a1.57 1.57 0 0 1 1.462 1h1.356c.966 0 1.75.784 1.75 1.75v.5a3.75 3.75 0 0 1-3.217 3.712 5.014 5.014 0 0 1-2.771 3.117l.144 1.446c.005.05.03.12.114.204.086.087.217.17.373.227.283.103.618.274.89.568.285.31.467.723.467 1.226v.75h1.25a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H4v-.75c0-.503.182-.916.468-1.226.27-.294.606-.465.889-.568a1.03 1.03 0 0 0 .373-.227c.084-.085.109-.153.114-.204l.144-1.446a5.014 5.014 0 0 1-2.77-3.117zM3 2.5H1.75a.25.25 0 0 0-.25.25v.5c0 .98.626 1.813 1.5 2.122V2.5zm4.457 7.97-.12 1.204c-.093.925-.858 1.47-1.467 1.691a.764.764 0 0 0-.3.176c-.037.04-.07.093-.07.21v.75h5v-.75c0-.117-.033-.17-.07-.21a.763.763 0 0 0-.3-.176c-.609-.221-1.374-.766-1.466-1.69l-.12-1.204a5.052 5.052 0 0 1-1.087 0zM13 5.373V2.5h1.25a.25.25 0 0 1 .25.25v.5A2.25 2.25 0 0 1 13 5.372zM4.5 1.568c0-.037.03-.068.068-.068h6.864c.037 0 .068.03.068.068V5.5a3.5 3.5 0 1 1-7 0V1.568z"/></svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 1.1 KiB  | 
@@ -25,7 +25,7 @@
 | 
				
			|||||||
						{{range $dirI, $dir := .Dirs}}
 | 
											{{range $dirI, $dir := .Dirs}}
 | 
				
			||||||
							<div class="item">
 | 
												<div class="item">
 | 
				
			||||||
								<div class="content">
 | 
													<div class="content">
 | 
				
			||||||
									<span class="icon">{{svg "octicon-file-directory"}}</span>
 | 
														<span class="icon">{{svg "octicon-file-directory-fill"}}</span>
 | 
				
			||||||
									<span class="name">{{$dir}}</span>
 | 
														<span class="name">{{$dir}}</span>
 | 
				
			||||||
									<div class="right floated content">
 | 
														<div class="right floated content">
 | 
				
			||||||
										<button class="ui button submit tiny green adopt show-modal" data-modal="#adopt-unadopted-modal-{{$dirI}}"><span class="icon">{{svg "octicon-plus"}}</span><span class="label">{{$.i18n.Tr "repo.adopt_preexisting_label"}}</span></button>
 | 
															<button class="ui button submit tiny green adopt show-modal" data-modal="#adopt-unadopted-modal-{{$dirI}}"><span class="icon">{{svg "octicon-plus"}}</span><span class="label">{{$.i18n.Tr "repo.adopt_preexisting_label"}}</span></button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,7 +62,7 @@
 | 
				
			|||||||
							{{if $entry.IsDir}}
 | 
												{{if $entry.IsDir}}
 | 
				
			||||||
								{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
													{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
				
			||||||
								{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
 | 
													{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
 | 
				
			||||||
								{{svg "octicon-file-directory"}}
 | 
													{{svg "octicon-file-directory-fill"}}
 | 
				
			||||||
								<a href="{{$.TreeLink}}/{{PathEscapeSegments $subJumpablePathName}}" title="{{$subJumpablePathName}}">
 | 
													<a href="{{$.TreeLink}}/{{PathEscapeSegments $subJumpablePathName}}" title="{{$subJumpablePathName}}">
 | 
				
			||||||
									{{if eq (len $subJumpablePath) 2}}
 | 
														{{if eq (len $subJumpablePath) 2}}
 | 
				
			||||||
										<span class="jumpable-path">{{index  $subJumpablePath 0}}</span>{{index  $subJumpablePath 1}}
 | 
															<span class="jumpable-path">{{index  $subJumpablePath 0}}</span>{{index  $subJumpablePath 1}}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,7 @@
 | 
				
			|||||||
											<span><a href="{{$repo.BaseRepo.Link}}">{{$repo.BaseRepo.OwnerName}}/{{$repo.BaseRepo.Name}}</a></span>
 | 
																<span><a href="{{$repo.BaseRepo.Link}}">{{$repo.BaseRepo.OwnerName}}/{{$repo.BaseRepo.Name}}</a></span>
 | 
				
			||||||
										{{end}}
 | 
															{{end}}
 | 
				
			||||||
									{{else}}
 | 
														{{else}}
 | 
				
			||||||
										<span class="icon">{{svg "octicon-file-directory"}}</span>
 | 
															<span class="icon">{{svg "octicon-file-directory-fill"}}</span>
 | 
				
			||||||
										<span class="name">{{$.Owner.Name}}/{{$dir}}</span>
 | 
															<span class="name">{{$.Owner.Name}}/{{$dir}}</span>
 | 
				
			||||||
										<div class="right floated content">
 | 
															<div class="right floated content">
 | 
				
			||||||
											{{if $.allowAdopt}}
 | 
																{{if $.allowAdopt}}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -334,7 +334,7 @@
 | 
				
			|||||||
            margin-right: 10px;
 | 
					            margin-right: 10px;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          &.octicon-file-directory,
 | 
					          &.octicon-file-directory-fill,
 | 
				
			||||||
          &.octicon-file-submodule {
 | 
					          &.octicon-file-submodule {
 | 
				
			||||||
            color: var(--color-primary);
 | 
					            color: var(--color-primary);
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 
 | 
				
			|||||||