From 1a8ee1e992cd1417e51b3afdee4c7c4efa3a8a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:45:44 -0400 Subject: [PATCH] build(deps-dev): bump array.prototype.findlastindex from 1.2.4 to 1.2.5 (#427) Bumps [array.prototype.findlastindex](https://github.com/es-shims/Array.prototype.findLastIndex) from 1.2.4 to 1.2.5. - [Changelog](https://github.com/es-shims/Array.prototype.findLastIndex/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/Array.prototype.findLastIndex/compare/v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: array.prototype.findlastindex dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2c8b21e..1bbe9abf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5816,15 +5816,16 @@ } }, "node_modules/array.prototype.findlastindex": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz", - "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", + "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", + "es-abstract": "^1.23.2", "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", "es-shim-unscopables": "^1.0.2" }, "engines": {