rybbit/mockdata/package-lock.json
Andrii Zontov bbdba435df
ref!: Bump packages versions & Actualize codebase regards packages updates (#217)
* ref(client)!: Bump packages versions & Actualize codebase regards packages updates

* chore(docs): Bump packages versions

* chore(mockdata): Bump packages versions

* ref(server)!: Bump packages versions & Actualize codebase regards packages updates

* chore(mockdata): Use `url` instead of `host` for ClickHouse

* chore(server): Use `url` instead of `host` for ClickHouse

* chore(client): Bump packages versions & Sync lock file

* chore(docs): Bump packages versions & Sync lock file

* chore(mockdata): Sync lock file

* chore(server): Bump packages versions & Sync lock file

* chore(client): Use `PartialTheme` type instead of `Theme` type
2025-05-14 10:29:10 -07:00

74 lines
2.3 KiB
JSON

{
"name": "mockdata",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mockdata",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@clickhouse/client": "1.11.1",
"@faker-js/faker": "9.7.0",
"dotenv": "16.5.0",
"luxon": "3.6.1"
}
},
"node_modules/@clickhouse/client": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.11.1.tgz",
"integrity": "sha512-u9h++h72SmWystijNqfNvMkfA+5+Y1LNfmLL/odCL3VgI3oyAPP9ubSw/Yrt2zRZkLKehMMD1kuOej0QHbSoBA==",
"license": "Apache-2.0",
"dependencies": {
"@clickhouse/client-common": "1.11.1"
},
"engines": {
"node": ">=16"
}
},
"node_modules/@clickhouse/client-common": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.11.1.tgz",
"integrity": "sha512-bme0le2yhDSAh13d2fxhSW5ZrNoVqZ3LTyac8jK6hNH0qkksXnjYkLS6KQalPU6NMpffxHmpI4+/Gi2MnX0NCA==",
"license": "Apache-2.0"
},
"node_modules/@faker-js/faker": {
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.7.0.tgz",
"integrity": "sha512-aozo5vqjCmDoXLNUJarFZx2IN/GgGaogY4TMJ6so/WLZOWpSV7fvj2dmrV6sEAnUm1O7aCrhTibjpzeDFgNqbg==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fakerjs"
}
],
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
},
"node_modules/dotenv": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/luxon": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
"license": "MIT",
"engines": {
"node": ">=12"
}
}
}
}