From f8c7380649f6e73c6ac57bf469405ca9fdbb3451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:45:10 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01f53de6..c6a50f7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "core-js": "^3.22.2", "cssnano": "^5.0.10", "decentraland-gatsby": "^6.4.0", - "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", @@ -18442,9 +18442,9 @@ "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" }, "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==" }, "node_modules/es6-symbol": { "version": "3.1.3", @@ -53428,9 +53428,9 @@ "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==" }, "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 77bb3cba..3ef1d7ba 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "core-js": "^3.22.2", "cssnano": "^5.0.10", "decentraland-gatsby": "^6.4.0", - "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",