diff --git a/.talismanrc b/.talismanrc index e3e5568..1038777 100644 --- a/.talismanrc +++ b/.talismanrc @@ -11,7 +11,8 @@ fileignoreconfig: - filename: test/unit/commands/rollback.test.ts checksum: d1f931f2d9a397131409399ad6463653e28b5a2224e870b641d9ba57c4418f18 - filename: package-lock.json - checksum: f57d78f85c1dbe6f1cd1cf4d48f9c8c0d327f26022643fa8cf47b8e706dff210 + ignore_detectors: + - filecontent - filename: src/adapters/github.test.ts checksum: b3d3d3a3c14adde103152d2ac4e1c4b7121a5f7533a87c3cc600f6d25fb59d1b - filename: src/adapters/file-upload.test.ts diff --git a/package-lock.json b/package-lock.json index 2e33258..f288658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -911,19 +911,6 @@ "xdg-basedir": "^4.0.0" } }, - "node_modules/@contentstack/cli-utilities/node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "node_modules/@contentstack/management": { "version": "1.30.4", "license": "MIT", @@ -3965,6 +3952,8 @@ }, "node_modules/adm-zip": { "version": "0.5.18", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz", + "integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==", "license": "MIT", "engines": { "node": ">=12.0" @@ -6796,9 +6785,9 @@ } }, "node_modules/fast-uri": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", - "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "funding": [ { "type": "github", @@ -9494,9 +9483,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", - "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", + "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", "funding": [ { "type": "github", @@ -13789,6 +13778,19 @@ "node": ">= 0.4.0" } }, + "node_modules/uuid": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "dev": true, diff --git a/package.json b/package.json index e42381c..6a1e726 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ }, "qs": "^6.15.2", "tmp": "^0.2.4", - "fast-uri": "^3.1.5", + "fast-uri": "^3.1.6", "js-yaml": "^4.3.1", "minimatch@10.2.5": { "brace-expansion": "^5.0.9" @@ -129,9 +129,11 @@ "brace-expansion": "^2.1.4" }, "serialize-javascript": "^7.1.0", - "uuid": "^11.1.1", "diff": "^8.0.3", - "brace-expansion@1": "^1.1.18" + "brace-expansion@1": "^1.1.18", + "istanbul-lib-processinfo": { + "uuid": "^11.1.1" + } }, "engines": { "node": ">=22.0.0"