Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update browerslist package
Browse files Browse the repository at this point in the history
The `supports` query was added in version `4.13`, while `^4.9.1` does match this version is some cases an older version might be used to the presence of a lock file during the update which would cause the package not to be update.

Closes #24212

(cherry picked from commit 678b0d2)
  • Loading branch information
alan-agius4 committed Nov 11, 2022
1 parent 0724dd7 commit fc82e3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -132,7 +132,7 @@
"babel-loader": "9.1.0",
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",
"browserslist": "4.21.4",
"cacache": "17.0.2",
"chokidar": "3.5.3",
"copy-webpack-plugin": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -25,7 +25,7 @@
"autoprefixer": "10.4.13",
"babel-loader": "9.1.0",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
"browserslist": "4.21.4",
"cacache": "17.0.2",
"chokidar": "3.5.3",
"copy-webpack-plugin": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3659,7 +3659,7 @@ browser-sync@^2.27.7:
ua-parser-js "1.0.2"
yargs "^17.3.1"

browserslist@*, browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.9.1:
browserslist@*, browserslist@4.21.4, browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.9.1:
version "4.21.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
Expand Down

0 comments on commit fc82e3b

Please sign in to comment.