Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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.15.0.
    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/asabiron-devo/project/46208d6b-384f-4fd1-a02c-9436e779adfb?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent c1251b7 commit ba0f5a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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.15.0",
"zustand": "4.5.5"
},
"devDependencies": {
"@angular-eslint/builder": "^0.8.0-beta.7",
Expand Down

0 comments on commit ba0f5a9

Please sign in to comment.