Skip to content

Commit

Permalink
fix: hedera-nft-auction-demo-javascript-client/package.json & hedera-…
Browse files Browse the repository at this point in the history
…nft-auction-demo-javascript-client/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918
- https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683
- https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498
- https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-2441248
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970
- https://snyk.io/vuln/SNYK-JS-ES5EXT-6095076
- https://snyk.io/vuln/SNYK-JS-QS-3153490
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
- https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922
- https://snyk.io/vuln/SNYK-JS-JSON5-3182856
- https://snyk.io/vuln/SNYK-JS-TAR-1579147
- https://snyk.io/vuln/SNYK-JS-TAR-1579152
- https://snyk.io/vuln/SNYK-JS-TAR-1579155
- https://snyk.io/vuln/SNYK-JS-TAR-1536528
- https://snyk.io/vuln/SNYK-JS-TAR-1536531
- https://snyk.io/vuln/SNYK-JS-BROWSERIFYSIGN-6037026
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
- https://snyk.io/vuln/SNYK-JS-COOKIEJAR-3149984
- https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783
- https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067
- https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
- https://snyk.io/vuln/SNYK-JS-NANOID-2332193
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
- https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795
- https://snyk.io/vuln/SNYK-JS-GOT-2932019
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
- https://snyk.io/vuln/SNYK-JS-TAR-1536758
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent a5069c6 commit 83b98ae
Show file tree
Hide file tree
Showing 2 changed files with 2,646 additions and 5,967 deletions.
18 changes: 9 additions & 9 deletions hedera-nft-auction-demo-javascript-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@hashgraph/sdk": "^2.0.20",
"@hashgraph/sdk": "^2.39.0",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@netlify/plugin-nextjs": "^3.3.0",
"@netlify/plugin-nextjs": "^5.0.0",
"@react-hook/window-size": "^3.0.7",
"@svgr/webpack": "^5.5.0",
"@svgr/webpack": "^7.0.0",
"@tailwindcss/line-clamp": "^0.2.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^12.1.10",
"autoprefixer": "^10.2.5",
"dayjs": "^1.10.4",
"next": "latest",
"postcss": "^8.3.0",
"next": "12.2.3",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-query": "^3.15.2",
"react-share": "^4.4.0",
"tailwindcss": "^2.1.2",
"tailwindcss": "^3.1.0",
"web-vitals": "^1.0.1",
"web3": "^1.3.5"
"web3": "^4.0.1"
},
"scripts": {
"dev": "next dev",
Expand Down
Loading

0 comments on commit 83b98ae

Please sign in to comment.