diff --git a/crates/bitwarden-wasm-internal/bitwarden_license/npm/package-lock.json b/crates/bitwarden-wasm-internal/bitwarden_license/npm/package-lock.json index f7d99b0bb..104886b97 100644 --- a/crates/bitwarden-wasm-internal/bitwarden_license/npm/package-lock.json +++ b/crates/bitwarden-wasm-internal/bitwarden_license/npm/package-lock.json @@ -7,21 +7,36 @@ "": { "name": "@bitwarden/commercial-sdk-internal", "version": "0.1.0", - "license": "GPL-3.0", + "license": "BITWARDEN SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT", "dependencies": { - "type-fest": "^4.41.0" + "type-fest": "^5.0.0" }, "devDependencies": { "typescript": "5.9.2" } }, + "node_modules/tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/type-fest": { - "version": "4.41.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", - "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz", + "integrity": "sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==", "license": "(MIT OR CC0-1.0)", + "dependencies": { + "tagged-tag": "^1.0.0" + }, "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/crates/bitwarden-wasm-internal/bitwarden_license/npm/package.json b/crates/bitwarden-wasm-internal/bitwarden_license/npm/package.json index 84c10ea5a..ef5ffabea 100644 --- a/crates/bitwarden-wasm-internal/bitwarden_license/npm/package.json +++ b/crates/bitwarden-wasm-internal/bitwarden_license/npm/package.json @@ -28,7 +28,7 @@ "./bitwarden_wasm_internal.js" ], "dependencies": { - "type-fest": "^4.41.0" + "type-fest": "^5.0.0" }, "devDependencies": { "typescript": "5.9.2" diff --git a/crates/bitwarden-wasm-internal/npm/package-lock.json b/crates/bitwarden-wasm-internal/npm/package-lock.json index 901b9b1c8..8e80808b5 100644 --- a/crates/bitwarden-wasm-internal/npm/package-lock.json +++ b/crates/bitwarden-wasm-internal/npm/package-lock.json @@ -9,19 +9,34 @@ "version": "0.1.0", "license": "GPL-3.0", "dependencies": { - "type-fest": "^4.41.0" + "type-fest": "^5.0.0" }, "devDependencies": { "typescript": "5.9.2" } }, + "node_modules/tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/type-fest": { - "version": "4.41.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", - "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz", + "integrity": "sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==", "license": "(MIT OR CC0-1.0)", + "dependencies": { + "tagged-tag": "^1.0.0" + }, "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/crates/bitwarden-wasm-internal/npm/package.json b/crates/bitwarden-wasm-internal/npm/package.json index 959dcef8c..c81fba811 100644 --- a/crates/bitwarden-wasm-internal/npm/package.json +++ b/crates/bitwarden-wasm-internal/npm/package.json @@ -28,7 +28,7 @@ "./bitwarden_wasm_internal.js" ], "dependencies": { - "type-fest": "^4.41.0" + "type-fest": "^5.0.0" }, "devDependencies": { "typescript": "5.9.2"