Skip to content

Commit

Permalink
Merge pull request #7551 from ministryofjustice/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/govuk-frontend-5.7.1

Bump govuk-frontend from 5.6.0 to 5.7.1
  • Loading branch information
mpw5 authored Jan 7, 2025
2 parents 913e4c7 + 1944be7 commit e1f6cbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ module.exports = {
]
},
{
test: /\.(png)$/i,
test: /\.(png|svg)$/i,
type: 'asset/resource'
},
{
test: /\.(woff|woff2|ttf)$/i,
type: 'asset/resource'
},
{
test: /\.(svg|ico)$/,
test: /\.(ico)$/,
loader: 'file-loader',
options: {
name: '[name].[ext]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"datatables.net-select": "2.1.0",
"dropzone": "^5.9.3",
"file-loader": "^6.2.0",
"govuk-frontend": "^5.6.0",
"govuk-frontend": "^5.7.1",
"jquery": "^3.7.1",
"jquery-accessible-accordion-aria": "^2.6.1",
"jquery-datatables-checkboxes": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2940,10 +2940,10 @@ gopd@^1.0.1, gopd@^1.2.0:
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==

govuk-frontend@^5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.6.0.tgz#8c0975f0d825ec7192bcfe64e3e97ef3dfa7dea1"
integrity sha512-yNA4bL7i7mNrg36wPNZ3RctHo9mjl82Phs8MWs1lwovxJuQ4ogEo/XWn2uB1HxkXNqgMlW4wnd0iiKgRMfxYfw==
govuk-frontend@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.7.1.tgz#d4c561ebf8c0b76130f31df8c2e4d70d340cd63f"
integrity sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg==

graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4:
version "4.2.11"
Expand Down

0 comments on commit e1f6cbf

Please sign in to comment.