Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit b0ea8f9

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 0093528)
1 parent 5f00acf commit b0ea8f9

File tree

6 files changed

+71
-65
lines changed

6 files changed

+71
-65
lines changed

integration/common-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/jasmine": "file:../../node_modules/@types/jasmine",
4646
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
4747
"concurrently": "7.5.0",
48-
"jasmine-core": "4.4.0",
48+
"jasmine-core": "4.5.0",
4949
"jasmine-spec-reporter": "7.0.0",
5050
"protractor": "file:../../node_modules/protractor",
5151
"ts-node": "10.9.1",

integration/express-engine-ivy-hybrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/jasmine": "file:../../node_modules/@types/jasmine",
4848
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
4949
"concurrently": "7.5.0",
50-
"jasmine-core": "4.4.0",
50+
"jasmine-core": "4.5.0",
5151
"jasmine-spec-reporter": "7.0.0",
5252
"protractor": "file:../../node_modules/protractor",
5353
"ts-node": "10.9.1",

integration/express-engine-ivy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/jasmine": "file:../../node_modules/@types/jasmine",
4646
"@nguniversal/builders": "file:../../dist/modules-dist/builders",
4747
"concurrently": "7.5.0",
48-
"jasmine-core": "4.4.0",
48+
"jasmine-core": "4.5.0",
4949
"jasmine-spec-reporter": "7.0.0",
5050
"protractor": "file:../../node_modules/protractor",
5151
"ts-node": "10.9.1",

modules/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"critters": "0.0.16",
19-
"jsdom": "20.0.1",
19+
"jsdom": "20.0.2",
2020
"tslib": "TSLIB_VERSION"
2121
},
2222
"peerDependencies": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
"@types/jasmine": "^4.0.0",
6969
"@types/jsdom": "^20.0.0",
7070
"@types/node": "^14.15.0",
71-
"@typescript-eslint/eslint-plugin": "5.41.0",
72-
"@typescript-eslint/parser": "5.41.0",
71+
"@typescript-eslint/eslint-plugin": "5.42.0",
72+
"@typescript-eslint/parser": "5.42.0",
7373
"browser-sync": "^2.26.7",
7474
"critters": "0.0.16",
7575
"cross-env": "^7.0.3",
7676
"domino": "^2.1.2",
7777
"esbuild": "^0.15.0",
78-
"eslint": "8.26.0",
78+
"eslint": "8.27.0",
7979
"eslint-config-prettier": "8.5.0",
8080
"eslint-plugin-header": "3.1.1",
8181
"eslint-plugin-import": "2.26.0",
@@ -84,7 +84,7 @@
8484
"http-proxy-middleware": "^2.0.0",
8585
"jasmine": "^4.0.0",
8686
"jasmine-core": "^4.0.0",
87-
"jsdom": "20.0.1",
87+
"jsdom": "20.0.2",
8888
"minimatch": "^5.0.0",
8989
"node-fetch": "^2.6.1",
9090
"ora": "^5.1.0",

yarn.lock

Lines changed: 63 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,86 +2114,87 @@
21142114
dependencies:
21152115
"@types/yargs-parser" "*"
21162116

2117-
"@typescript-eslint/eslint-plugin@5.41.0":
2118-
version "5.41.0"
2119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
2120-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
2121-
dependencies:
2122-
"@typescript-eslint/scope-manager" "5.41.0"
2123-
"@typescript-eslint/type-utils" "5.41.0"
2124-
"@typescript-eslint/utils" "5.41.0"
2117+
"@typescript-eslint/eslint-plugin@5.42.0":
2118+
version "5.42.0"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
2120+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
2121+
dependencies:
2122+
"@typescript-eslint/scope-manager" "5.42.0"
2123+
"@typescript-eslint/type-utils" "5.42.0"
2124+
"@typescript-eslint/utils" "5.42.0"
21252125
debug "^4.3.4"
21262126
ignore "^5.2.0"
2127+
natural-compare-lite "^1.4.0"
21272128
regexpp "^3.2.0"
21282129
semver "^7.3.7"
21292130
tsutils "^3.21.0"
21302131

2131-
"@typescript-eslint/parser@5.41.0":
2132-
version "5.41.0"
2133-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
2134-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
2132+
"@typescript-eslint/parser@5.42.0":
2133+
version "5.42.0"
2134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
2135+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
21352136
dependencies:
2136-
"@typescript-eslint/scope-manager" "5.41.0"
2137-
"@typescript-eslint/types" "5.41.0"
2138-
"@typescript-eslint/typescript-estree" "5.41.0"
2137+
"@typescript-eslint/scope-manager" "5.42.0"
2138+
"@typescript-eslint/types" "5.42.0"
2139+
"@typescript-eslint/typescript-estree" "5.42.0"
21392140
debug "^4.3.4"
21402141

2141-
"@typescript-eslint/scope-manager@5.41.0":
2142-
version "5.41.0"
2143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
2144-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
2142+
"@typescript-eslint/scope-manager@5.42.0":
2143+
version "5.42.0"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
2145+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
21452146
dependencies:
2146-
"@typescript-eslint/types" "5.41.0"
2147-
"@typescript-eslint/visitor-keys" "5.41.0"
2147+
"@typescript-eslint/types" "5.42.0"
2148+
"@typescript-eslint/visitor-keys" "5.42.0"
21482149

2149-
"@typescript-eslint/type-utils@5.41.0":
2150-
version "5.41.0"
2151-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
2152-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
2150+
"@typescript-eslint/type-utils@5.42.0":
2151+
version "5.42.0"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
2153+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
21532154
dependencies:
2154-
"@typescript-eslint/typescript-estree" "5.41.0"
2155-
"@typescript-eslint/utils" "5.41.0"
2155+
"@typescript-eslint/typescript-estree" "5.42.0"
2156+
"@typescript-eslint/utils" "5.42.0"
21562157
debug "^4.3.4"
21572158
tsutils "^3.21.0"
21582159

2159-
"@typescript-eslint/types@5.41.0":
2160-
version "5.41.0"
2161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
2162-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
2160+
"@typescript-eslint/types@5.42.0":
2161+
version "5.42.0"
2162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
2163+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
21632164

2164-
"@typescript-eslint/typescript-estree@5.41.0":
2165-
version "5.41.0"
2166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
2167-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
2165+
"@typescript-eslint/typescript-estree@5.42.0":
2166+
version "5.42.0"
2167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
2168+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
21682169
dependencies:
2169-
"@typescript-eslint/types" "5.41.0"
2170-
"@typescript-eslint/visitor-keys" "5.41.0"
2170+
"@typescript-eslint/types" "5.42.0"
2171+
"@typescript-eslint/visitor-keys" "5.42.0"
21712172
debug "^4.3.4"
21722173
globby "^11.1.0"
21732174
is-glob "^4.0.3"
21742175
semver "^7.3.7"
21752176
tsutils "^3.21.0"
21762177

2177-
"@typescript-eslint/utils@5.41.0":
2178-
version "5.41.0"
2179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
2180-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
2178+
"@typescript-eslint/utils@5.42.0":
2179+
version "5.42.0"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
2181+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
21812182
dependencies:
21822183
"@types/json-schema" "^7.0.9"
21832184
"@types/semver" "^7.3.12"
2184-
"@typescript-eslint/scope-manager" "5.41.0"
2185-
"@typescript-eslint/types" "5.41.0"
2186-
"@typescript-eslint/typescript-estree" "5.41.0"
2185+
"@typescript-eslint/scope-manager" "5.42.0"
2186+
"@typescript-eslint/types" "5.42.0"
2187+
"@typescript-eslint/typescript-estree" "5.42.0"
21872188
eslint-scope "^5.1.1"
21882189
eslint-utils "^3.0.0"
21892190
semver "^7.3.7"
21902191

2191-
"@typescript-eslint/visitor-keys@5.41.0":
2192-
version "5.41.0"
2193-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
2194-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
2192+
"@typescript-eslint/visitor-keys@5.42.0":
2193+
version "5.42.0"
2194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
2195+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
21952196
dependencies:
2196-
"@typescript-eslint/types" "5.41.0"
2197+
"@typescript-eslint/types" "5.42.0"
21972198
eslint-visitor-keys "^3.3.0"
21982199

21992200
"@webassemblyjs/[email protected]":
@@ -4170,10 +4171,10 @@ eslint-visitor-keys@^3.3.0:
41704171
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
41714172
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
41724173

4173-
eslint@8.26.0:
4174-
version "8.26.0"
4175-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
4176-
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
4174+
eslint@8.27.0:
4175+
version "8.27.0"
4176+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
4177+
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
41774178
dependencies:
41784179
"@eslint/eslintrc" "^1.3.3"
41794180
"@humanwhocodes/config-array" "^0.11.6"
@@ -5569,10 +5570,10 @@ jsbn@~0.1.0:
55695570
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
55705571
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
55715572

5572-
5573-
version "20.0.1"
5574-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.1.tgz#d95b4a3b6e1eec6520aa01d9d908eade8c6ba153"
5575-
integrity sha512-pksjj7Rqoa+wdpkKcLzQRHhJCEE42qQhl/xLMUKHgoSejaKOdaXEAnqs6uDNwMl/fciHTzKeR8Wm8cw7N+g98A==
5573+
5574+
version "20.0.2"
5575+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.2.tgz#65ccbed81d5e877c433f353c58bb91ff374127db"
5576+
integrity sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==
55765577
dependencies:
55775578
abab "^2.0.6"
55785579
acorn "^8.8.0"
@@ -6199,6 +6200,11 @@ nanoid@^3.3.4:
61996200
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
62006201
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
62016202

6203+
natural-compare-lite@^1.4.0:
6204+
version "1.4.0"
6205+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6206+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6207+
62026208
natural-compare@^1.4.0:
62036209
version "1.4.0"
62046210
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)