diff --git a/.idea/rails-starter.iml b/.idea/rails-starter.iml index 07a4922..ee5200a 100644 --- a/.idea/rails-starter.iml +++ b/.idea/rails-starter.iml @@ -66,7 +66,7 @@ - + @@ -83,13 +83,13 @@ - + - + - + @@ -98,7 +98,7 @@ - + @@ -119,7 +119,7 @@ - + @@ -138,11 +138,11 @@ - + - + - + @@ -150,11 +150,11 @@ - + - + @@ -162,7 +162,7 @@ - + diff --git a/Gemfile.lock b/Gemfile.lock index f6104d0..9578d56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,13 +160,13 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.8.0) - irb (1.14.2) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.9.0) + json (2.9.1) json-jwt (1.16.7) activesupport (>= 4.2) aes_key_wrap @@ -176,7 +176,7 @@ GEM faraday-follow_redirects language_server-protocol (3.17.0.3) lint_roller (1.1.0) - logger (1.6.3) + logger (1.6.4) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -317,7 +317,7 @@ GEM rake (13.2.1) rbs (3.7.0) logger - rdoc (6.9.1) + rdoc (6.10.0) psych (>= 4.0.0) regexp_parser (2.9.3) reline (0.6.0) diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index d2fbaba..1ca221d 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -277,8 +277,8 @@ "call-bind-apply-helpers@^1.0.1": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz#32e5892e6361b29b0b545ba6f7763378daca2840", "call-bound@^1.0.2": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.3.tgz#41cfd032b593e39176a71533ab4f384aa04fd681", "caniuse-api@^3.0.0": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0", - "caniuse-lite@^1.0.0": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz#67ca960dd5f443903e19949aeacc9d28f6e10910", - "caniuse-lite@^1.0.30001688": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz#67ca960dd5f443903e19949aeacc9d28f6e10910", + "caniuse-lite@^1.0.0": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz#f2d15e3aaf8e18f76b2b8c1481abde063b8104c8", + "caniuse-lite@^1.0.30001688": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz#f2d15e3aaf8e18f76b2b8c1481abde063b8104c8", "chalk@^4.0.0": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01", "chalk@^4.1.2": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01", "chart.js@^3.9.1": "https://registry.npmmirror.com/chart.js/-/chart.js-3.9.1.tgz#3abf2c775169c4c71217a107163ac708515924b8", diff --git a/yarn.lock b/yarn.lock index 516e1f2..074b31d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1531,9 +1531,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001688: - version "1.0.30001689" - resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz#67ca960dd5f443903e19949aeacc9d28f6e10910" - integrity sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g== + version "1.0.30001690" + resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz#f2d15e3aaf8e18f76b2b8c1481abde063b8104c8" + integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w== chalk@^4.0.0, chalk@^4.1.2: version "4.1.2"