Skip to content

Commit 0174bc1

Browse files
chore(deps): update dependency uuid to v9 (#744)
* chore(deps): update dependency uuid to v9 * test: fix samples test Co-authored-by: Alexander Fenster <[email protected]>
1 parent bedcd1a commit 0174bc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"mocha": "^8.0.0",
2626
"pixelmatch": "^5.0.0",
2727
"pngjs": "^6.0.0",
28-
"uuid": "^8.0.0"
28+
"uuid": "^9.0.0"
2929
}
3030
}

dlp/system-test/inspect.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ describe('inspect', () => {
242242

243243
it('should have a maxFindings option', () => {
244244
const outputA = execSync(
245-
`node inspectString.js ${projectId} "My email is [email protected] and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 2`
245+
`node inspectString.js ${projectId} "My email is [email protected] and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 1`
246246
);
247247
const outputB = execSync(
248-
`node inspectString.js ${projectId} "My email is [email protected] and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 3`
248+
`node inspectString.js ${projectId} "My email is [email protected] and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 2`
249249
);
250250
assert.notStrictEqual(
251251
outputA.includes('PHONE_NUMBER'),

0 commit comments

Comments
 (0)