|
@@ -29,12 +29,14 @@
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
|
+ "css-loader": "^7.1.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
- "less": "^4.2.0",
|
|
|
|
- "less-loader": "^11.1.3",
|
|
|
|
|
|
+ "less": "^4.3.0",
|
|
|
|
+ "less-loader": "^11.1.4",
|
|
"sass": "^1.32.7",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"sass-loader": "^12.0.0",
|
|
|
|
+ "style-loader": "^4.0.0",
|
|
"vue-template-compiler": "^2.6.14"
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -2867,6 +2869,55 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@vue/cli-service/node_modules/css-loader": {
|
|
|
|
+ "version": "6.11.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
|
|
|
|
+ "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "icss-utils": "^5.1.0",
|
|
|
|
+ "postcss": "^8.4.33",
|
|
|
|
+ "postcss-modules-extract-imports": "^3.1.0",
|
|
|
|
+ "postcss-modules-local-by-default": "^4.0.5",
|
|
|
|
+ "postcss-modules-scope": "^3.2.0",
|
|
|
|
+ "postcss-modules-values": "^4.0.0",
|
|
|
|
+ "postcss-value-parser": "^4.2.0",
|
|
|
|
+ "semver": "^7.5.4"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 12.13.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@rspack/core": "0.x || 1.x",
|
|
|
|
+ "webpack": "^5.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@rspack/core": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "webpack": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vue/cli-service/node_modules/semver": {
|
|
|
|
+ "version": "7.7.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
|
|
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "bin": {
|
|
|
|
+ "semver": "bin/semver.js"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=10"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@vue/cli-shared-utils": {
|
|
"node_modules/@vue/cli-shared-utils": {
|
|
"version": "5.0.8",
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz",
|
|
@@ -4435,47 +4486,47 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/css-loader": {
|
|
"node_modules/css-loader": {
|
|
- "version": "6.8.1",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.8.1.tgz",
|
|
|
|
- "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==",
|
|
|
|
|
|
+ "version": "7.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"icss-utils": "^5.1.0",
|
|
"icss-utils": "^5.1.0",
|
|
- "postcss": "^8.4.21",
|
|
|
|
- "postcss-modules-extract-imports": "^3.0.0",
|
|
|
|
- "postcss-modules-local-by-default": "^4.0.3",
|
|
|
|
- "postcss-modules-scope": "^3.0.0",
|
|
|
|
|
|
+ "postcss": "^8.4.33",
|
|
|
|
+ "postcss-modules-extract-imports": "^3.1.0",
|
|
|
|
+ "postcss-modules-local-by-default": "^4.0.5",
|
|
|
|
+ "postcss-modules-scope": "^3.2.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
- "semver": "^7.3.8"
|
|
|
|
|
|
+ "semver": "^7.5.4"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
- "node": ">= 12.13.0"
|
|
|
|
|
|
+ "node": ">= 18.12.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
},
|
|
},
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
- "webpack": "^5.0.0"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "node_modules/css-loader/node_modules/lru-cache": {
|
|
|
|
- "version": "6.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
|
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
|
- "dev": true,
|
|
|
|
- "dependencies": {
|
|
|
|
- "yallist": "^4.0.0"
|
|
|
|
|
|
+ "@rspack/core": "0.x || 1.x",
|
|
|
|
+ "webpack": "^5.27.0"
|
|
},
|
|
},
|
|
- "engines": {
|
|
|
|
- "node": ">=10"
|
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@rspack/core": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "webpack": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/css-loader/node_modules/semver": {
|
|
"node_modules/css-loader/node_modules/semver": {
|
|
- "version": "7.5.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.3.tgz",
|
|
|
|
- "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
|
|
|
|
|
|
+ "version": "7.7.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
|
|
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
- "dependencies": {
|
|
|
|
- "lru-cache": "^6.0.0"
|
|
|
|
- },
|
|
|
|
|
|
+ "license": "ISC",
|
|
"bin": {
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
"semver": "bin/semver.js"
|
|
},
|
|
},
|
|
@@ -4483,12 +4534,6 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/css-loader/node_modules/yallist": {
|
|
|
|
- "version": "4.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
|
|
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
|
|
- "dev": true
|
|
|
|
- },
|
|
|
|
"node_modules/css-minimizer-webpack-plugin": {
|
|
"node_modules/css-minimizer-webpack-plugin": {
|
|
"version": "3.4.1",
|
|
"version": "3.4.1",
|
|
"resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
|
|
@@ -7087,10 +7132,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/less": {
|
|
"node_modules/less": {
|
|
- "version": "4.2.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz",
|
|
|
|
- "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==",
|
|
|
|
|
|
+ "version": "4.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/less/-/less-4.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "Apache-2.0",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"copy-anything": "^2.0.1",
|
|
"copy-anything": "^2.0.1",
|
|
"parse-node-version": "^1.0.1",
|
|
"parse-node-version": "^1.0.1",
|
|
@@ -7100,7 +7146,7 @@
|
|
"lessc": "bin/lessc"
|
|
"lessc": "bin/lessc"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
- "node": ">=6"
|
|
|
|
|
|
+ "node": ">=14"
|
|
},
|
|
},
|
|
"optionalDependencies": {
|
|
"optionalDependencies": {
|
|
"errno": "^0.1.1",
|
|
"errno": "^0.1.1",
|
|
@@ -7113,10 +7159,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/less-loader": {
|
|
"node_modules/less-loader": {
|
|
- "version": "11.1.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-11.1.3.tgz",
|
|
|
|
- "integrity": "sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==",
|
|
|
|
|
|
+ "version": "11.1.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-6/GrYaB6QcW6Vj+/9ZPgKKs6G10YZai/l/eJ4SLwbzqNTBsAqt5hSLVF47TgsiBxV1P6eAU0GYRH3YRuQU9V3A==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
"node": ">= 14.15.0"
|
|
},
|
|
},
|
|
@@ -7784,9 +7831,16 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/nanoid": {
|
|
"node_modules/nanoid": {
|
|
- "version": "3.3.6",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz",
|
|
|
|
- "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
|
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "github",
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
"bin": {
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
},
|
|
@@ -8386,9 +8440,10 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/picocolors": {
|
|
"node_modules/picocolors": {
|
|
- "version": "1.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
|
|
+ "license": "ISC"
|
|
},
|
|
},
|
|
"node_modules/picomatch": {
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"version": "2.3.1",
|
|
@@ -8445,13 +8500,28 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/postcss": {
|
|
"node_modules/postcss": {
|
|
- "version": "8.4.24",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.24.tgz",
|
|
|
|
- "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
|
|
|
|
|
|
+ "version": "8.5.5",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.5.tgz",
|
|
|
|
+ "integrity": "sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "tidelift",
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "github",
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "nanoid": "^3.3.6",
|
|
|
|
- "picocolors": "^1.0.0",
|
|
|
|
- "source-map-js": "^1.0.2"
|
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
"node": "^10 || ^12 || >=14"
|
|
@@ -8702,10 +8772,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
- "version": "3.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
|
|
|
|
- "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
|
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "ISC",
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
},
|
|
@@ -8714,13 +8785,14 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
- "version": "4.0.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
|
|
|
|
- "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
|
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0",
|
|
"icss-utils": "^5.0.0",
|
|
- "postcss-selector-parser": "^6.0.2",
|
|
|
|
|
|
+ "postcss-selector-parser": "^7.0.0",
|
|
"postcss-value-parser": "^4.1.0"
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
@@ -8730,13 +8802,28 @@
|
|
"postcss": "^8.1.0"
|
|
"postcss": "^8.1.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
|
|
|
|
+ "version": "7.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/postcss-modules-scope": {
|
|
"node_modules/postcss-modules-scope": {
|
|
- "version": "3.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
|
|
|
|
- "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
|
|
|
|
|
|
+ "version": "3.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
|
|
+ "license": "ISC",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "postcss-selector-parser": "^6.0.4"
|
|
|
|
|
|
+ "postcss-selector-parser": "^7.0.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
"node": "^10 || ^12 || >= 14"
|
|
@@ -8745,6 +8832,20 @@
|
|
"postcss": "^8.1.0"
|
|
"postcss": "^8.1.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
|
|
|
|
+ "version": "7.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/postcss-modules-values": {
|
|
"node_modules/postcss-modules-values": {
|
|
"version": "4.0.0",
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
|
@@ -9865,9 +9966,10 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"node_modules/source-map-js": {
|
|
- "version": "1.0.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
|
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
@@ -10055,6 +10157,23 @@
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/style-loader": {
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-4.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 18.12.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "webpack": "^5.27.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/stylehacks": {
|
|
"node_modules/stylehacks": {
|
|
"version": "5.1.1",
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
|
|
@@ -13594,6 +13713,30 @@
|
|
"webpack-merge": "^5.7.3",
|
|
"webpack-merge": "^5.7.3",
|
|
"webpack-virtual-modules": "^0.4.2",
|
|
"webpack-virtual-modules": "^0.4.2",
|
|
"whatwg-fetch": "^3.6.2"
|
|
"whatwg-fetch": "^3.6.2"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "css-loader": {
|
|
|
|
+ "version": "6.11.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz",
|
|
|
|
+ "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "icss-utils": "^5.1.0",
|
|
|
|
+ "postcss": "^8.4.33",
|
|
|
|
+ "postcss-modules-extract-imports": "^3.1.0",
|
|
|
|
+ "postcss-modules-local-by-default": "^4.0.5",
|
|
|
|
+ "postcss-modules-scope": "^3.2.0",
|
|
|
|
+ "postcss-modules-values": "^4.0.0",
|
|
|
|
+ "postcss-value-parser": "^4.2.0",
|
|
|
|
+ "semver": "^7.5.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "semver": {
|
|
|
|
+ "version": "7.7.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
|
|
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
|
|
+ "dev": true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@vue/cli-shared-utils": {
|
|
"@vue/cli-shared-utils": {
|
|
@@ -14911,43 +15054,25 @@
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
"css-loader": {
|
|
"css-loader": {
|
|
- "version": "6.8.1",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.8.1.tgz",
|
|
|
|
- "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==",
|
|
|
|
|
|
+ "version": "7.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"requires": {
|
|
"icss-utils": "^5.1.0",
|
|
"icss-utils": "^5.1.0",
|
|
- "postcss": "^8.4.21",
|
|
|
|
- "postcss-modules-extract-imports": "^3.0.0",
|
|
|
|
- "postcss-modules-local-by-default": "^4.0.3",
|
|
|
|
- "postcss-modules-scope": "^3.0.0",
|
|
|
|
|
|
+ "postcss": "^8.4.33",
|
|
|
|
+ "postcss-modules-extract-imports": "^3.1.0",
|
|
|
|
+ "postcss-modules-local-by-default": "^4.0.5",
|
|
|
|
+ "postcss-modules-scope": "^3.2.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
- "semver": "^7.3.8"
|
|
|
|
|
|
+ "semver": "^7.5.4"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "lru-cache": {
|
|
|
|
- "version": "6.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
|
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
|
- "dev": true,
|
|
|
|
- "requires": {
|
|
|
|
- "yallist": "^4.0.0"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"semver": {
|
|
"semver": {
|
|
- "version": "7.5.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.3.tgz",
|
|
|
|
- "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
|
|
|
|
- "dev": true,
|
|
|
|
- "requires": {
|
|
|
|
- "lru-cache": "^6.0.0"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "yallist": {
|
|
|
|
- "version": "4.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
|
|
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
|
|
|
|
+ "version": "7.7.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
|
|
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
"dev": true
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -17004,9 +17129,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"less": {
|
|
"less": {
|
|
- "version": "4.2.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz",
|
|
|
|
- "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==",
|
|
|
|
|
|
+ "version": "4.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/less/-/less-4.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"requires": {
|
|
"copy-anything": "^2.0.1",
|
|
"copy-anything": "^2.0.1",
|
|
@@ -17042,9 +17167,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"less-loader": {
|
|
"less-loader": {
|
|
- "version": "11.1.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-11.1.3.tgz",
|
|
|
|
- "integrity": "sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==",
|
|
|
|
|
|
+ "version": "11.1.4",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.4.tgz",
|
|
|
|
+ "integrity": "sha512-6/GrYaB6QcW6Vj+/9ZPgKKs6G10YZai/l/eJ4SLwbzqNTBsAqt5hSLVF47TgsiBxV1P6eAU0GYRH3YRuQU9V3A==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
@@ -17563,9 +17688,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"nanoid": {
|
|
"nanoid": {
|
|
- "version": "3.3.6",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz",
|
|
|
|
- "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA=="
|
|
|
|
|
|
+ "version": "3.3.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
|
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
|
|
},
|
|
},
|
|
"natural-compare": {
|
|
"natural-compare": {
|
|
"version": "1.4.0",
|
|
"version": "1.4.0",
|
|
@@ -18042,9 +18167,9 @@
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
"picocolors": {
|
|
"picocolors": {
|
|
- "version": "1.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
},
|
|
},
|
|
"picomatch": {
|
|
"picomatch": {
|
|
"version": "2.3.1",
|
|
"version": "2.3.1",
|
|
@@ -18091,13 +18216,13 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"postcss": {
|
|
"postcss": {
|
|
- "version": "8.4.24",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.24.tgz",
|
|
|
|
- "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
|
|
|
|
|
|
+ "version": "8.5.5",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.5.tgz",
|
|
|
|
+ "integrity": "sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==",
|
|
"requires": {
|
|
"requires": {
|
|
- "nanoid": "^3.3.6",
|
|
|
|
- "picocolors": "^1.0.0",
|
|
|
|
- "source-map-js": "^1.0.2"
|
|
|
|
|
|
+ "nanoid": "^3.3.11",
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
+ "source-map-js": "^1.2.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"postcss-calc": {
|
|
"postcss-calc": {
|
|
@@ -18260,30 +18385,54 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"postcss-modules-extract-imports": {
|
|
"postcss-modules-extract-imports": {
|
|
- "version": "3.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
|
|
|
|
- "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
|
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
"postcss-modules-local-by-default": {
|
|
"postcss-modules-local-by-default": {
|
|
- "version": "4.0.3",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
|
|
|
|
- "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
|
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"requires": {
|
|
"icss-utils": "^5.0.0",
|
|
"icss-utils": "^5.0.0",
|
|
- "postcss-selector-parser": "^6.0.2",
|
|
|
|
|
|
+ "postcss-selector-parser": "^7.0.0",
|
|
"postcss-value-parser": "^4.1.0"
|
|
"postcss-value-parser": "^4.1.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "postcss-selector-parser": {
|
|
|
|
+ "version": "7.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"postcss-modules-scope": {
|
|
"postcss-modules-scope": {
|
|
- "version": "3.0.0",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
|
|
|
|
- "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
|
|
|
|
|
|
+ "version": "3.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"requires": {
|
|
- "postcss-selector-parser": "^6.0.4"
|
|
|
|
|
|
+ "postcss-selector-parser": "^7.0.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "postcss-selector-parser": {
|
|
|
|
+ "version": "7.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"postcss-modules-values": {
|
|
"postcss-modules-values": {
|
|
@@ -19143,9 +19292,9 @@
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
},
|
|
},
|
|
"source-map-js": {
|
|
"source-map-js": {
|
|
- "version": "1.0.2",
|
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
|
|
|
|
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
|
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
|
|
},
|
|
},
|
|
"source-map-support": {
|
|
"source-map-support": {
|
|
"version": "0.5.21",
|
|
"version": "0.5.21",
|
|
@@ -19302,6 +19451,13 @@
|
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "style-loader": {
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-4.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
"stylehacks": {
|
|
"stylehacks": {
|
|
"version": "5.1.1",
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
|