diff --git a/package-lock.json b/package-lock.json index b0d390cc..d8aba2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11523,7 +11523,7 @@ "@types/http-errors": "^2.0.1", "@types/memoizee": "^0.4.12", "@types/newrelic": "^9.14.4", - "@vitest/expect": "^4.1.10", + "@vitest/expect": "^4.1.11", "nock": "^14.0.10", "supertest": "^7.2.2", "vitest-when": "^0.10.0" @@ -11532,6 +11532,62 @@ "node": ">=24.0" } }, + "packages/api/node_modules/@vitest/expect": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz", + "integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@standard-schema/spec": "^1.1.0", + "@types/chai": "^5.2.2", + "@vitest/spy": "4.1.11", + "@vitest/utils": "4.1.11", + "chai": "^6.2.2", + "tinyrainbow": "^3.1.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "packages/api/node_modules/@vitest/pretty-format": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz", + "integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==", + "dev": true, + "license": "MIT", + "dependencies": { + "tinyrainbow": "^3.1.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "packages/api/node_modules/@vitest/spy": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz", + "integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "packages/api/node_modules/@vitest/utils": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz", + "integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/pretty-format": "4.1.11", + "convert-source-map": "^2.0.0", + "tinyrainbow": "^3.1.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, "packages/archivematica_cleanup": { "name": "@stela/archivematica_cleanup", "version": "1.0.0", diff --git a/packages/api/package.json b/packages/api/package.json index ee5fc569..74fc9cd5 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -63,7 +63,7 @@ "@types/http-errors": "^2.0.1", "@types/memoizee": "^0.4.12", "@types/newrelic": "^9.14.4", - "@vitest/expect": "^4.1.10", + "@vitest/expect": "^4.1.11", "nock": "^14.0.10", "supertest": "^7.2.2", "vitest-when": "^0.10.0"