From 935351810bf6d0015bed25636a1c1fa05b4d4e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 01:34:29 +0000 Subject: [PATCH] build(deps): bump the prod group with 2 updates Bumps the prod group with 2 updates: [less](https://github.com/less/less.js) and [ts-loader](https://github.com/TypeStrong/ts-loader). Updates `less` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/compare/v4.4.0...v4.4.1) Updates `ts-loader` from 9.5.2 to 9.5.4 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.5.2...v9.5.4) --- updated-dependencies: - dependency-name: less dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: ts-loader dependency-version: 9.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f47916..448ed3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-webpack-plugin": "^5.0.2", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.4", - "less": "^4.3.0", + "less": "^4.4.1", "less-loader": "^12.3.0", "mini-css-extract-plugin": "^2.9.4", "mini-svg-data-uri": "^1.4.4", @@ -38,7 +38,7 @@ "sass-loader": "^16.0.5", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.14", - "ts-loader": "^9.5.2", + "ts-loader": "^9.5.4", "tsconfig-paths-webpack-plugin": "^4.2.0", "tslib": "^2.8.1", "typescript": "^5.8.3", @@ -12735,9 +12735,9 @@ } }, "node_modules/less": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.4.0.tgz", - "integrity": "sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.4.1.tgz", + "integrity": "sha512-X9HKyiXPi0f/ed0XhgUlBeFfxrlDP3xR4M7768Zl+WXLUViuL9AOPPJP4nCV0tgRWvTYvpNmN0SFhZOQzy16PA==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", @@ -17038,9 +17038,9 @@ } }, "node_modules/ts-loader": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.2.tgz", - "integrity": "sha512-Qo4piXvOTWcMGIgRiuFa6nHNm+54HbYaZCKqc9eeZCLRy3XqafQgwX2F7mofrbJG3g7EEb+lkiR+z2Lic2s3Zw==", + "version": "9.5.4", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.4.tgz", + "integrity": "sha512-nCz0rEwunlTZiy6rXFByQU1kVVpCIgUpc/psFiKVrUwrizdnIbRFu8w7bxhUF0X613DYwT4XzrZHpVyMe758hQ==", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 6a59794..dc10173 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-webpack-plugin": "^5.0.2", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.4", - "less": "^4.3.0", + "less": "^4.4.1", "less-loader": "^12.3.0", "mini-css-extract-plugin": "^2.9.4", "mini-svg-data-uri": "^1.4.4", @@ -102,7 +102,7 @@ "sass-loader": "^16.0.5", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.14", - "ts-loader": "^9.5.2", + "ts-loader": "^9.5.4", "tsconfig-paths-webpack-plugin": "^4.2.0", "tslib": "^2.8.1", "typescript": "^5.8.3",