|
|
|
@ -72,7 +72,7 @@ |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "^7.22.8", |
|
|
|
|
"@babel/preset-env": "^7.22.7", |
|
|
|
|
"@babel/preset-env": "^7.22.9", |
|
|
|
|
"autoprefixer": "^10.4.14", |
|
|
|
|
"babel-loader": "^9.1.3", |
|
|
|
|
"copy-webpack-plugin": "^11.0.0", |
|
|
|
@ -240,9 +240,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/compat-data": { |
|
|
|
|
"version": "7.22.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz", |
|
|
|
|
"integrity": "sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==", |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
@ -314,15 +314,15 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-compilation-targets": { |
|
|
|
|
"version": "7.22.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz", |
|
|
|
|
"integrity": "sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==", |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/compat-data": "^7.22.6", |
|
|
|
|
"@babel/compat-data": "^7.22.9", |
|
|
|
|
"@babel/helper-validator-option": "^7.22.5", |
|
|
|
|
"@nicolo-ribaudo/semver-v6": "^6.3.3", |
|
|
|
|
"browserslist": "^4.21.9", |
|
|
|
|
"lru-cache": "^5.1.1" |
|
|
|
|
"lru-cache": "^5.1.1", |
|
|
|
|
"semver": "^6.3.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
@ -1778,13 +1778,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/preset-env": { |
|
|
|
|
"version": "7.22.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.7.tgz", |
|
|
|
|
"integrity": "sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==", |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/compat-data": "^7.22.6", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.6", |
|
|
|
|
"@babel/compat-data": "^7.22.9", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.9", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.22.5", |
|
|
|
|
"@babel/helper-validator-option": "^7.22.5", |
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", |
|
|
|
@ -1858,11 +1858,11 @@ |
|
|
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.22.5", |
|
|
|
|
"@babel/preset-modules": "^0.1.5", |
|
|
|
|
"@babel/types": "^7.22.5", |
|
|
|
|
"@nicolo-ribaudo/semver-v6": "^6.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.4.4", |
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.8.2", |
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.5.1", |
|
|
|
|
"core-js-compat": "^3.31.0" |
|
|
|
|
"core-js-compat": "^3.31.0", |
|
|
|
|
"semver": "^6.3.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
@ -15014,9 +15014,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/semver": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", |
|
|
|
|
"version": "6.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", |
|
|
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
|
|
|
|
"bin": { |
|
|
|
|
"semver": "bin/semver.js" |
|
|
|
|
} |
|
|
|
@ -17532,9 +17532,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/compat-data": { |
|
|
|
|
"version": "7.22.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.6.tgz", |
|
|
|
|
"integrity": "sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==" |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==" |
|
|
|
|
}, |
|
|
|
|
"@babel/core": { |
|
|
|
|
"version": "7.22.8", |
|
|
|
@ -17587,15 +17587,15 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/helper-compilation-targets": { |
|
|
|
|
"version": "7.22.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz", |
|
|
|
|
"integrity": "sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==", |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/compat-data": "^7.22.6", |
|
|
|
|
"@babel/compat-data": "^7.22.9", |
|
|
|
|
"@babel/helper-validator-option": "^7.22.5", |
|
|
|
|
"@nicolo-ribaudo/semver-v6": "^6.3.3", |
|
|
|
|
"browserslist": "^4.21.9", |
|
|
|
|
"lru-cache": "^5.1.1" |
|
|
|
|
"lru-cache": "^5.1.1", |
|
|
|
|
"semver": "^6.3.1" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"lru-cache": { |
|
|
|
@ -18561,13 +18561,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/preset-env": { |
|
|
|
|
"version": "7.22.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.7.tgz", |
|
|
|
|
"integrity": "sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==", |
|
|
|
|
"version": "7.22.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.9.tgz", |
|
|
|
|
"integrity": "sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/compat-data": "^7.22.6", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.6", |
|
|
|
|
"@babel/compat-data": "^7.22.9", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.9", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.22.5", |
|
|
|
|
"@babel/helper-validator-option": "^7.22.5", |
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", |
|
|
|
@ -18641,11 +18641,11 @@ |
|
|
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.22.5", |
|
|
|
|
"@babel/preset-modules": "^0.1.5", |
|
|
|
|
"@babel/types": "^7.22.5", |
|
|
|
|
"@nicolo-ribaudo/semver-v6": "^6.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.4.4", |
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.8.2", |
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.5.1", |
|
|
|
|
"core-js-compat": "^3.31.0" |
|
|
|
|
"core-js-compat": "^3.31.0", |
|
|
|
|
"semver": "^6.3.1" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-define-polyfill-provider": { |
|
|
|
@ -28656,9 +28656,9 @@ |
|
|
|
|
"integrity": "sha512-O4OZEaNtkMd/K0i6js9SL+gqy0ZCBMgUvlSqHKi4IBdjhe7wB8pwztUk1BbZ1fmrvpwFrPbHzqd2w5pTcJH6LA==" |
|
|
|
|
}, |
|
|
|
|
"semver": { |
|
|
|
|
"version": "6.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", |
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" |
|
|
|
|
"version": "6.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", |
|
|
|
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" |
|
|
|
|
}, |
|
|
|
|
"send": { |
|
|
|
|
"version": "0.18.0", |
|
|
|
|