diff --git a/manta-js/examples/asset-webpack-ts/package.json b/manta-js/examples/asset-webpack-ts/package.json index 8cf5ff50..cf802cf5 100644 --- a/manta-js/examples/asset-webpack-ts/package.json +++ b/manta-js/examples/asset-webpack-ts/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@webpack-cli/generators": "^3.0.0", "html-webpack-plugin": "^5.5.0", - "webpack": "^5.75.0", + "webpack": "^5.76.0", "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" }, diff --git a/manta-js/examples/asset-webpack-ts/yarn.lock b/manta-js/examples/asset-webpack-ts/yarn.lock index da2cd7c1..cee8776c 100644 --- a/manta-js/examples/asset-webpack-ts/yarn.lock +++ b/manta-js/examples/asset-webpack-ts/yarn.lock @@ -1954,9 +1954,10 @@ bindings@^1.3.0, bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -"bip32-ed25519@git+https://github.com/Zondax/bip32-ed25519.git": +"bip32-ed25519@https://github.com/Zondax/bip32-ed25519": version "0.0.4" - resolved "git+https://github.com/Zondax/bip32-ed25519.git#0949df01b5c93885339bc28116690292088f6134" + uid "0949df01b5c93885339bc28116690292088f6134" + resolved "https://github.com/Zondax/bip32-ed25519#0949df01b5c93885339bc28116690292088f6134" dependencies: bn.js "^5.1.1" elliptic "^6.4.1" @@ -6345,10 +6346,10 @@ webpack-sources@^3.2.3: resolved "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5, webpack@^5.75.0: - version "5.75.0" - resolved "https://registry.npmmirror.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152" - integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ== +webpack@^5, webpack@^5.76.0: + version "5.76.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c" + integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^0.0.51"