Skip to content

Commit ea95500

Browse files
authored
chore: update to latest version of uuid (#235)
1 parent bcf0c85 commit ea95500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security-center/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"devDependencies": {
2020
"chai": "^4.2.0",
2121
"mocha": "^7.0.0",
22-
"uuid": "^3.4.0"
22+
"uuid": "^7.0.2"
2323
}
2424
}

security-center/snippets/system-test/v1p1beta1/notifications.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
const {
1818
SecurityCenterClient,
1919
} = require('@google-cloud/security-center').v1p1beta1;
20-
const uuidv1 = require('uuid/v1');
20+
const uuidv1 = require('uuid').v1;
2121
const {assert} = require('chai');
2222
const {describe, it, before, after} = require('mocha');
2323
const {execSync} = require('child_process');

0 commit comments

Comments
 (0)