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 alan-agius4 committed Sep 9, 2022
1 parent 8bf4298 commit 3be0f5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"magic-string": "0.26.3",
"mini-css-extract-plugin": "2.6.1",
"minimatch": "5.1.0",
"ng-packagr": "15.0.0-next.1",
"ng-packagr": "15.0.0-next.2",
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
"npm-package-arg": "9.1.0",
Expand All @@ -190,7 +190,7 @@
"postcss-loader": "7.0.1",
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "17.1.2",
"puppeteer": "17.1.3",
"quicktype-core": "6.0.69",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "5.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7794,15 +7794,16 @@ next-tick@1, next-tick@^1.1.0:
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb"
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==

[email protected].1:
version "15.0.0-next.1"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-15.0.0-next.1.tgz#4b3e6e3acd30d4dc878cd90373738dd2667178ad"
integrity sha512-WzMXe2WWqBMYLiCPkhn75eDgnoMJU2iZBnVvML6MEH7jD39IoqD3Nh1sLLNk/FC82SXP+JptRcbX7jx0FaseGg==
[email protected].2:
version "15.0.0-next.2"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-15.0.0-next.2.tgz#f2a9f8188965f37a905ef662ad204af00b18429e"
integrity sha512-jk/ACtIzFeYwa63k4S7qssIExZL0ofyhQw4iBhs8TRTfxiM8/ucdJKeTptQoWnM5dNgeKqU99wyLzgsoxWVdNA==
dependencies:
"@rollup/plugin-json" "^4.1.0"
"@rollup/plugin-node-resolve" "^14.0.0"
ajv "^8.10.0"
ansi-colors "^4.1.1"
autoprefixer "^10.4.8"
browserslist "^4.20.0"
cacache "^16.0.0"
chokidar "^3.5.3"
Expand All @@ -7816,7 +7817,6 @@ [email protected]:
less "^4.1.2"
ora "^5.1.0"
postcss "^8.4.8"
postcss-preset-env "^7.4.2"
postcss-url "^10.1.3"
rollup "^2.70.0"
rollup-plugin-sourcemaps "^0.6.3"
Expand Down Expand Up @@ -8839,7 +8839,7 @@ postcss-place@^7.0.5:
dependencies:
postcss-value-parser "^4.2.0"

[email protected], postcss-preset-env@^7.4.2:
[email protected]:
version "7.8.0"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.8.0.tgz#5bd3ad53b2ef02edd41645d1ffee1ff8a49f24e5"
integrity sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==
Expand Down Expand Up @@ -9113,10 +9113,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

[email protected].2:
version "17.1.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-17.1.2.tgz#1e8ea8b0eee0e6afc5d95e2db6ae828a51ad63c9"
integrity sha512-xgFOxUl4hRjwQpODZSeJlE/rUzi8OmHtc3T4ir4CRYGzVmaTVHAl8VGpI0ooy752u2DFeMxvQdHmxNnLqPImIg==
[email protected].3:
version "17.1.3"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-17.1.3.tgz#2814cf221925e19c681c69aa97401a68b30240c9"
integrity sha512-tVtvNSOOqlq75rUgwLeDAEQoLIiBqmRg0/zedpI6fuqIocIkuxG23A7FIl1oVSkuSMMLgcOP5kVhNETmsmjvPw==
dependencies:
cross-fetch "3.1.5"
debug "4.3.4"
Expand Down

0 comments on commit 3be0f5f

Please sign in to comment.