Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 50a61d6 commit bd45877
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@types/d3": "7.4.2",
"d3": "7.8.5",
"fast-copy": "3.0.1",
"ml-matrix": "6.10.7",
"ml-matrix": "6.10.8",
"ngrx-store-localstorage": "16.0.0",
"ngx-logger": "5.0.12",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"yaml": "2.3.3",
"yaml": "2.3.4",
"zone.js": "0.14.2"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"@angular/compiler-cli": "16.2.12",
"@compodoc/compodoc": "1.1.22",
"@types/jasmine": "5.1.1",
"@types/node": "20.8.9",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "^8.39.0",
Expand Down
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3328,20 +3328,13 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@>=10.0.0":
"@types/node@*", "@types/node@20.8.10", "@types/node@>=10.0.0":
version "20.8.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
dependencies:
undici-types "~5.26.4"

"@types/node@20.8.9":
version "20.8.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
dependencies:
undici-types "~5.26.4"

"@types/qs@*":
version "6.9.9"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.9.tgz#66f7b26288f6799d279edf13da7ccd40d2fa9197"
Expand Down Expand Up @@ -8075,10 +8068,10 @@ ml-array-rescale@^1.3.7:
ml-array-max "^1.2.4"
ml-array-min "^1.2.3"

ml-matrix@6.10.7:
version "6.10.7"
resolved "https://registry.yarnpkg.com/ml-matrix/-/ml-matrix-6.10.7.tgz#e62f26bcfbf385396daf11d408621bc6a9545a8e"
integrity sha512-v0AciHOXnCEYz8Dq4r5TeA+BFyIabBwng9y/rFVF43mhh3Ho2jDhJ6UZ0IUPRiedmfNcJDmI1j7YFdY30mHAcQ==
ml-matrix@6.10.8:
version "6.10.8"
resolved "https://registry.yarnpkg.com/ml-matrix/-/ml-matrix-6.10.8.tgz#47adc9d289558c34ef435ad030932a4ea16c56f7"
integrity sha512-AOWniClvQMbGx2V0mqzOScINLe+PjAjpjTN3zYRG7gV5Zp29fu9b2E0PfTdnupN03USOQMvkjT9/8yB4hEEahg==
dependencies:
is-any-array "^2.0.1"
ml-array-rescale "^1.3.7"
Expand Down Expand Up @@ -10848,10 +10841,10 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==
yaml@2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==

yargs-parser@21.1.1, yargs-parser@^21.1.1:
version "21.1.1"
Expand Down

0 comments on commit bd45877

Please sign in to comment.