diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json index 898e64d2db..c52c549cae 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json @@ -14,7 +14,7 @@ "@babel/preset-typescript": "7.24.7", "@js-soft/eslint-config-ts": "1.6.9", "@js-soft/license-check": "1.0.9", - "@types/k6": "~0.53.0", + "@types/k6": "~0.54.0", "@types/webpack": "5.28.5", "babel-loader": "9.2.1", "clean-webpack-plugin": "4.0.0", @@ -2190,9 +2190,9 @@ "dev": true }, "node_modules/@types/k6": { - "version": "0.53.2", - "resolved": "https://registry.npmjs.org/@types/k6/-/k6-0.53.2.tgz", - "integrity": "sha512-TxFJbeSfD/RfQe+GeMbpdwiOOySRTj3vfHvcA4yoLQ3wvGPjyppCqmyKXgktf3535T+YAc41bB7GkhuCPRmfUg==", + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@types/k6/-/k6-0.54.0.tgz", + "integrity": "sha512-ZgsqDQs0dtu9RVxN/315MQOZ3BSrdL85HleMZckcLPrmaE5gtGse02/2EuAIQEtYqNDmqcTrOnoxvptUHIoBYw==", "dev": true, "license": "MIT" }, diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json index c18bec7e88..0db1e91f30 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json @@ -9,7 +9,7 @@ "@babel/preset-typescript": "7.24.7", "@js-soft/eslint-config-ts": "1.6.9", "@js-soft/license-check": "1.0.9", - "@types/k6": "~0.53.0", + "@types/k6": "~0.54.0", "@types/webpack": "5.28.5", "babel-loader": "9.2.1", "clean-webpack-plugin": "4.0.0",