diff --git a/www/package-lock.json b/www/package-lock.json index c77f3d0..08aeb1c 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.35.1", + "core-js": "^3.36.0", "ethers": "^5.5.2", "lit-html": "^3.1.2", "noty": "^3.2.0-beta", @@ -4244,9 +4244,9 @@ } }, "node_modules/core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -13089,9 +13089,9 @@ } }, "core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==" + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==" }, "core-js-compat": { "version": "3.35.0", diff --git a/www/package.json b/www/package.json index b686c17..b389e4a 100644 --- a/www/package.json +++ b/www/package.json @@ -15,7 +15,7 @@ "author": "Alain Nicolas", "license": "ISC", "dependencies": { - "core-js": "^3.35.1", + "core-js": "^3.36.0", "ethers": "^5.5.2", "lit-html": "^3.1.2", "noty": "^3.2.0-beta",