diff --git a/samples/weather-forecast/package.json b/samples/weather-forecast/package.json index 0acadda..807cc40 100644 --- a/samples/weather-forecast/package.json +++ b/samples/weather-forecast/package.json @@ -83,5 +83,8 @@ "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.0", "webpack-merge": "^6.0.1" + }, + "resolutions": { + "svgo/nth-check": ">=2.0.2" } } diff --git a/samples/weather-forecast/yarn.lock b/samples/weather-forecast/yarn.lock index d76860b..108e428 100644 --- a/samples/weather-forecast/yarn.lock +++ b/samples/weather-forecast/yarn.lock @@ -5995,6 +5995,13 @@ npm-run-path@^4.0.1: dependencies: path-key "^3.0.0" +nth-check@>=2.0.2, nth-check@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" + integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== + dependencies: + boolbase "^1.0.0" + nth-check@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" @@ -6002,13 +6009,6 @@ nth-check@^1.0.2: dependencies: boolbase "~1.0.0" -nth-check@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" - integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== - dependencies: - boolbase "^1.0.0" - nwsapi@^2.2.0: version "2.2.16" resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.16.tgz#177760bba02c351df1d2644e220c31dfec8cdb43"