From 1fe18c2af5ea302717cae904a21087a2d872d588 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 10:08:54 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @nguniversal/express-engine from 10.0.1 to 10.1.0. See this package in npm: https://www.npmjs.com/package/@nguniversal/express-engine - @wagmi/core from 0.5.8 to 0.10.17. See this package in npm: https://www.npmjs.com/package/@wagmi/core - material-icons from 0.3.1 to 0.7.7. See this package in npm: https://www.npmjs.com/package/material-icons - rxjs from 6.6.3 to 6.6.7. See this package in npm: https://www.npmjs.com/package/rxjs - typescript from 4.8.4 to 4.9.5. See this package in npm: https://www.npmjs.com/package/typescript - zone.js from 0.11.8 to 0.14.10. See this package in npm: https://www.npmjs.com/package/zone.js - zustand from 4.4.1 to 4.5.5. See this package in npm: https://www.npmjs.com/package/zustand See this project in Snyk: https://app.snyk.io/org/aravind-optiv/project/29ecc7e2-9ca9-4eee-b8e8-bd9615aa0155?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 96c933b5ba3..e441e656807 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,10 +35,10 @@ "@fortawesome/free-brands-svg-icons": "^5.14.0", "@fortawesome/free-regular-svg-icons": "^5.14.0", "@fortawesome/free-solid-svg-icons": "^5.14.0", - "@nguniversal/express-engine": "10.0.1", + "@nguniversal/express-engine": "10.1.0", "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", - "@wagmi/core": "^0.5.8", + "@wagmi/core": "^0.10.17", "anuglar2-qrcode": "~2.0.3", "canvas-confetti": "^1.4.0", "codemirror": "^5.65.14", @@ -50,7 +50,7 @@ "font-mfizz": "^2.4.1", "jwt-decode": "^2.2.0", "lodash-es": "^4.17.21", - "material-icons": "^0.3.1", + "material-icons": "^0.7.7", "ng-mat-search-bar": "^12.0.1", "ng-simple-slideshow": "^1.3.0-beta.11", "ng2-file-upload": "^1.4.0", @@ -59,14 +59,14 @@ "ngx-highlightjs": "^6.1.2", "ngx-text-diff": "^0.6.0", "ngx-window-token": "^6.0.0", - "rxjs": "6.6.3", + "rxjs": "6.6.7", "sass": "^1.32.2", "snarkdown": "^1.2.2", "socket.io-client": "^3.1.0", "solidity-browser-compiler": "^1.1.0", - "typescript": "~4.8.4", - "zone.js": "~0.11.4", - "zustand": "4.4.1" + "typescript": "~4.9.5", + "zone.js": "~0.14.10", + "zustand": "4.5.5" }, "devDependencies": { "@angular-eslint/builder": "^0.8.0-beta.7",