diff --git a/package-lock.json b/package-lock.json index f67a2f0f6c..d660ce9de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@compodoc/compodoc": "^1.1.26", "@cypress/schematic": "^2.5.2", "@frsource/cypress-plugin-visual-regression-diff": "^3.2.14", - "@types/jasmine": "^5.1.4", + "@types/jasmine": "^5.1.5", "@types/jasminewd2": "~2.0.12", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0", @@ -6694,11 +6694,10 @@ } }, "node_modules/@types/jasmine": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", - "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", - "dev": true, - "license": "MIT" + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.5.tgz", + "integrity": "sha512-SaCZ3kM5NjOiJqMRYwHpLbTfUC2Dyk1KS3QanNFsUYPGTk70CWVK/J9ueun6zNhw/UkgV7xl8V4ZLQZNRbfnNw==", + "dev": true }, "node_modules/@types/jasminewd2": { "version": "2.0.13", diff --git a/package.json b/package.json index 8ee5df575e..5044c73bfa 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@compodoc/compodoc": "^1.1.26", "@cypress/schematic": "^2.5.2", "@frsource/cypress-plugin-visual-regression-diff": "^3.2.14", - "@types/jasmine": "^5.1.4", + "@types/jasmine": "^5.1.5", "@types/jasminewd2": "~2.0.12", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0",