From cecc47a13b64a114ee76ae664b2fdeb5db931949 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Fri, 14 Aug 2026 10:40:38 +0530 Subject: [PATCH] Build/Test Tools: Pin remaining ranged devDependencies to exact versions See the PR description for the full rationale and evidence. --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index e87e95546a204..88949d4183c12 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "last 2 Opera versions" ], "devDependencies": { - "@lodder/grunt-postcss": "^3.1.1", + "@lodder/grunt-postcss": "3.1.1", "@playwright/test": "1.61.1", "@pmmmwh/react-refresh-webpack-plugin": "0.6.2", "@types/codemirror": "5.60.17", @@ -47,22 +47,22 @@ "dotenv": "17.4.2", "dotenv-expand": "13.0.0", "grunt": "1.6.2", - "grunt-banner": "^0.6.0", - "grunt-contrib-clean": "~2.0.1", + "grunt-banner": "0.6.0", + "grunt-contrib-clean": "2.0.1", "grunt-contrib-concat": "2.1.0", - "grunt-contrib-copy": "~1.0.0", - "grunt-contrib-cssmin": "~5.0.0", - "grunt-contrib-imagemin": "~4.0.0", + "grunt-contrib-copy": "1.0.0", + "grunt-contrib-cssmin": "5.0.0", + "grunt-contrib-imagemin": "4.0.0", "grunt-contrib-jshint": "3.2.0", - "grunt-contrib-uglify": "~5.2.2", - "grunt-contrib-watch": "~1.1.0", + "grunt-contrib-uglify": "5.2.2", + "grunt-contrib-watch": "1.1.0", "grunt-file-append": "0.0.7", "grunt-jsdoc": "2.4.1", - "grunt-legacy-util": "^2.0.2", - "grunt-patch-wordpress": "~4.0.0", - "grunt-replace-lts": "~1.1.0", - "grunt-rtlcss": "~2.0.2", - "grunt-sass": "~4.1.0", + "grunt-legacy-util": "2.0.2", + "grunt-patch-wordpress": "4.0.0", + "grunt-replace-lts": "1.1.0", + "grunt-rtlcss": "2.0.2", + "grunt-sass": "4.1.0", "grunt-webpack": "7.0.1", "install-changed": "1.1.0", "json2php": "0.0.12", @@ -70,11 +70,11 @@ "php-array-reader": "2.1.4", "postcss": "8.5.19", "prettier": "npm:wp-prettier@3.0.3", - "qunit": "~2.26.0", + "qunit": "2.26.0", "react-refresh": "0.14.0", "sass": "1.101.0", "sinon": "16.1.3", - "sinon-test": "~3.1.6", + "sinon-test": "3.1.6", "source-map-loader": "5.0.0", "typescript": "6.0.3", "uuid": "14.0.1",