Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Nov 30, 2022
1 parent c333c4d commit 64c8943
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.2.1",
"magic-string": "0.26.7",
"mini-css-extract-plugin": "2.7.0",
"minimatch": "5.1.0",
"mini-css-extract-plugin": "2.7.1",
"minimatch": "5.1.1",
"ng-packagr": "15.0.1",
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
Expand All @@ -185,7 +185,7 @@
"piscina": "3.2.0",
"popper.js": "^1.14.1",
"postcss": "8.4.19",
"postcss-loader": "7.0.1",
"postcss-loader": "7.0.2",
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.2.1",
"magic-string": "0.26.7",
"mini-css-extract-plugin": "2.7.0",
"mini-css-extract-plugin": "2.7.1",
"open": "8.4.0",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "6.0.1",
"piscina": "3.2.0",
"postcss": "8.4.19",
"postcss-loader": "7.0.1",
"postcss-loader": "7.0.2",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.56.1",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8104,10 +8104,10 @@ mini-css-extract-plugin@2.6.1:
dependencies:
schema-utils "^4.0.0"

mini-css-extract-plugin@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.0.tgz#d7d9ba0c5b596d155e36e2b174082fc7f010dd64"
integrity sha512-auqtVo8KhTScMsba7MbijqZTfibbXiBNlPAQbsVt7enQfcDYLdgG57eGxMqwVU3mfeWANY4F1wUg+rMF+ycZgw==
mini-css-extract-plugin@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz#ec924df783cff32ce6183fceb653028f70128643"
integrity sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==
dependencies:
schema-utils "^4.0.0"

Expand All @@ -8130,6 +8130,13 @@ minimatch@5.1.0, minimatch@^5.0.1, minimatch@^5.1.0:
dependencies:
brace-expansion "^2.0.1"

minimatch@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
dependencies:
brace-expansion "^2.0.1"

minimatch@~3.0.4:
version "3.0.8"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
Expand Down Expand Up @@ -9243,6 +9250,15 @@ postcss-loader@7.0.1:
klona "^2.0.5"
semver "^7.3.7"

postcss-loader@7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.0.2.tgz#b53ff44a26fba3688eee92a048c7f2d4802e23bb"
integrity sha512-fUJzV/QH7NXUAqV8dWJ9Lg4aTkDCezpTS5HgJ2DvqznexTbSTxgi/dTECvTZ15BwKTtk8G/bqI/QTu2HPd3ZCg==
dependencies:
cosmiconfig "^7.0.0"
klona "^2.0.5"
semver "^7.3.8"

postcss-modules-extract-imports@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
Expand Down

0 comments on commit 64c8943

Please sign in to comment.