Skip to content

Commit 3420a49

Browse files
authored
Merge pull request #17 from wataruoguchi/npmaudit
fix: npm audit fix
2 parents 0c0f336 + d38a697 commit 3420a49

6 files changed

Lines changed: 286 additions & 750 deletions

File tree

example/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/src/modules/generator/tests/generator.crypto.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ describe("Feature: Crypto Shredding for Generator Events", () => {
11211121
{
11221122
policyId: `${tenantScopeTenantId}-partition-scope`,
11231123
partition: tenantScopeTenantId,
1124-
keyScope: "partition",
1124+
keyScope: "tenant",
11251125
streamTypeClass: "generator",
11261126
encryptionAlgorithm: "AES-GCM",
11271127
keyRotationIntervalDays: 180,

0 commit comments

Comments
 (0)