diff --git a/package-lock.json b/package-lock.json index 00b32dcc..eba3db88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "decentraland-gatsby": "^6.28.2", "decentraland-ui": "^6.12.1", "decentraland-ui2": "^0.10.1", - "es6-shim": "^0.35.6", + "es6-shim": "^0.35.8", "express-fileupload": "^1.2.1", "gatsby": "4.23.0", "gatsby-plugin-image": "^2.13.0", @@ -19363,9 +19363,10 @@ } }, "node_modules/es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.6.tgz", - "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==" + "version": "0.35.8", + "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.8.tgz", + "integrity": "sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg==", + "license": "MIT" }, "node_modules/es6-symbol": { "version": "3.1.3", @@ -54896,9 +54897,9 @@ } }, "es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.6.tgz", - "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==" + "version": "0.35.8", + "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.8.tgz", + "integrity": "sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg==" }, "es6-symbol": { "version": "3.1.3", diff --git a/package.json b/package.json index 45a026bb..7b59c8ed 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "decentraland-gatsby": "^6.28.2", "decentraland-ui": "^6.12.1", "decentraland-ui2": "^0.10.1", - "es6-shim": "^0.35.6", + "es6-shim": "^0.35.8", "express-fileupload": "^1.2.1", "gatsby": "4.23.0", "gatsby-plugin-image": "^2.13.0",