From e0fefe2a96ac5710096b69815ac72c8913f74a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:28:44 +0000 Subject: [PATCH] chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- test/other.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aee80b4..ede998d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6846,9 +6846,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, diff --git a/test/other.js b/test/other.js index 93ab38a..902e9f4 100644 --- a/test/other.js +++ b/test/other.js @@ -5,7 +5,7 @@ import { executeProgram } from './index.js'; describe('Other tests', () => { it('Config', async () => { expect(await executeProgram('config')).to.equal( - 'Node https://mainnet.aeternity.io network id ae_mainnet, version 7.2.0, protocol 6 (Ceres)\n' + + 'Node https://mainnet.aeternity.io network id ae_mainnet, version 7.2.1, protocol 6 (Ceres)\n' + 'Compiler https://v8.compiler.aepps.com version 8.0.0', ); });