|
@@ -39,7 +39,7 @@
|
|
|
"babel-loader": "^9.1.0",
|
|
|
"bootstrap.native-loader": "2.0.0",
|
|
|
"clean-css-cli": "^5.6.2",
|
|
|
- "copy-webpack-plugin": "^11.0.0",
|
|
|
+ "copy-webpack-plugin": "^12.0.2",
|
|
|
"css-loader": "^6.7.1",
|
|
|
"eslint": "^8.21.0",
|
|
|
"fast-text-encoding": "^1.0.3",
|
|
@@ -2164,6 +2164,18 @@
|
|
|
"integrity": "sha512-l5qumKFWU0S+4ZzMaLXFU8tQZsicHEMEyAxI5kDFGhJsRqDwe0a7/iPA/GdxlGyDKseQQAgIz5kzU7eXTrlSpA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/@sindresorhus/merge-streams": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-g3/sYJWXTAf3Ce861z4/mW9jDxN7hoNHZMEyhd3Zh7GKQPiovWNttzhRW2BeGPwPxPpLDKumL6Sg056VAMjdkg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@socket.io/component-emitter": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
|
|
@@ -3986,20 +3998,20 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/copy-webpack-plugin": {
|
|
|
- "version": "11.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
|
|
|
- "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
|
|
|
+ "version": "12.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz",
|
|
|
+ "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "fast-glob": "^3.2.11",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
"glob-parent": "^6.0.1",
|
|
|
- "globby": "^13.1.1",
|
|
|
+ "globby": "^14.0.0",
|
|
|
"normalize-path": "^3.0.0",
|
|
|
- "schema-utils": "^4.0.0",
|
|
|
- "serialize-javascript": "^6.0.0"
|
|
|
+ "schema-utils": "^4.2.0",
|
|
|
+ "serialize-javascript": "^6.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">= 14.15.0"
|
|
|
+ "node": ">= 18.12.0"
|
|
|
},
|
|
|
"funding": {
|
|
|
"type": "opencollective",
|
|
@@ -4022,28 +4034,29 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/copy-webpack-plugin/node_modules/globby": {
|
|
|
- "version": "13.2.2",
|
|
|
- "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
|
|
- "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
|
+ "version": "14.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
|
+ "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "dir-glob": "^3.0.1",
|
|
|
- "fast-glob": "^3.3.0",
|
|
|
+ "@sindresorhus/merge-streams": "^2.1.0",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
"ignore": "^5.2.4",
|
|
|
- "merge2": "^1.4.1",
|
|
|
- "slash": "^4.0.0"
|
|
|
+ "path-type": "^5.0.0",
|
|
|
+ "slash": "^5.1.0",
|
|
|
+ "unicorn-magic": "^0.1.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=18"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/copy-webpack-plugin/node_modules/slash": {
|
|
|
- "version": "4.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
|
- "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/path-type": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
|
"dev": true,
|
|
|
"engines": {
|
|
|
"node": ">=12"
|
|
@@ -4052,6 +4065,18 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/slash": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/core-js": {
|
|
|
"version": "2.6.12",
|
|
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
|
@@ -10682,6 +10707,18 @@
|
|
|
"node": ">= 4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/unicorn-magic": {
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/unified": {
|
|
|
"version": "9.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/unified/-/unified-9.2.1.tgz",
|