|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
"bootstrap": "^5.2.3", |
|
|
|
|
"clean-webpack-plugin": "^4.0.0", |
|
|
|
|
"copy-webpack-plugin": "^11.0.0", |
|
|
|
|
"css-loader": "^6.7.3", |
|
|
|
|
"css-loader": "^6.7.4", |
|
|
|
|
"file-loader": "^6.2.0", |
|
|
|
|
"html-webpack-plugin": "^5.5.1", |
|
|
|
|
"monaco-editor-webpack-plugin": "^7.0.1", |
|
|
|
@ -1175,15 +1175,15 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/css-loader": { |
|
|
|
|
"version": "6.7.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", |
|
|
|
|
"integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", |
|
|
|
|
"version": "6.7.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.4.tgz", |
|
|
|
|
"integrity": "sha512-0Y5uHtK5BswfaGJ+jrO+4pPg1msFBc0pwPIE1VqfpmVn6YbDfYfXMj8rfd7nt+4goAhJueO+H/I40VWJfcP1mQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"icss-utils": "^5.1.0", |
|
|
|
|
"postcss": "^8.4.19", |
|
|
|
|
"postcss": "^8.4.21", |
|
|
|
|
"postcss-modules-extract-imports": "^3.0.0", |
|
|
|
|
"postcss-modules-local-by-default": "^4.0.0", |
|
|
|
|
"postcss-modules-local-by-default": "^4.0.1", |
|
|
|
|
"postcss-modules-scope": "^3.0.0", |
|
|
|
|
"postcss-modules-values": "^4.0.0", |
|
|
|
|
"postcss-value-parser": "^4.2.0", |
|
|
|
@ -2811,10 +2811,16 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/nanoid": { |
|
|
|
|
"version": "3.3.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", |
|
|
|
|
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", |
|
|
|
|
"version": "3.3.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", |
|
|
|
|
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/ai" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"bin": { |
|
|
|
|
"nanoid": "bin/nanoid.cjs" |
|
|
|
|
}, |
|
|
|
@ -3183,9 +3189,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/postcss": { |
|
|
|
|
"version": "8.4.19", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", |
|
|
|
|
"integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", |
|
|
|
|
"version": "8.4.23", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", |
|
|
|
|
"integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -3195,10 +3201,14 @@
|
|
|
|
|
{ |
|
|
|
|
"type": "tidelift", |
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/ai" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"dependencies": { |
|
|
|
|
"nanoid": "^3.3.4", |
|
|
|
|
"nanoid": "^3.3.6", |
|
|
|
|
"picocolors": "^1.0.0", |
|
|
|
|
"source-map-js": "^1.0.2" |
|
|
|
|
}, |
|
|
|
@ -3219,9 +3229,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/postcss-modules-local-by-default": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-Zr/dB+IlXaEqdoslLHhhqecwj73vc3rDmOpsBNBEVk7P2aqAlz+Ijy0fFbU5Ie9PtreDOIgGa9MsLWakVGl+fA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"icss-utils": "^5.0.0", |
|
|
|
@ -5610,15 +5620,15 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"css-loader": { |
|
|
|
|
"version": "6.7.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", |
|
|
|
|
"integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", |
|
|
|
|
"version": "6.7.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.4.tgz", |
|
|
|
|
"integrity": "sha512-0Y5uHtK5BswfaGJ+jrO+4pPg1msFBc0pwPIE1VqfpmVn6YbDfYfXMj8rfd7nt+4goAhJueO+H/I40VWJfcP1mQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"icss-utils": "^5.1.0", |
|
|
|
|
"postcss": "^8.4.19", |
|
|
|
|
"postcss": "^8.4.21", |
|
|
|
|
"postcss-modules-extract-imports": "^3.0.0", |
|
|
|
|
"postcss-modules-local-by-default": "^4.0.0", |
|
|
|
|
"postcss-modules-local-by-default": "^4.0.1", |
|
|
|
|
"postcss-modules-scope": "^3.0.0", |
|
|
|
|
"postcss-modules-values": "^4.0.0", |
|
|
|
|
"postcss-value-parser": "^4.2.0", |
|
|
|
@ -6834,9 +6844,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"nanoid": { |
|
|
|
|
"version": "3.3.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", |
|
|
|
|
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", |
|
|
|
|
"version": "3.3.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", |
|
|
|
|
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"negotiator": { |
|
|
|
@ -7110,12 +7120,12 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"postcss": { |
|
|
|
|
"version": "8.4.19", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", |
|
|
|
|
"integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", |
|
|
|
|
"version": "8.4.23", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", |
|
|
|
|
"integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nanoid": "^3.3.4", |
|
|
|
|
"nanoid": "^3.3.6", |
|
|
|
|
"picocolors": "^1.0.0", |
|
|
|
|
"source-map-js": "^1.0.2" |
|
|
|
|
} |
|
|
|
@ -7128,9 +7138,9 @@
|
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"postcss-modules-local-by-default": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-Zr/dB+IlXaEqdoslLHhhqecwj73vc3rDmOpsBNBEVk7P2aqAlz+Ijy0fFbU5Ie9PtreDOIgGa9MsLWakVGl+fA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"icss-utils": "^5.0.0", |
|
|
|
|