Skip to content

Commit

Permalink
Build/Test Tools: Update several dependencies.
Browse files Browse the repository at this point in the history
This updates the following dependencies:

- `cssnano` from version `4.1.10` to `4.1.11`.
- `grunt-webpack` from `4.0.2` to `4.0.3`.
- `qunit` from `12.14.1` to `12.15.0`.
- `sass` from `1.32.8` to `1.32.11`.
- `uglify-js` from `3.13.3` to `3.13.4`.

See #52624.

git-svn-id: https://develop.svn.wordpress.org/trunk@50774 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Apr 20, 2021
1 parent 205611f commit 87550a9
Showing 2 changed files with 38 additions and 47 deletions.
75 changes: 33 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"chalk": "4.1.0",
"check-node-version": "4.1.0",
"copy-webpack-plugin": "^5.1.2",
"cssnano": "4.1.10",
"cssnano": "4.1.11",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"grunt": "~1.3.0",
@@ -58,17 +58,17 @@
"grunt-replace-lts": "~1.1.0",
"grunt-rtlcss": "~2.0.2",
"grunt-sass": "~3.1.0",
"grunt-webpack": "^4.0.0",
"grunt-webpack": "^4.0.3",
"ink-docstrap": "1.3.2",
"install-changed": "1.1.0",
"matchdep": "~2.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"qunit": "~2.14.1",
"sass": "^1.32.8",
"qunit": "~2.15.0",
"sass": "^1.32.11",
"sinon": "~10.0.0",
"sinon-test": "~3.0.0",
"source-map-loader": "^1.1.3",
"uglify-js": "^3.13.3",
"uglify-js": "^3.13.4",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"wait-on": "5.3.0",

0 comments on commit 87550a9

Please sign in to comment.