Skip to content

Commit

Permalink
Build(deps): Bump angular-estree-parser from 2.5.0 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [angular-estree-parser](https://github.com/prettier/angular-estree-parser) from 2.5.0 to 3.0.3.
- [Release notes](https://github.com/prettier/angular-estree-parser/releases)
- [Changelog](https://github.com/prettier/angular-estree-parser/blob/main/CHANGELOG.md)
- [Commits](prettier/angular-estree-parser@v2.5.0...v3.0.3)

---
updated-dependencies:
- dependency-name: angular-estree-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2022
1 parent ca246af commit 0786d33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/typescript-estree": "5.30.0",
"acorn": "8.8.0",
"acorn-jsx": "5.3.2",
"angular-estree-parser": "2.5.1",
"angular-estree-parser": "3.0.3",
"angular-html-parser": "1.8.0",
"camelcase": "6.3.0",
"chalk": "5.0.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1910,13 +1910,13 @@ ajv@^6.10.0, ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

angular-estree-parser@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/angular-estree-parser/-/angular-estree-parser-2.5.1.tgz#a08791f64f1a9453ecb99be5379f7f282e46c6ca"
integrity sha512-QP+1HEp9sUV3/ADU02IRc+Vn9vvWZS2rRkxiXCpSpZZx3BqcYTm2Eg/gWwLG3H9XASXnf9i1KyNOIYyRy5Ja+w==
angular-estree-parser@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/angular-estree-parser/-/angular-estree-parser-3.0.3.tgz#e7518c1b2f17bf060258a4bbb17f27619e126ae3"
integrity sha512-S2bH8kdCfS6CWhg4Lb68UCCLt9Mcz8gx5jMDeGY+6iIxptP+SHK+9yGNpJpCMR9YaEpDDJrrTGgF6y6WdcFMHA==
dependencies:
lines-and-columns "^1.1.6"
tslib "^2.0.3"
lines-and-columns "^2.0.3"
tslib "^2.4.0"

[email protected]:
version "1.8.0"
Expand Down Expand Up @@ -4813,7 +4813,7 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

[email protected]:
[email protected], lines-and-columns@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b"
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
Expand Down Expand Up @@ -6415,10 +6415,10 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.3, tslib@^2.2.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
tslib@^2.2.0, tslib@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit 0786d33

Please sign in to comment.