diff --git a/package-lock.json b/package-lock.json index 3595459..4416a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "ngrx-signals-storage", "version": "2.0.0", "dependencies": { - "@angular/animations": "19.0.0", - "@angular/common": "19.0.0", + "@angular/animations": "19.0.1", + "@angular/common": "19.0.1", "@angular/compiler": "19.0.0", "@angular/core": "19.0.0", - "@angular/forms": "19.0.0", + "@angular/forms": "19.0.1", "@angular/platform-browser": "19.0.0", - "@angular/platform-browser-dynamic": "19.0.0", + "@angular/platform-browser-dynamic": "19.0.1", "@angular/router": "19.0.0", "@ngrx/signals": "18.1.1", "rxjs": "7.8.1", @@ -442,9 +442,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.0.tgz", - "integrity": "sha512-+uZTvEXjYh8PZKB4ijk8uuH1K+Tz/A67mUlltFv9pYKtnmbZAeS/PI66g/7pigRYDvEgid1fvlAANeBShAiPZQ==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.1.tgz", + "integrity": "sha512-1TZ3meVmoMuQwXaHSCeIGq8tmGcwobCQM2AQ6hfK+j6eyWTSx8BdWWi+Z1iIjiYFx3pJljQiWLAHULZ66Ep/GQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -453,7 +453,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.0" + "@angular/core": "19.0.1" } }, "node_modules/@angular/build": { @@ -656,9 +656,9 @@ } }, "node_modules/@angular/common": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.0.tgz", - "integrity": "sha512-kb2iS26GZS0vyR3emAQbIiQifnK5M5vnbclEHni+pApDEU5V9FufbdRP3vCxs28UHZvAZKB0LrxkTrnT6T+z5g==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.1.tgz", + "integrity": "sha512-FWAyHlEhPeLHvNLuzSl2rlksK/fVVB5O3soBYOeiKScN1vlAdALbwPDIHhimhNFBV8kmtc144WjkcTxt8MK/4g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -667,7 +667,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.0", + "@angular/core": "19.0.1", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -737,9 +737,9 @@ } }, "node_modules/@angular/forms": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.0.tgz", - "integrity": "sha512-gM4bUdlIJ0uRYNwoVMbXiZt4+bZzPXzyQ7ByNIOVKEAI0PN9Jz1dR1pSeQgIoUvKQbhwsVKVUoa7Tn1hoqwvTg==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.1.tgz", + "integrity": "sha512-PNMQVi97ZK9X7fQeO1li6LxoL9U6v7ByC+4kj7xHAcOGaBCB+EJ/ZPKCKeaGn4G7mJd3iH8SMVzoUQc028KIcw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -748,9 +748,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.0.0", - "@angular/core": "19.0.0", - "@angular/platform-browser": "19.0.0", + "@angular/common": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -777,9 +777,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.0.0.tgz", - "integrity": "sha512-ljvycDe0etmTBDzbCFakpsItywddpKEyCZGMKRvz5TdND1N1qqXydxAF1kLzP5H7F/QOMdP4/T/T1HS+6AUpkw==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.0.1.tgz", + "integrity": "sha512-A8sM0NTwZPFpv5kWSUeRhMENCw8kmBxR9CX9TMVeU6u9TP+IT3SFhUWhDQZNbmJAHhyAuk5B1gBJ/aoz0/OBcw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -788,10 +788,10 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.0.0", - "@angular/compiler": "19.0.0", - "@angular/core": "19.0.0", - "@angular/platform-browser": "19.0.0" + "@angular/common": "19.0.1", + "@angular/compiler": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1" } }, "node_modules/@angular/router": { diff --git a/package.json b/package.json index 8c02320..0291ce0 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ }, "private": true, "dependencies": { - "@angular/animations": "19.0.0", - "@angular/common": "19.0.0", + "@angular/animations": "19.0.1", + "@angular/common": "19.0.1", "@angular/compiler": "19.0.0", "@angular/core": "19.0.0", - "@angular/forms": "19.0.0", + "@angular/forms": "19.0.1", "@angular/platform-browser": "19.0.0", - "@angular/platform-browser-dynamic": "19.0.0", + "@angular/platform-browser-dynamic": "19.0.1", "@angular/router": "19.0.0", "@ngrx/signals": "18.1.1", "rxjs": "7.8.1",