|
@@ -52,8 +52,10 @@
|
|
|
"@types/node": "20.11.0",
|
|
|
"@types/sortablejs": "^1.15.8",
|
|
|
"@vitejs/plugin-vue": "5.0.4",
|
|
|
+ "@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
|
"@vue/cli-service": "5.0.8",
|
|
|
"@vue/compiler-sfc": "3.4.27",
|
|
|
+ "prettier": "^3.3.3",
|
|
|
"sass": "1.77.1",
|
|
|
"unplugin-auto-import": "0.17.6",
|
|
|
"unplugin-icons": "0.19.0",
|
|
@@ -264,11 +266,11 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
- "version": "7.24.2",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.2.tgz",
|
|
|
- "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
|
"dependencies": {
|
|
|
- "@babel/highlight": "^7.24.2",
|
|
|
+ "@babel/highlight": "^7.24.7",
|
|
|
"picocolors": "^1.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
@@ -276,28 +278,28 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/compat-data": {
|
|
|
- "version": "7.24.4",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.24.4.tgz",
|
|
|
- "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
|
|
|
+ "version": "7.25.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.4.tgz",
|
|
|
+ "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/core": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.24.5.tgz",
|
|
|
- "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
|
|
|
+ "version": "7.25.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.25.2.tgz",
|
|
|
+ "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
|
"dependencies": {
|
|
|
"@ampproject/remapping": "^2.2.0",
|
|
|
- "@babel/code-frame": "^7.24.2",
|
|
|
- "@babel/generator": "^7.24.5",
|
|
|
- "@babel/helper-compilation-targets": "^7.23.6",
|
|
|
- "@babel/helper-module-transforms": "^7.24.5",
|
|
|
- "@babel/helpers": "^7.24.5",
|
|
|
- "@babel/parser": "^7.24.5",
|
|
|
- "@babel/template": "^7.24.0",
|
|
|
- "@babel/traverse": "^7.24.5",
|
|
|
- "@babel/types": "^7.24.5",
|
|
|
+ "@babel/code-frame": "^7.24.7",
|
|
|
+ "@babel/generator": "^7.25.0",
|
|
|
+ "@babel/helper-compilation-targets": "^7.25.2",
|
|
|
+ "@babel/helper-module-transforms": "^7.25.2",
|
|
|
+ "@babel/helpers": "^7.25.0",
|
|
|
+ "@babel/parser": "^7.25.0",
|
|
|
+ "@babel/template": "^7.25.0",
|
|
|
+ "@babel/traverse": "^7.25.2",
|
|
|
+ "@babel/types": "^7.25.2",
|
|
|
"convert-source-map": "^2.0.0",
|
|
|
"debug": "^4.1.0",
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -306,6 +308,10 @@
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/babel"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/core/node_modules/json5": {
|
|
@@ -320,11 +326,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/generator": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.24.5.tgz",
|
|
|
- "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
|
|
|
+ "version": "7.25.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.25.6.tgz",
|
|
|
+ "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.24.5",
|
|
|
+ "@babel/types": "^7.25.6",
|
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
|
"jsesc": "^2.5.1"
|
|
@@ -334,11 +340,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
|
- "version": "7.22.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
|
|
|
- "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.22.5"
|
|
|
+ "@babel/types": "^7.24.7"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -356,13 +362,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
- "version": "7.23.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
|
|
|
- "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
|
|
|
+ "version": "7.25.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
|
|
|
+ "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
|
|
|
"dependencies": {
|
|
|
- "@babel/compat-data": "^7.23.5",
|
|
|
- "@babel/helper-validator-option": "^7.23.5",
|
|
|
- "browserslist": "^4.22.2",
|
|
|
+ "@babel/compat-data": "^7.25.2",
|
|
|
+ "@babel/helper-validator-option": "^7.24.8",
|
|
|
+ "browserslist": "^4.23.1",
|
|
|
"lru-cache": "^5.1.1",
|
|
|
"semver": "^6.3.1"
|
|
|
},
|
|
@@ -371,18 +377,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
|
|
|
- "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
|
|
|
- "dependencies": {
|
|
|
- "@babel/helper-annotate-as-pure": "^7.22.5",
|
|
|
- "@babel/helper-environment-visitor": "^7.22.20",
|
|
|
- "@babel/helper-function-name": "^7.23.0",
|
|
|
- "@babel/helper-member-expression-to-functions": "^7.24.5",
|
|
|
- "@babel/helper-optimise-call-expression": "^7.22.5",
|
|
|
- "@babel/helper-replace-supers": "^7.24.1",
|
|
|
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
|
- "@babel/helper-split-export-declaration": "^7.24.5",
|
|
|
+ "version": "7.25.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
|
|
|
+ "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.24.7",
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.24.7",
|
|
|
+ "@babel/helper-replace-supers": "^7.25.0",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
|
+ "@babel/traverse": "^7.25.4",
|
|
|
"semver": "^6.3.1"
|
|
|
},
|
|
|
"engines": {
|
|
@@ -455,37 +459,38 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
|
|
|
- "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
|
|
|
+ "version": "7.24.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
|
|
|
+ "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.24.5"
|
|
|
+ "@babel/traverse": "^7.24.8",
|
|
|
+ "@babel/types": "^7.24.8"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-module-imports": {
|
|
|
- "version": "7.24.3",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
|
|
|
- "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.24.0"
|
|
|
+ "@babel/traverse": "^7.24.7",
|
|
|
+ "@babel/types": "^7.24.7"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
|
|
|
- "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
|
|
|
+ "version": "7.25.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
|
|
|
+ "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
|
|
|
"dependencies": {
|
|
|
- "@babel/helper-environment-visitor": "^7.22.20",
|
|
|
- "@babel/helper-module-imports": "^7.24.3",
|
|
|
- "@babel/helper-simple-access": "^7.24.5",
|
|
|
- "@babel/helper-split-export-declaration": "^7.24.5",
|
|
|
- "@babel/helper-validator-identifier": "^7.24.5"
|
|
|
+ "@babel/helper-module-imports": "^7.24.7",
|
|
|
+ "@babel/helper-simple-access": "^7.24.7",
|
|
|
+ "@babel/helper-validator-identifier": "^7.24.7",
|
|
|
+ "@babel/traverse": "^7.25.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -495,20 +500,20 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
|
- "version": "7.22.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
|
|
|
- "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.22.5"
|
|
|
+ "@babel/types": "^7.24.7"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
|
|
|
- "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
|
|
|
+ "version": "7.24.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
|
|
|
+ "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
@@ -530,13 +535,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
|
- "version": "7.24.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
|
|
|
- "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
|
|
|
+ "version": "7.25.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
|
|
|
+ "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
|
|
|
"dependencies": {
|
|
|
- "@babel/helper-environment-visitor": "^7.22.20",
|
|
|
- "@babel/helper-member-expression-to-functions": "^7.23.0",
|
|
|
- "@babel/helper-optimise-call-expression": "^7.22.5"
|
|
|
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
|
+ "@babel/helper-optimise-call-expression": "^7.24.7",
|
|
|
+ "@babel/traverse": "^7.25.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -546,22 +551,24 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-simple-access": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
|
|
|
- "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.24.5"
|
|
|
+ "@babel/traverse": "^7.24.7",
|
|
|
+ "@babel/types": "^7.24.7"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
|
- "version": "7.22.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
|
|
|
- "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.22.5"
|
|
|
+ "@babel/traverse": "^7.24.7",
|
|
|
+ "@babel/types": "^7.24.7"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -579,25 +586,25 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-string-parser": {
|
|
|
- "version": "7.24.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
|
|
|
- "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
|
|
|
+ "version": "7.24.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
|
+ "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
|
|
|
- "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-validator-option": {
|
|
|
- "version": "7.23.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
|
|
|
- "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
|
|
|
+ "version": "7.24.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
|
|
|
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
@@ -616,24 +623,23 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helpers": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.24.5.tgz",
|
|
|
- "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
|
|
|
+ "version": "7.25.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.6.tgz",
|
|
|
+ "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
|
|
|
"dependencies": {
|
|
|
- "@babel/template": "^7.24.0",
|
|
|
- "@babel/traverse": "^7.24.5",
|
|
|
- "@babel/types": "^7.24.5"
|
|
|
+ "@babel/template": "^7.25.0",
|
|
|
+ "@babel/types": "^7.25.6"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/highlight": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.24.5.tgz",
|
|
|
- "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
|
|
|
"dependencies": {
|
|
|
- "@babel/helper-validator-identifier": "^7.24.5",
|
|
|
+ "@babel/helper-validator-identifier": "^7.24.7",
|
|
|
"chalk": "^2.4.2",
|
|
|
"js-tokens": "^4.0.0",
|
|
|
"picocolors": "^1.0.0"
|
|
@@ -699,9 +705,12 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/parser": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.24.5.tgz",
|
|
|
- "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
|
|
|
+ "version": "7.25.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.6.tgz",
|
|
|
+ "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.25.6"
|
|
|
+ },
|
|
|
"bin": {
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
},
|
|
@@ -888,6 +897,21 @@
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/plugin-syntax-jsx": {
|
|
|
+ "version": "7.24.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
|
|
|
+ "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.24.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
|
"version": "7.10.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
|
@@ -982,6 +1006,21 @@
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/plugin-syntax-typescript": {
|
|
|
+ "version": "7.25.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz",
|
|
|
+ "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-plugin-utils": "^7.24.8"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
|
|
|
"version": "7.18.6",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
|
|
@@ -1661,6 +1700,25 @@
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/plugin-transform-typescript": {
|
|
|
+ "version": "7.25.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz",
|
|
|
+ "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.24.7",
|
|
|
+ "@babel/helper-create-class-features-plugin": "^7.25.0",
|
|
|
+ "@babel/helper-plugin-utils": "^7.24.8",
|
|
|
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
|
+ "@babel/plugin-syntax-typescript": "^7.24.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
|
"version": "7.24.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz",
|
|
@@ -1852,31 +1910,28 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/template": {
|
|
|
- "version": "7.24.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.24.0.tgz",
|
|
|
- "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
|
|
|
+ "version": "7.25.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.0.tgz",
|
|
|
+ "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
|
|
|
"dependencies": {
|
|
|
- "@babel/code-frame": "^7.23.5",
|
|
|
- "@babel/parser": "^7.24.0",
|
|
|
- "@babel/types": "^7.24.0"
|
|
|
+ "@babel/code-frame": "^7.24.7",
|
|
|
+ "@babel/parser": "^7.25.0",
|
|
|
+ "@babel/types": "^7.25.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/traverse": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.24.5.tgz",
|
|
|
- "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
|
|
|
- "dependencies": {
|
|
|
- "@babel/code-frame": "^7.24.2",
|
|
|
- "@babel/generator": "^7.24.5",
|
|
|
- "@babel/helper-environment-visitor": "^7.22.20",
|
|
|
- "@babel/helper-function-name": "^7.23.0",
|
|
|
- "@babel/helper-hoist-variables": "^7.22.5",
|
|
|
- "@babel/helper-split-export-declaration": "^7.24.5",
|
|
|
- "@babel/parser": "^7.24.5",
|
|
|
- "@babel/types": "^7.24.5",
|
|
|
+ "version": "7.25.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.6.tgz",
|
|
|
+ "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/code-frame": "^7.24.7",
|
|
|
+ "@babel/generator": "^7.25.6",
|
|
|
+ "@babel/parser": "^7.25.6",
|
|
|
+ "@babel/template": "^7.25.0",
|
|
|
+ "@babel/types": "^7.25.6",
|
|
|
"debug": "^4.3.1",
|
|
|
"globals": "^11.1.0"
|
|
|
},
|
|
@@ -1885,12 +1940,12 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/types": {
|
|
|
- "version": "7.24.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.24.5.tgz",
|
|
|
- "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
|
|
|
+ "version": "7.25.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.6.tgz",
|
|
|
+ "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
|
|
"dependencies": {
|
|
|
- "@babel/helper-string-parser": "^7.24.1",
|
|
|
- "@babel/helper-validator-identifier": "^7.24.5",
|
|
|
+ "@babel/helper-string-parser": "^7.24.8",
|
|
|
+ "@babel/helper-validator-identifier": "^7.24.7",
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
@@ -2488,9 +2543,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
- "version": "1.4.15",
|
|
|
- "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
|
|
|
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
|
|
|
+ "version": "1.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
|
|
|
},
|
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
|
"version": "0.3.25",
|
|
@@ -3191,6 +3246,24 @@
|
|
|
"vue": "^3.2.25"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vitejs/plugin-vue-jsx": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/core": "^7.24.7",
|
|
|
+ "@babel/plugin-transform-typescript": "^7.24.7",
|
|
|
+ "@vue/babel-plugin-jsx": "^1.2.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.0.0 || >=20.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vite": "^5.0.0",
|
|
|
+ "vue": "^3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@volar/language-core": {
|
|
|
"version": "2.2.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.2.2.tgz",
|
|
@@ -3219,6 +3292,122 @@
|
|
|
"path-browserify": "^1.0.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vue/babel-helper-vue-transform-on": {
|
|
|
+ "version": "1.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
|
|
|
+ "integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-jsx": {
|
|
|
+ "version": "1.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
|
|
|
+ "integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": "^7.24.7",
|
|
|
+ "@babel/helper-plugin-utils": "^7.24.8",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.24.7",
|
|
|
+ "@babel/template": "^7.25.0",
|
|
|
+ "@babel/traverse": "^7.25.6",
|
|
|
+ "@babel/types": "^7.25.6",
|
|
|
+ "@vue/babel-helper-vue-transform-on": "1.2.5",
|
|
|
+ "@vue/babel-plugin-resolve-type": "1.2.5",
|
|
|
+ "html-tags": "^3.3.1",
|
|
|
+ "svg-tags": "^1.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@babel/core": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type": {
|
|
|
+ "version": "1.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
|
|
|
+ "integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/code-frame": "^7.24.7",
|
|
|
+ "@babel/helper-module-imports": "^7.24.7",
|
|
|
+ "@babel/helper-plugin-utils": "^7.24.8",
|
|
|
+ "@babel/parser": "^7.25.6",
|
|
|
+ "@vue/compiler-sfc": "^3.5.3"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-core": {
|
|
|
+ "version": "3.5.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.6.tgz",
|
|
|
+ "integrity": "sha512-r+gNu6K4lrvaQLQGmf+1gc41p3FO2OUJyWmNqaIITaJU6YFiV5PtQSFZt8jfztYyARwqhoCayjprC7KMvT3nRA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.25.3",
|
|
|
+ "@vue/shared": "3.5.6",
|
|
|
+ "entities": "^4.5.0",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "source-map-js": "^1.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-dom": {
|
|
|
+ "version": "3.5.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.6.tgz",
|
|
|
+ "integrity": "sha512-xRXqxDrIqK8v8sSScpistyYH0qYqxakpsIvqMD2e5sV/PXQ1mTwtXp4k42yHK06KXxKSmitop9e45Ui/3BrTEw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-core": "3.5.6",
|
|
|
+ "@vue/shared": "3.5.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-sfc": {
|
|
|
+ "version": "3.5.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.6.tgz",
|
|
|
+ "integrity": "sha512-pjWJ8Kj9TDHlbF5LywjVso+BIxCY5wVOLhkEXRhuCHDxPFIeX1zaFefKs8RYoHvkSMqRWt93a0f2gNJVJixHwg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.25.3",
|
|
|
+ "@vue/compiler-core": "3.5.6",
|
|
|
+ "@vue/compiler-dom": "3.5.6",
|
|
|
+ "@vue/compiler-ssr": "3.5.6",
|
|
|
+ "@vue/shared": "3.5.6",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "magic-string": "^0.30.11",
|
|
|
+ "postcss": "^8.4.47",
|
|
|
+ "source-map-js": "^1.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-ssr": {
|
|
|
+ "version": "3.5.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.6.tgz",
|
|
|
+ "integrity": "sha512-VpWbaZrEOCqnmqjE83xdwegtr5qO/2OPUC6veWgvNqTJ3bYysz6vY3VqMuOijubuUYPRpG3OOKIh9TD0Stxb9A==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-dom": "3.5.6",
|
|
|
+ "@vue/shared": "3.5.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/shared": {
|
|
|
+ "version": "3.5.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.6.tgz",
|
|
|
+ "integrity": "sha512-eidH0HInnL39z6wAt6SFIwBrvGOpDWsDxlw3rCgo1B+CQ1781WzQUSU3YjxgdkcJo9Q8S6LmXTkvI+cLHGkQfA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@vue/babel-plugin-resolve-type/node_modules/entities": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vue/cli-overlay": {
|
|
|
"version": "5.0.8",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz",
|
|
@@ -3519,6 +3708,22 @@
|
|
|
"node": ">=6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vue/component-compiler-utils/node_modules/prettier": {
|
|
|
+ "version": "2.8.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
|
|
|
+ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
|
+ "dev": true,
|
|
|
+ "optional": true,
|
|
|
+ "bin": {
|
|
|
+ "prettier": "bin-prettier.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vue/component-compiler-utils/node_modules/yallist": {
|
|
|
"version": "2.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
|
|
@@ -4459,14 +4664,28 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/browserslist": {
|
|
|
- "version": "4.23.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.23.0.tgz",
|
|
|
- "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
|
|
+ "version": "4.23.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.23.3.tgz",
|
|
|
+ "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"dependencies": {
|
|
|
- "caniuse-lite": "^1.0.30001587",
|
|
|
- "electron-to-chromium": "^1.4.668",
|
|
|
- "node-releases": "^2.0.14",
|
|
|
- "update-browserslist-db": "^1.0.13"
|
|
|
+ "caniuse-lite": "^1.0.30001646",
|
|
|
+ "electron-to-chromium": "^1.5.4",
|
|
|
+ "node-releases": "^2.0.18",
|
|
|
+ "update-browserslist-db": "^1.1.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
"browserslist": "cli.js"
|
|
@@ -4603,9 +4822,23 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/caniuse-lite": {
|
|
|
- "version": "1.0.30001617",
|
|
|
- "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz",
|
|
|
- "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA=="
|
|
|
+ "version": "1.0.30001660",
|
|
|
+ "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz",
|
|
|
+ "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"node_modules/case-sensitive-paths-webpack-plugin": {
|
|
|
"version": "2.4.0",
|
|
@@ -6232,9 +6465,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/electron-to-chromium": {
|
|
|
- "version": "1.4.761",
|
|
|
- "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.761.tgz",
|
|
|
- "integrity": "sha512-PIbxpiJGx6Bb8dQaonNc6CGTRlVntdLg/2nMa1YhnrwYOORY9a3ZgGN0UQYE6lAcj/lkyduJN7BPt/JiY+jAQQ=="
|
|
|
+ "version": "1.5.25",
|
|
|
+ "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz",
|
|
|
+ "integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g=="
|
|
|
},
|
|
|
"node_modules/element-plus": {
|
|
|
"version": "0.0.0-dev.1",
|
|
@@ -6450,9 +6683,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/escalade": {
|
|
|
- "version": "3.1.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
|
|
|
- "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
|
|
|
+ "version": "3.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
|
|
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
"engines": {
|
|
|
"node": ">=6"
|
|
|
}
|
|
@@ -7302,6 +7535,18 @@
|
|
|
"node": ">= 12"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/html-tags": {
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/html-webpack-plugin": {
|
|
|
"version": "5.5.3",
|
|
|
"resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
|
|
@@ -8298,11 +8543,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/magic-string": {
|
|
|
- "version": "0.30.10",
|
|
|
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.10.tgz",
|
|
|
- "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
|
|
|
+ "version": "0.30.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.11.tgz",
|
|
|
+ "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
|
|
|
"dependencies": {
|
|
|
- "@jridgewell/sourcemap-codec": "^1.4.15"
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/mdn-data": {
|
|
@@ -8708,9 +8953,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-releases": {
|
|
|
- "version": "2.0.14",
|
|
|
- "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz",
|
|
|
- "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
|
|
|
+ "version": "2.0.18",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz",
|
|
|
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
|
|
|
},
|
|
|
"node_modules/normalize-package-data": {
|
|
|
"version": "2.5.0",
|
|
@@ -9109,9 +9354,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"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.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
|
|
|
},
|
|
|
"node_modules/picomatch": {
|
|
|
"version": "2.3.1",
|
|
@@ -9201,13 +9446,27 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/postcss": {
|
|
|
- "version": "8.4.38",
|
|
|
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.38.tgz",
|
|
|
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
|
|
+ "version": "8.4.47",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz",
|
|
|
+ "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"dependencies": {
|
|
|
"nanoid": "^3.3.7",
|
|
|
- "picocolors": "^1.0.0",
|
|
|
- "source-map-js": "^1.2.0"
|
|
|
+ "picocolors": "^1.1.0",
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^10 || ^12 || >=14"
|
|
@@ -9748,16 +10007,18 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/prettier": {
|
|
|
- "version": "2.8.8",
|
|
|
- "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
|
|
|
- "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
|
+ "version": "3.3.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.3.3.tgz",
|
|
|
+ "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
|
|
|
"dev": true,
|
|
|
- "optional": true,
|
|
|
"bin": {
|
|
|
- "prettier": "bin-prettier.js"
|
|
|
+ "prettier": "bin/prettier.cjs"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=10.13.0"
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/pretty-error": {
|
|
@@ -10699,9 +10960,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/source-map-js": {
|
|
|
- "version": "1.2.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
|
- "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
@@ -10935,6 +11196,12 @@
|
|
|
"node": ">= 0.4"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/svg-tags": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/svgo": {
|
|
|
"version": "2.8.0",
|
|
|
"resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz",
|
|
@@ -11504,12 +11771,26 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/update-browserslist-db": {
|
|
|
- "version": "1.0.13",
|
|
|
- "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
|
- "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "tidelift",
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"dependencies": {
|
|
|
- "escalade": "^3.1.1",
|
|
|
- "picocolors": "^1.0.0"
|
|
|
+ "escalade": "^3.1.2",
|
|
|
+ "picocolors": "^1.0.1"
|
|
|
},
|
|
|
"bin": {
|
|
|
"update-browserslist-db": "cli.js"
|