From 16bc243e0940aff5bde1b7f013dd447475669cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:21:45 +0100 Subject: [PATCH] Bump anchor-js from 4.3.1 to 5.0.0 (#1083) Bumps [anchor-js](https://github.com/bryanbraun/anchorjs) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/bryanbraun/anchorjs/releases) - [Commits](https://github.com/bryanbraun/anchorjs/compare/4.3.1...5.0.0) --- updated-dependencies: - dependency-name: anchor-js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e11a8f807f..dc5068177c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.6", - "anchor-js": "^4.3.1", + "anchor-js": "^5.0.0", "bootstrap": "^5.1.3", "lunr": "^0.7.0" }, @@ -427,9 +427,9 @@ } }, "node_modules/anchor-js": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-4.3.1.tgz", - "integrity": "sha512-TziERoibspey7KSm95oIdzTxiogXonJl7inQI07Y3cI25DKQaLkUftB7RhCuSb1GcwunHL6/PcIKM4dDUb9xYQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-5.0.0.tgz", + "integrity": "sha512-2bOqCsBIXAYhjAN3iI4QevoAJtB2gRWAiY9P3P7CVW8lIjA3Dl6ldhDlWeeQvCHif+V5vIndfLOag/5I8tzTzA==" }, "node_modules/anymatch": { "version": "3.1.2", @@ -2329,9 +2329,9 @@ "requires": {} }, "anchor-js": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-4.3.1.tgz", - "integrity": "sha512-TziERoibspey7KSm95oIdzTxiogXonJl7inQI07Y3cI25DKQaLkUftB7RhCuSb1GcwunHL6/PcIKM4dDUb9xYQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/anchor-js/-/anchor-js-5.0.0.tgz", + "integrity": "sha512-2bOqCsBIXAYhjAN3iI4QevoAJtB2gRWAiY9P3P7CVW8lIjA3Dl6ldhDlWeeQvCHif+V5vIndfLOag/5I8tzTzA==" }, "anymatch": { "version": "3.1.2", diff --git a/package.json b/package.json index e580c31b3f..4cec107011 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@popperjs/core": "^2.11.6", - "anchor-js": "^4.3.1", + "anchor-js": "^5.0.0", "bootstrap": "^5.1.3", "lunr": "^0.7.0" }