Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: packages/scripts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 20, 2023
commit ad2e6da17f43020397b797e00fd28aa26e43e5d6
16 changes: 8 additions & 8 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,39 +40,39 @@
"@wordpress/npm-package-json-lint-config": "file:../npm-package-json-lint-config",
"@wordpress/postcss-plugins-preset": "file:../postcss-plugins-preset",
"@wordpress/prettier-config": "file:../prettier-config",
"babel-jest": "^25.3.0",
"babel-jest": "^27.0.0",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"check-node-version": "^3.1.1",
"clean-webpack-plugin": "^3.0.0",
"cross-spawn": "^5.1.0",
"css-loader": "^3.5.2",
"css-loader": "^4.0.0",
"dir-glob": "^3.0.1",
"eslint": "^7.1.0",
"eslint-plugin-markdown": "^1.0.2",
"ignore-emit-webpack-plugin": "^2.0.2",
"jest": "^25.3.0",
"jest": "^27.0.0",
"jest-puppeteer": "^4.4.0",
"markdownlint": "^0.18.0",
"markdownlint-cli": "^0.21.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.0",
"node-sass": "^4.13.1",
"npm-package-json-lint": "^5.0.0",
"node-sass": "^6.0.1",
"npm-package-json-lint": "^6.0.0",
"postcss-loader": "^3.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"puppeteer": "npm:puppeteer-core@3.0.0",
"read-pkg-up": "^1.0.1",
"read-pkg-up": "^8.0.0",
"resolve-bin": "^0.4.0",
"sass-loader": "^8.0.2",
"sass-loader": "^9.0.0",
"source-map-loader": "^0.2.4",
"stylelint": "^13.6.0",
"stylelint-config-wordpress": "^17.0.0",
"thread-loader": "^2.1.3",
"url-loader": "^3.0.0",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-cli": "^4.0.0",
"webpack-livereload-plugin": "^2.3.0"
},
"publishConfig": {
Expand Down