diff --git a/openalprwebhookprocessor.client/package-lock.json b/openalprwebhookprocessor.client/package-lock.json index 1c4e0469..bf055159 100644 --- a/openalprwebhookprocessor.client/package-lock.json +++ b/openalprwebhookprocessor.client/package-lock.json @@ -37,12 +37,12 @@ "@angular/localize": "^21.2.1", "@stylistic/eslint-plugin": "^5.10.0", "@types/jasmine": "~6.0.0", - "@types/node": "^25.5.0", + "@types/node": "^25.6.0", "@types/qrcode": "^1.5.6", "angular-eslint": "^21.3.0", "eslint": "^10.1.0", "globals": "^17.4.0", - "jasmine-core": "~6.1.0", + "jasmine-core": "~6.2.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", @@ -4377,13 +4377,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/qrcode": { @@ -7821,9 +7821,9 @@ } }, "node_modules/jasmine-core": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-6.1.0.tgz", - "integrity": "sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-6.2.0.tgz", + "integrity": "sha512-b16WZG/pFEFj8qRW1ss7nDuNGYz9ji8BDGj7fJNrROauk5rj/diO3KPOuyIpcgUChdC+c0PfQ8iUk4nHE+EN4w==", "dev": true, "license": "MIT" }, @@ -11558,9 +11558,9 @@ } }, "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/openalprwebhookprocessor.client/package.json b/openalprwebhookprocessor.client/package.json index fdcec465..68577830 100644 --- a/openalprwebhookprocessor.client/package.json +++ b/openalprwebhookprocessor.client/package.json @@ -45,13 +45,13 @@ "@angular/localize": "^21.2.1", "@stylistic/eslint-plugin": "^5.10.0", "@types/jasmine": "~6.0.0", - "@types/node": "^25.5.0", + "@types/node": "^25.6.0", "@types/qrcode": "^1.5.6", "@angular-eslint/builder": "^21.3.0", "angular-eslint": "^21.3.0", "eslint": "^10.1.0", "globals": "^17.4.0", - "jasmine-core": "~6.1.0", + "jasmine-core": "~6.2.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0",