diff --git a/test/sandbox/package-lock.json b/test/sandbox/package-lock.json index 9653ace8dc..58ba1d7c51 100644 --- a/test/sandbox/package-lock.json +++ b/test/sandbox/package-lock.json @@ -19,7 +19,7 @@ "@babel/core": "^7.26.8", "@babel/plugin-syntax-import-assertions": "^7.26.0", "@babel/runtime": "^7.26.7", - "@faker-js/faker": "^9.4.0" + "@faker-js/faker": "^9.5.0" }, "engines": { "node": "20.11.0" @@ -369,9 +369,9 @@ } }, "node_modules/@faker-js/faker": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.4.0.tgz", - "integrity": "sha512-85+k0AxaZSTowL0gXp8zYWDIrWclTbRPg/pm/V0dSFZ6W6D4lhcG3uuZl4zLsEKfEvs69xDbLN2cHQudwp95JA==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.5.0.tgz", + "integrity": "sha512-3qbjLv+fzuuCg3umxc9/7YjrEXNaKwHgmig949nfyaTx8eL4FAsvFbu+1JcFUj1YAXofhaDn6JdEUBTYuk0Ssw==", "dev": true, "funding": [ { @@ -379,6 +379,7 @@ "url": "https://opencollective.com/fakerjs" } ], + "license": "MIT", "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" diff --git a/test/sandbox/package.json b/test/sandbox/package.json index f6f430cdfb..5a08bcc1d8 100644 --- a/test/sandbox/package.json +++ b/test/sandbox/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.26.8", "@babel/plugin-syntax-import-assertions": "^7.26.0", "@babel/runtime": "^7.26.7", - "@faker-js/faker": "^9.4.0" + "@faker-js/faker": "^9.5.0" }, "engines": { "node": "20.11.0"