diff --git a/examples/vite-demo-vanilla-bundle/package.json b/examples/vite-demo-vanilla-bundle/package.json index 8f969d7a0..1910adf6f 100644 --- a/examples/vite-demo-vanilla-bundle/package.json +++ b/examples/vite-demo-vanilla-bundle/package.json @@ -10,7 +10,7 @@ "vite:dev": "vite --mode development" }, "dependencies": { - "@faker-js/faker": "^8.4.1", + "@faker-js/faker": "^9.0.0", "@fnando/sparkline": "^0.3.10", "@formkit/tempo": "^0.1.2", "@slickgrid-universal/binding": "workspace:~", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d59b6474..64fb520d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -132,8 +132,8 @@ importers: examples/vite-demo-vanilla-bundle: dependencies: '@faker-js/faker': - specifier: ^8.4.1 - version: 8.4.1 + specifier: ^9.0.0 + version: 9.0.0 '@fnando/sparkline': specifier: ^0.3.10 version: 0.3.10 @@ -1352,9 +1352,9 @@ packages: fflate: 0.8.2 dev: false - /@faker-js/faker@8.4.1: - resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} + /@faker-js/faker@9.0.0: + resolution: {integrity: sha512-dTDHJSmz6c1OJ6HO7jiUiIb4sB20Dlkb3pxYsKm0qTXm2Bmj97rlXIhlvaFsW2rvCi+OLlwKLVSS6ZxFUVZvjQ==} + engines: {node: '>=18.0.0', npm: '>=9.0.0'} dev: false /@fnando/sparkline@0.3.10: