diff --git a/package-lock.json b/package-lock.json index 1fed295..535c2ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,15 +30,15 @@ "zone.js": "~0.11.4" }, "peerDependencies": { - "@angular/common": ">= 12 < 21", - "@angular/core": ">= 12 < 21", - "@angular/elements": ">= 12 < 21", + "@angular/common": ">= 12 < 22", + "@angular/core": ">= 12 < 22", + "@angular/elements": ">= 12 < 22", "rete": "^2.0.1", "rete-area-plugin": "^2.0.0", "rete-render-utils": "^2.0.0", "rxjs": ">=6.6.0", "tslib": "^2.3.0", - "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0 || ~0.14.0 || ~0.15.0" + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0 || ~0.14.0 || ~0.15.0 || ~0.16.0" } }, "node_modules/@ampproject/remapping": { @@ -14177,10 +14177,11 @@ "dev": true }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" },