|
@@ -25,6 +25,11 @@
|
|
|
"express": "^4.21.2",
|
|
|
"fmode-ng": "^0.0.63",
|
|
|
"ionicons": "^7.2.1",
|
|
|
+<<<<<<< HEAD
|
|
|
+ "ng-zorro-antd": "^18.0.0",
|
|
|
+ "parse-server": "^7.3.0",
|
|
|
+=======
|
|
|
+>>>>>>> 07c5a8a2b928b58acd83c794ac0f536a4f92bd0f
|
|
|
"rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
"zone.js": "~0.14.2"
|
|
@@ -483,6 +488,26 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+<<<<<<< HEAD
|
|
|
+ "node_modules/@angular/cdk": {
|
|
|
+ "version": "18.2.14",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@angular/cdk/-/cdk-18.2.14.tgz",
|
|
|
+ "integrity": "sha512-vDyOh1lwjfVk9OqoroZAP8pf3xxKUvyl+TVR8nJxL4c5fOfUFkD7l94HaanqKSRwJcI2xiztuu92IVoHn8T33Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.3.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "parse5": "^7.1.2"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@angular/common": "^18.0.0 || ^19.0.0",
|
|
|
+ "@angular/core": "^18.0.0 || ^19.0.0",
|
|
|
+ "rxjs": "^6.5.3 || ^7.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+=======
|
|
|
+>>>>>>> 07c5a8a2b928b58acd83c794ac0f536a4f92bd0f
|
|
|
"node_modules/@angular/cli": {
|
|
|
"version": "18.2.12",
|
|
|
"resolved": "https://registry.npmmirror.com/@angular/cli/-/cli-18.2.12.tgz",
|
|
@@ -719,11 +744,354 @@
|
|
|
"resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.1.0.tgz",
|
|
|
"integrity": "sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@ctrl/tinycolor": "^3.6.1"
|
|
|
}
|
|
|
},
|
|
|
+<<<<<<< HEAD
|
|
|
+ "node_modules/@ant-design/icons-angular": {
|
|
|
+ "version": "18.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ant-design/icons-angular/-/icons-angular-18.0.0.tgz",
|
|
|
+ "integrity": "sha512-nxNtHKd7MyGNnEyv22NK5hZ/Pczp63XJfej9zPjxiXm0wvJeIdMNUPOKtsdVkyPTRjRGHGe7F9M0Gv9SmyIjrQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@ant-design/colors": "^7.0.0",
|
|
|
+ "tslib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@angular/common": "^18.0.0",
|
|
|
+ "@angular/core": "^18.0.0",
|
|
|
+ "@angular/platform-browser": "^18.0.0",
|
|
|
+ "rxjs": "^6.4.0 || ^7.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/cache-control-types": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/protobufjs": {
|
|
|
+ "version": "1.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/protobufjs/-/protobufjs-1.2.7.tgz",
|
|
|
+ "integrity": "sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "@protobufjs/aspromise": "^1.1.2",
|
|
|
+ "@protobufjs/base64": "^1.1.2",
|
|
|
+ "@protobufjs/codegen": "^2.0.4",
|
|
|
+ "@protobufjs/eventemitter": "^1.1.0",
|
|
|
+ "@protobufjs/fetch": "^1.1.0",
|
|
|
+ "@protobufjs/float": "^1.0.2",
|
|
|
+ "@protobufjs/inquire": "^1.1.0",
|
|
|
+ "@protobufjs/path": "^1.1.2",
|
|
|
+ "@protobufjs/pool": "^1.1.0",
|
|
|
+ "@protobufjs/utf8": "^1.1.0",
|
|
|
+ "@types/long": "^4.0.0",
|
|
|
+ "long": "^4.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "apollo-pbjs": "bin/pbjs",
|
|
|
+ "apollo-pbts": "bin/pbts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server": {
|
|
|
+ "version": "4.10.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/server/-/server-4.10.5.tgz",
|
|
|
+ "integrity": "sha512-I+Oi1CnphXExSAAsZbclgRDN4k4CEMxyKRzYg3bir5N8OmydEhzXDlIGAOETP/TKblxR7HPXGvwn2cJKzbl46w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/cache-control-types": "^1.0.3",
|
|
|
+ "@apollo/server-gateway-interface": "^1.1.1",
|
|
|
+ "@apollo/usage-reporting-protobuf": "^4.1.1",
|
|
|
+ "@apollo/utils.createhash": "^2.0.0",
|
|
|
+ "@apollo/utils.fetcher": "^2.0.0",
|
|
|
+ "@apollo/utils.isnodelike": "^2.0.0",
|
|
|
+ "@apollo/utils.keyvaluecache": "^2.1.0",
|
|
|
+ "@apollo/utils.logger": "^2.0.0",
|
|
|
+ "@apollo/utils.usagereporting": "^2.1.0",
|
|
|
+ "@apollo/utils.withrequired": "^2.0.0",
|
|
|
+ "@graphql-tools/schema": "^9.0.0",
|
|
|
+ "@types/express": "^4.17.13",
|
|
|
+ "@types/express-serve-static-core": "^4.17.30",
|
|
|
+ "@types/node-fetch": "^2.6.1",
|
|
|
+ "async-retry": "^1.2.1",
|
|
|
+ "cors": "^2.8.5",
|
|
|
+ "express": "^4.17.1",
|
|
|
+ "loglevel": "^1.6.8",
|
|
|
+ "lru-cache": "^7.10.1",
|
|
|
+ "negotiator": "^0.6.3",
|
|
|
+ "node-abort-controller": "^3.1.1",
|
|
|
+ "node-fetch": "^2.6.7",
|
|
|
+ "uuid": "^9.0.0",
|
|
|
+ "whatwg-mimetype": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.16.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "^16.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server-gateway-interface": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/server-gateway-interface/-/server-gateway-interface-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/usage-reporting-protobuf": "^4.1.1",
|
|
|
+ "@apollo/utils.fetcher": "^2.0.0",
|
|
|
+ "@apollo/utils.keyvaluecache": "^2.1.0",
|
|
|
+ "@apollo/utils.logger": "^2.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/@graphql-tools/merge": {
|
|
|
+ "version": "8.4.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@graphql-tools/merge/-/merge-8.4.2.tgz",
|
|
|
+ "integrity": "sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@graphql-tools/utils": "^9.2.1",
|
|
|
+ "tslib": "^2.4.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/@graphql-tools/schema": {
|
|
|
+ "version": "9.0.19",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@graphql-tools/schema/-/schema-9.0.19.tgz",
|
|
|
+ "integrity": "sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@graphql-tools/merge": "^8.4.1",
|
|
|
+ "@graphql-tools/utils": "^9.2.1",
|
|
|
+ "tslib": "^2.4.0",
|
|
|
+ "value-or-promise": "^1.0.12"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/@graphql-tools/utils": {
|
|
|
+ "version": "9.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@graphql-tools/utils/-/utils-9.2.1.tgz",
|
|
|
+ "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@graphql-typed-document-node/core": "^3.1.1",
|
|
|
+ "tslib": "^2.4.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/@types/express-serve-static-core": {
|
|
|
+ "version": "4.19.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
|
|
|
+ "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/node": "*",
|
|
|
+ "@types/qs": "*",
|
|
|
+ "@types/range-parser": "*",
|
|
|
+ "@types/send": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/lru-cache": {
|
|
|
+ "version": "7.18.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
|
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/server/node_modules/uuid": {
|
|
|
+ "version": "9.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
|
|
|
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
+ "funding": [
|
|
|
+ "https://github.com/sponsors/broofa",
|
|
|
+ "https://github.com/sponsors/ctavan"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/usage-reporting-protobuf": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/usage-reporting-protobuf/-/usage-reporting-protobuf-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/protobufjs": "1.2.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.createhash": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.createhash/-/utils.createhash-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-fQO4/ZOP8LcXWvMNhKiee+2KuKyqIcfHrICA+M4lj/h/Lh1H10ICcUtk6N/chnEo5HXu0yejg64wshdaiFitJg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/utils.isnodelike": "^2.0.1",
|
|
|
+ "sha.js": "^2.4.11"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.dropunuseddefinitions": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.dropunuseddefinitions/-/utils.dropunuseddefinitions-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.fetcher": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.isnodelike": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.isnodelike/-/utils.isnodelike-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-w41XyepR+jBEuVpoRM715N2ZD0xMD413UiJx8w5xnAZD2ZkSJnMJBoIzauK83kJpSgNuR6ywbV29jG9NmxjK0Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.keyvaluecache": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/utils.logger": "^2.0.1",
|
|
|
+ "lru-cache": "^7.14.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.keyvaluecache/node_modules/lru-cache": {
|
|
|
+ "version": "7.18.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
|
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.logger": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.logger/-/utils.logger-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.printwithreducedwhitespace": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.printwithreducedwhitespace/-/utils.printwithreducedwhitespace-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.removealiases": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.removealiases/-/utils.removealiases-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.sortast": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.sortast/-/utils.sortast-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "lodash.sortby": "^4.7.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.stripsensitiveliterals": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.stripsensitiveliterals/-/utils.stripsensitiveliterals-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.usagereporting": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.usagereporting/-/utils.usagereporting-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@apollo/usage-reporting-protobuf": "^4.1.0",
|
|
|
+ "@apollo/utils.dropunuseddefinitions": "^2.0.1",
|
|
|
+ "@apollo/utils.printwithreducedwhitespace": "^2.0.1",
|
|
|
+ "@apollo/utils.removealiases": "2.0.1",
|
|
|
+ "@apollo/utils.sortast": "^2.0.1",
|
|
|
+ "@apollo/utils.stripsensitiveliterals": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "graphql": "14.x || 15.x || 16.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@apollo/utils.withrequired": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@apollo/utils.withrequired/-/utils.withrequired-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+=======
|
|
|
+>>>>>>> 07c5a8a2b928b58acd83c794ac0f536a4f92bd0f
|
|
|
"node_modules/@awesome-cordova-plugins/core": {
|
|
|
"version": "6.13.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@awesome-cordova-plugins/core/-/core-6.13.0.tgz",
|
|
@@ -2995,7 +3363,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
|
|
|
"integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
|
}
|
|
@@ -8639,7 +9006,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
|
|
|
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@babel/runtime": "^7.21.0"
|
|
|
},
|
|
@@ -14038,11 +14404,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/ng-zorro-antd": {
|
|
|
+<<<<<<< HEAD
|
|
|
+ "version": "18.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ng-zorro-antd/-/ng-zorro-antd-18.0.0.tgz",
|
|
|
+ "integrity": "sha512-ocykww3Yt2wYZmywYm4jxq9FILI9L9W6W7Gg5hpQwqEIOAq6FuNg0XBkiYteMzjeBGV1/PDb5R1QApjSRa2Hog==",
|
|
|
+=======
|
|
|
"version": "19.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/ng-zorro-antd/-/ng-zorro-antd-19.0.0.tgz",
|
|
|
"integrity": "sha512-H0PTE91lpyj+3TbPP7t3jt8R1/mOiizferXR63eOmAHyMne0Aqp0+lu7HCnUMPNqtbB//x7lUQcPLYLQxGSelA==",
|
|
|
+>>>>>>> 07c5a8a2b928b58acd83c794ac0f536a4f92bd0f
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@angular/cdk": "^19.0.0",
|
|
|
"@ant-design/icons-angular": "^19.0.0",
|