From 7369b8e4dbb94cac91160f94a2dd1a5197744372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:27:34 +0000 Subject: [PATCH] Bump the npm group with 2 updates Bumps the npm group with 2 updates: [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) and [sass](https://github.com/sass/dart-sass). Updates `@ministryofjustice/frontend` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/ministryofjustice/moj-frontend/releases) - [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md) - [Commits](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.2...v3.0.3) Updates `sass` from 1.80.7 to 1.81.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.80.7...1.81.0) --- updated-dependencies: - dependency-name: "@ministryofjustice/frontend" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d82123b15..a147baa9a 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "dependencies": { "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "8.0.12", - "@ministryofjustice/frontend": "^3.0.2", + "@ministryofjustice/frontend": "^3.0.3", "decimal.js": "^10.4.3", "esbuild": "^0.24.0", "govuk-frontend": "^5.7.1", "jquery": "^3.6.0", - "sass": "^1.80.7" + "sass": "^1.81.0" }, "resolutions": { "braces": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index eebe023b5..2ce51a41c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1057,10 +1057,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@ministryofjustice/frontend@^3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-3.0.2.tgz#ce95924bb18f90f7fd46c75248b73860e6ee4a51" - integrity sha512-sEt5LjjeAN4FgBasz19AASLjRNEVKnocXrHm350wtQSGcnkK+8LuMRZ0VBESItgcaN/0XeO/kpd9S4PQ5Dkv7Q== +"@ministryofjustice/frontend@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@ministryofjustice/frontend/-/frontend-3.0.3.tgz#553a9539480806d85752c89fd9c6364f3f878149" + integrity sha512-E1fOweiM/KGR1uct7trvoWQDkZSmSK2uTyL0g+x5q6tFapy/hNMOgzsqwjhhdxSQUjDB3rSKXDub3b+QozEkCA== dependencies: govuk-frontend "^5.0.0" moment "^2.27.0" @@ -1993,10 +1993,10 @@ resolve@^1.14.2: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.80.7: - version "1.80.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.7.tgz#7569334c39220f8ca62fcea38dce60f809ba345c" - integrity sha512-MVWvN0u5meytrSjsU7AWsbhoXi1sc58zADXFllfZzbsBT1GHjjar6JwBINYPRrkx/zqnQ6uqbQuHgE95O+C+eQ== +sass@^1.81.0: + version "1.81.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.81.0.tgz#a9010c0599867909dfdbad057e4a6fbdd5eec941" + integrity sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA== dependencies: chokidar "^4.0.0" immutable "^5.0.2"