From 990fdf030e098dc3f90d6b28dbdadd8a426b08ad Mon Sep 17 00:00:00 2001 From: Kai Peacock Date: Fri, 23 Aug 2024 15:05:48 -0700 Subject: [PATCH] chore: npm audit (#919) --- docs/CHANGELOG.md | 1 + package-lock.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 42cff552..5abc3244 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,7 @@ - feat: ensure that identity-secp256k1 seed phrase must produce a 64 byte seed - docs: documentation and metadata for use-auth-client - feat: adds optional `rootKey` to `HttpAgentOptions` to allow for a custom root key to be used for verifying signatures from other networks +- chore: npm audit bumping micromatch ### Changed - feat: replaces hdkey and bip32 implementations with `@scure/bip39` and `@scure/bip32` due to vulnerability and lack of maintenance for `elliptic` diff --git a/package-lock.json b/package-lock.json index c59fc595..28cf00f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12213,7 +12213,9 @@ "license": "MIT" }, "node_modules/micromatch": { - "version": "4.0.7", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "license": "MIT", "dependencies": { @@ -19403,7 +19405,7 @@ "packages/use-auth-client": { "name": "@dfinity/use-auth-client", "version": "2.0.0", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@dfinity/agent": "^2.0.0", "@dfinity/auth-client": "^2.0.0",