From ba9a5252795618ed2e95aefcf86dd45d93bacdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:31:27 +0000 Subject: [PATCH] chore(deps): bump es6-shim from 0.35.6 to 0.35.8 Bumps [es6-shim](https://github.com/paulmillr/es6-shim) from 0.35.6 to 0.35.8. - [Release notes](https://github.com/paulmillr/es6-shim/releases) - [Changelog](https://github.com/paulmillr/es6-shim/blob/master/CHANGELOG.md) - [Commits](https://github.com/paulmillr/es6-shim/compare/0.35.6...0.35.8) --- updated-dependencies: - dependency-name: es6-shim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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",