Skip to content

Commit

Permalink
update angular
Browse files Browse the repository at this point in the history
from a shell script
  • Loading branch information
teamkushal committed Nov 18, 2021
1 parent 4c0847d commit 1a303df
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 62 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.2",
"@angular/cli": "~13.0.2",
"@angular-devkit/build-angular": "~13.0.3",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
Expand Down
122 changes: 62 additions & 60 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"@jridgewell/resolve-uri" "1.0.0"
sourcemap-codec "1.4.8"

"@angular-devkit/architect@0.1300.2":
version "0.1300.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1300.2.tgz#3de9c667d2a83e0e40056daf7dc0c27f4d3dddb1"
integrity sha512-cCTPFKZlR+Szt+X/l/eo4KBYnRba2NiCpFNPVsujitm7JqCXkjab7NDlf+2XMVD8vZl/kR1hfyF6O9ywYmhEFA==
"@angular-devkit/architect@0.1300.3":
version "0.1300.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1300.3.tgz#8d74a0f3cc3a0e4ecb0c6723e13fc0fee4790363"
integrity sha512-XY3sjRLk06Q+uAU0BePuIWcK1n3Jr0ksNV0ACNAct+MnI3QFfPPaYA/Tdhp9uWobuZ4lUrL0drc2uppNu0wKmA==
dependencies:
"@angular-devkit/core" "13.0.2"
"@angular-devkit/core" "13.0.3"
rxjs "6.6.7"

"@angular-devkit/build-angular@~13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-13.0.2.tgz#a181dddf88269918eacf5285c91302646f30b5e9"
integrity sha512-BIxRt+kgl2hrJOGzttMdhIm0P4inErZh9/aJyz6nOKa3XgsS7cDzEwph7TJqHTuEP4n+orl8hpbZOuxCUCvdVA==
"@angular-devkit/build-angular@~13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-13.0.3.tgz#763db8882ff86612462a2b6bcdf441ba8e4b29a5"
integrity sha512-5KFsknpnq3mc0KwcIDjvmqB3trz5cMt48dB0nrc23zkFI9v4hkpalc/OEg/H3G93K0c9g6dcyxmHkNfsU1+CHw==
dependencies:
"@ampproject/remapping" "1.0.1"
"@angular-devkit/architect" "0.1300.2"
"@angular-devkit/build-webpack" "0.1300.2"
"@angular-devkit/core" "13.0.2"
"@angular-devkit/architect" "0.1300.3"
"@angular-devkit/build-webpack" "0.1300.3"
"@angular-devkit/core" "13.0.3"
"@babel/core" "7.15.8"
"@babel/generator" "7.15.8"
"@babel/helper-annotate-as-pure" "7.15.4"
Expand All @@ -37,7 +37,7 @@
"@babel/runtime" "7.15.4"
"@babel/template" "7.15.4"
"@discoveryjs/json-ext" "0.5.5"
"@ngtools/webpack" "13.0.2"
"@ngtools/webpack" "13.0.3"
ansi-colors "4.1.1"
babel-loader "8.2.3"
babel-plugin-istanbul "6.1.1"
Expand All @@ -56,7 +56,7 @@
karma-source-map-support "1.4.0"
less "4.1.2"
less-loader "10.2.0"
license-webpack-plugin "3.0.0"
license-webpack-plugin "4.0.0"
loader-utils "3.0.0"
mini-css-extract-plugin "2.4.3"
minimatch "3.0.4"
Expand All @@ -82,26 +82,26 @@
text-table "0.2.0"
tree-kill "1.2.2"
tslib "2.3.1"
webpack "5.60.0"
webpack "5.64.1"
webpack-dev-middleware "5.2.1"
webpack-dev-server "4.4.0"
webpack-merge "5.8.0"
webpack-subresource-integrity "5.0.0"
optionalDependencies:
esbuild "0.13.12"

"@angular-devkit/build-webpack@0.1300.2":
version "0.1300.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1300.2.tgz#500027fb674560798adc284aa92714117ab2776c"
integrity sha512-cl5L7VwbLlpCnaiIIcS6vOdOdDPWReN7Yhl9HIEazFNZ1MCq9lOkLWmF8cvCwmbX7hv5uibeJmHhRXiihkAwOA==
"@angular-devkit/build-webpack@0.1300.3":
version "0.1300.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1300.3.tgz#c0464b6c0d5d09cdd613ed17173a7f3822da1aa3"
integrity sha512-3DNo8575FFPMqJaVMXxrIduWkrcKm5zYSCvkMOmzHLp+gx+RXQiwnoXfVJpukcE/jwK/4SWyRE8Tw75sfPJ71A==
dependencies:
"@angular-devkit/architect" "0.1300.2"
"@angular-devkit/architect" "0.1300.3"
rxjs "6.6.7"

"@angular-devkit/core@13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-13.0.2.tgz#1ef92388464ca86d22b21c6ebcb9fc3b6a16c374"
integrity sha512-I4co4GH+iu0tns+UXfMtjJISO+cLpaUuiEH6kf0wF5cqjaIeluA9UjIRnxuNbdTW8iE2xVj/UWhQfHe/Ncp76w==
"@angular-devkit/core@13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-13.0.3.tgz#05911ab964f8cbd5cade9bd48215424836ab9c87"
integrity sha512-5yTYW6m4pkDPSYNxThm+47h+UZ6XVEfdfsXR3o+WlRG0hc18EuQ+sXZkzhvZrk5KMLlXFex4eO40RPq2vvWS/w==
dependencies:
ajv "8.6.3"
ajv-formats "2.1.1"
Expand All @@ -110,12 +110,12 @@
rxjs "6.6.7"
source-map "0.7.3"

"@angular-devkit/schematics@13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.0.2.tgz#975e5e1494261d5efac2848f42e83c7cc25a32ed"
integrity sha512-qrTe1teQptgP8gmVy6QX0T4dNfnNipEv+cM2cr7JXOmkPpwF+6oBDrTRIJ55t6rziqrXHJ3rxjKm1aHAxFrIEQ==
"@angular-devkit/schematics@13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.0.3.tgz#255895e10c2b025df8ee4ff93428cb2249ae5fc0"
integrity sha512-+Va1E0zJBCg5jqSfITusghoMJgPAwlU+WUs49fuGVCzfJPwfSjTKSrsbhanahMd27+Ys3rovGZq0F2JUdL801A==
dependencies:
"@angular-devkit/core" "13.0.2"
"@angular-devkit/core" "13.0.3"
jsonc-parser "3.0.0"
magic-string "0.25.7"
ora "5.4.1"
Expand All @@ -137,15 +137,15 @@
optionalDependencies:
parse5 "^5.0.0"

"@angular/cli@~13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-13.0.2.tgz#b3a922adae67ce5f0584df5bbee3195a902e7b20"
integrity sha512-eFEVZR56q1zCCBfp7e7sqmrqbHhdDd/1QGv9FYD+2HoC1VHYQf5w+NyWofQhx7a+tnGGqoR28LYzSsL7fFW8pw==
"@angular/cli@~13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-13.0.3.tgz#7d357a80dc612421115b1288291ce6278720d0a4"
integrity sha512-LDXDXDbQ1MBHVUstu4aNjFbyg5f9hLP52gEKB8Z6fQlf5CB1X5zD6UPcR4IvoYt03EFxg3DHco+ueJQ20oZUWQ==
dependencies:
"@angular-devkit/architect" "0.1300.2"
"@angular-devkit/core" "13.0.2"
"@angular-devkit/schematics" "13.0.2"
"@schematics/angular" "13.0.2"
"@angular-devkit/architect" "0.1300.3"
"@angular-devkit/core" "13.0.3"
"@angular-devkit/schematics" "13.0.3"
"@schematics/angular" "13.0.3"
"@yarnpkg/lockfile" "1.1.0"
ansi-colors "4.1.1"
debug "4.3.2"
Expand Down Expand Up @@ -1865,10 +1865,10 @@
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-1.0.0.tgz#3fdf5798f0b49e90155896f6291df186eac06c83"
integrity sha512-9oLAnygRMi8Q5QkYEU4XWK04B+nuoXoxjRvRxgjuChkLZFBja0YPSgdZ7dZtwhncLBcQe/I/E+fLuk5qxcYVJA==

"@ngtools/webpack@13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-13.0.2.tgz#de663f51631bb873520ec1bbab12003de2ba2a99"
integrity sha512-eCtPydszVvKtkvL4HeDMvWC3IqTF/xZF6CTumMweRNInc6mTZiwwLwLDk8pg3xVp3ttZUOwV17BUnEs4/Q4qMA==
"@ngtools/webpack@13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-13.0.3.tgz#ec31dfa49dae79aeee68cc970fea6f5fd9ebc76d"
integrity sha512-sVi1Xk8pyy6Y6JODySucYfvuxb5k3IIX/oIWy8QxlFVzpeB2UMqEOevrgvtmiEbQNB1W+aYSTph6oeV+PRX5YA==

"@nodelib/fs.scandir@2.1.3":
version "2.1.3"
Expand Down Expand Up @@ -1950,13 +1950,13 @@
node-gyp "^8.2.0"
read-package-json-fast "^2.0.1"

"@schematics/angular@13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-13.0.2.tgz#82e2726ecadb61715214072896e12c5733c77595"
integrity sha512-qdzgd/CT6Y3U/98f/n66pnIMY5RuLW7WAmz+KQiuqaLgYWZNUbqYtAoxFI5ABTSKQoZSjjfescWL2R3XN9g3Xw==
"@schematics/angular@13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-13.0.3.tgz#08c5511b0e72a9934ac84545d3e49e05bd0dbf6c"
integrity sha512-qH6mnmGaDCuG1FM3vLdvSFDG394TeZO0ZvRDrw3iCYlX5Nkbz0Kvt0MPtWNZmlohwFhGlbXKVQiR++1dxa6eEA==
dependencies:
"@angular-devkit/core" "13.0.2"
"@angular-devkit/schematics" "13.0.2"
"@angular-devkit/core" "13.0.3"
"@angular-devkit/schematics" "13.0.3"
jsonc-parser "3.0.0"

"@tootallnate/once@1":
Expand Down Expand Up @@ -5329,10 +5329,12 @@ less@4.1.2:
needle "^2.5.2"
source-map "~0.6.0"

license-webpack-plugin@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-3.0.0.tgz#530fb297cee402cdf19a80f59e1c1ec1720dbc7e"
integrity sha512-Owp0mXaJu/09h9hvZTazMni/Ni7bjh4R4xIfLhWP1O2wrhhKtezAA8U42TTeNDpyDMUD2ljeGC8Jh9xSFnyq4Q==
license-webpack-plugin@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.0.tgz#11cf6ac96559f4a987cf55d3d2a33f295ae8f13b"
integrity sha512-b9iMrROrw2fTOJBZ57h0xJfT5/1Cxg4ucYbtpWoukv4Awb2TFPfDDFVHNM8w6SYQpVfB13a5tQJxgGamqwrsyw==
dependencies:
webpack-sources "^3.0.0"

lie@~3.3.0:
version "3.3.0"
Expand Down Expand Up @@ -8173,10 +8175,10 @@ webpack-merge@5.8.0:
clone-deep "^4.0.1"
wildcard "^2.0.0"

webpack-sources@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
webpack-sources@^3.0.0, webpack-sources@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==

webpack-subresource-integrity@5.0.0:
version "5.0.0"
Expand All @@ -8185,10 +8187,10 @@ webpack-subresource-integrity@5.0.0:
dependencies:
typed-assert "^1.0.8"

webpack@5.60.0:
version "5.60.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.60.0.tgz#9c26f38a57c9688b0a8c5c885e05197344eae67d"
integrity sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==
webpack@5.64.1:
version "5.64.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.1.tgz#fd59840c16f04fe315f2b2598a85026f12dfa1bb"
integrity sha512-b4FHmRgaaAjP+aVOVz41a9Qa5SmkUPQ+u8FntTQ1roPHahSComB6rXnLwc976VhUY4CqTaLu5mCswuHiNhOfVw==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"
Expand All @@ -8213,7 +8215,7 @@ webpack@5.60.0:
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.2.0"
webpack-sources "^3.2.0"
webpack-sources "^3.2.2"

websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
version "0.7.4"
Expand Down

0 comments on commit 1a303df

Please sign in to comment.