From f607ef50f4620cd99ac33437c1872b9148ae608d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:47:18 +0000 Subject: [PATCH] Bump lodash-es from 4.17.15 to 4.17.23 in /packages/core Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.23) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 126 ++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 2d0d992..e536ea1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,63 +1,63 @@ -{ - "name": "@reactive-forms/core", - "description": "Core package of Reactive Forms framework", - "version": "0.12.6", - "type": "commonjs", - "bugs": "https://github.com/fracht/reactive-forms/issues", - "homepage": "https://github.com/fracht/reactive-forms#readme", - "repository": "fracht/reactive-forms.git", - "author": "ReactiveForms team", - "license": "MIT", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "publishConfig": { - "access": "public", - "directory": "prepared-package" - }, - "scripts": { - "build": "tsup && rimraf ./prepared-package && clean-publish", - "dev": "tsup --watch", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "test": "jest --passWithNoTests", - "test:log-coverage": "jest --passWithNoTests --coverage --silent --ci --coverageReporters=text", - "test:watch": "jest --passWithNoTests --watch" - }, - "dependencies": { - "lodash": "4.17.21", - "lodash-es": "4.17.15", - "pxth": "workspace:*", - "stocked": "workspace:*", - "tiny-invariant": "1.2.0" - }, - "devDependencies": { - "@arethetypeswrong/cli": "^0.16.4", - "@babel/core": "7.19.6", - "@microsoft/api-extractor": "^7.47.11", - "@reactive-tools/eslint-config": "workspace:*", - "@testing-library/react": "13.4.0", - "@types/jest": "26.0.24", - "@types/lodash": "4.14.161", - "@types/node": "^18.11.18", - "@types/react": "18.3.12", - "aqu": "0.4.3", - "cpy-cli": "^5.0.0", - "eslint": "^9.13.0", - "jest": "29.2.2", - "react": "18.3.1", - "react-dom": "18.3.1", - "rimraf": "3.0.2", - "ts-jest": "29.0.3", - "tslib": "2.3.1", - "tsup": "^8.3.5", - "typescript": "4.8.4", - "yup": "0.32.9" - }, - "peerDependencies": { - "react": ">=16" - }, - "files": [ - "dist" - ] -} +{ + "name": "@reactive-forms/core", + "description": "Core package of Reactive Forms framework", + "version": "0.12.6", + "type": "commonjs", + "bugs": "https://github.com/fracht/reactive-forms/issues", + "homepage": "https://github.com/fracht/reactive-forms#readme", + "repository": "fracht/reactive-forms.git", + "author": "ReactiveForms team", + "license": "MIT", + "main": "./dist/index.js", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "publishConfig": { + "access": "public", + "directory": "prepared-package" + }, + "scripts": { + "build": "tsup && rimraf ./prepared-package && clean-publish", + "dev": "tsup --watch", + "lint": "eslint .", + "lint:fix": "eslint . --fix", + "test": "jest --passWithNoTests", + "test:log-coverage": "jest --passWithNoTests --coverage --silent --ci --coverageReporters=text", + "test:watch": "jest --passWithNoTests --watch" + }, + "dependencies": { + "lodash": "4.17.21", + "lodash-es": "4.17.23", + "pxth": "workspace:*", + "stocked": "workspace:*", + "tiny-invariant": "1.2.0" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.16.4", + "@babel/core": "7.19.6", + "@microsoft/api-extractor": "^7.47.11", + "@reactive-tools/eslint-config": "workspace:*", + "@testing-library/react": "13.4.0", + "@types/jest": "26.0.24", + "@types/lodash": "4.14.161", + "@types/node": "^18.11.18", + "@types/react": "18.3.12", + "aqu": "0.4.3", + "cpy-cli": "^5.0.0", + "eslint": "^9.13.0", + "jest": "29.2.2", + "react": "18.3.1", + "react-dom": "18.3.1", + "rimraf": "3.0.2", + "ts-jest": "29.0.3", + "tslib": "2.3.1", + "tsup": "^8.3.5", + "typescript": "4.8.4", + "yup": "0.32.9" + }, + "peerDependencies": { + "react": ">=16" + }, + "files": [ + "dist" + ] +}