From 29159b52a06cca697e42012bd3e0cddeb7a6e979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:15:21 +0100 Subject: [PATCH] Bump core-js from 3.36.0 to 3.36.1 in /www (#221) --- www/package-lock.json | 14 +++++++------- www/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/package-lock.json b/www/package-lock.json index 08aeb1c..be70598 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "core-js": "^3.36.0", + "core-js": "^3.36.1", "ethers": "^5.5.2", "lit-html": "^3.1.2", "noty": "^3.2.0-beta", @@ -4244,9 +4244,9 @@ } }, "node_modules/core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -13089,9 +13089,9 @@ } }, "core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==" + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==" }, "core-js-compat": { "version": "3.35.0", diff --git a/www/package.json b/www/package.json index b389e4a..ff73018 100644 --- a/www/package.json +++ b/www/package.json @@ -15,7 +15,7 @@ "author": "Alain Nicolas", "license": "ISC", "dependencies": { - "core-js": "^3.36.0", + "core-js": "^3.36.1", "ethers": "^5.5.2", "lit-html": "^3.1.2", "noty": "^3.2.0-beta",