Skip to content

Commit

Permalink
build: update dependency quicktype-core to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Jan 25, 2023
1 parent 89ab299 commit fca2d0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "20.0.15",
"quicktype-core": "21.0.4",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.57.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4316,10 +4316,10 @@ braces@^3.0.2, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

browser-or-node@^1.2.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/browser-or-node/-/browser-or-node-1.3.0.tgz#f2a4e8568f60263050a6714b2cc236bb976647a7"
integrity sha512-0F2z/VSnLbmEeBcUrSuDH5l0HxTXdQQzLjkmBR4cYfvg1zJrKSlmIZFqyFR8oX0NrwPhy3c3HQ6i3OxMbew4Tg==
browser-or-node@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/browser-or-node/-/browser-or-node-2.1.1.tgz#738790b3a86a8fc020193fa581273fbe65eaea0f"
integrity sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==

browser-sync-client@^2.27.11:
version "2.27.11"
Expand Down Expand Up @@ -9268,10 +9268,10 @@ pkginfo@0.4.1:
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
integrity sha512-8xCNE/aT/EXKenuMDZ+xTVwkT8gsoHN2z/Q29l80u0ppGEXVvsKRzNMbtKhg8LS8k1tJLAHHylf6p4VFmP6XUQ==

pluralize@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
integrity sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==
pluralize@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==

popper.js@^1.14.1:
version "1.16.1"
Expand Down Expand Up @@ -9605,21 +9605,21 @@ 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@20.0.15:
version "20.0.15"
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-20.0.15.tgz#945c386449573559d45adeac5c6df1485c0ef06f"
integrity sha512-Y3mQKjV5+gF9H9i24QRS4i8GHsiwBfca/lYja0VKpf/JuFjG9Gy6J1wVGTXmZWOE83ds19VQnqQ8ehopTYIUbA==
quicktype-core@21.0.4:
version "21.0.4"
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-21.0.4.tgz#df4c8920ac27b9a5a53ca54c9d388e8b1c80d2b6"
integrity sha512-JJiJ8dzBTh/l/gTNnVwKFx0g2A0CfLNzXlUxTHjdvyldXi/Jjckr+Z04calGXxlG8KunpE4G5vV+EtuFjoTIPQ==
dependencies:
"@glideapps/ts-necessities" "2.1.2"
"@types/urijs" "^1.19.19"
browser-or-node "^1.2.1"
browser-or-node "^2.1.1"
collection-utils "^1.0.1"
cross-fetch "^3.1.5"
is-url "^1.2.4"
js-base64 "^2.4.3"
lodash "^4.17.21"
pako "^1.0.6"
pluralize "^7.0.0"
pluralize "^8.0.0"
readable-stream "4.3.0"
unicode-properties "^1.4.1"
urijs "^1.19.1"
Expand Down

0 comments on commit fca2d0f

Please sign in to comment.