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 Dec 1, 2023
1 parent 442d7bc commit 1c32c19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.79",
"quicktype-core": "23.0.80",
"resolve-url-loader": "5.0.0",
"rollup": "~4.6.0",
"rollup-plugin-sourcemaps": "^0.6.0",
Expand All @@ -207,7 +207,7 @@
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.3.2",
"undici": "5.28.1",
"undici": "5.28.2",
"verdaccio": "5.27.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "5.28.1",
"undici": "5.28.2",
"vite": "5.0.4",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10676,10 +10676,10 @@ quick-format-unescaped@^4.0.3:
resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7"
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==

quicktype-core@23.0.79:
version "23.0.79"
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.79.tgz#e5c6faa6bb0b8c51545d1716b18ad1d8cdd72bee"
integrity sha512-Auzy8AhorFt6YGeB53/dzUSINmKKassAyCsr2wpNgG9XoC3i6oUoLuySNUzYIkyCFCGmKdBRBQeyAqPOVteoYw==
quicktype-core@23.0.80:
version "23.0.80"
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.80.tgz#d9114cb862e03046599eb5f0f44b01b9aaafccd4"
integrity sha512-dd+aJRzAl3MzkaXJMjUu0j60y82gwX/RRr3EvW/aScQKycvkgwliNDN2tIiLB06EKBzjgC9mtlMqKyRg2rYKhQ==
dependencies:
"@glideapps/ts-necessities" "2.1.3"
"@types/urijs" "^1.19.19"
Expand Down Expand Up @@ -12322,10 +12322,10 @@ undici@5.27.2:
dependencies:
"@fastify/busboy" "^2.0.0"

undici@5.28.1:
version "5.28.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.1.tgz#1052d37bd1a2e8cf3e188d7caebff833fdc06fa7"
integrity sha512-xcIIvj1LOQH9zAL54iWFkuDEaIVEjLrru7qRpa3GrEEHk6OBhb/LycuUY2m7VCcTuDeLziXCxobQVyKExyGeIA==
undici@5.28.2:
version "5.28.2"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.2.tgz#fea200eac65fc7ecaff80a023d1a0543423b4c91"
integrity sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down

0 comments on commit 1c32c19

Please sign in to comment.