Skip to content

Commit cf2255a

Browse files
authored
Merge pull request #1335 from Crown-Commercial-Service/dependabot/bun/frontend-8dfd712cc9
build(deps): bump govuk-frontend from 5.13.0 to 5.14.0 in the frontend group
2 parents 4f43e74 + fc1ff3a commit cf2255a

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Update GOV.UK Frontend and CCS Frontend ([PR 1335](https://github.com/Crown-Commercial-Service/pmp-idam/pull/1335))
13+
1014
## [3.2.1] - 2026-01-05
1115

1216
### Security

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gem 'aws-sdk-ssm', '~> 1.210.0'
5858
gem 'rack-attack', '~> 6.8.0'
5959

6060
# GOV.UK Frontend helpers
61-
gem 'ccs-frontend_helpers', '~> 3.3.0'
61+
gem 'ccs-frontend_helpers', '~> 3.4.0'
6262

6363
group :development, :test do
6464
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
racc
119119
builder (3.3.0)
120120
byebug (12.0.0)
121-
ccs-frontend_helpers (3.3.0)
121+
ccs-frontend_helpers (3.4.0)
122122
rails (>= 7.2)
123123
concurrent-ruby (1.3.6)
124124
connection_pool (3.0.2)
@@ -442,7 +442,7 @@ DEPENDENCIES
442442
brakeman (~> 7.1.2)
443443
byebug (~> 12.0.0)
444444
canonical-rails!
445-
ccs-frontend_helpers (~> 3.3.0)
445+
ccs-frontend_helpers (~> 3.4.0)
446446
cssbundling-rails (~> 1.4)
447447
csv (~> 3.3.5)
448448
dotenv-rails (~> 3.2.0)

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@types/node": "^25.0.9",
99
"@types/rails__request.js": "^0.0.1",
1010
"accessible-autocomplete": "^3.0.1",
11-
"ccs-frontend": "^2.3.0",
12-
"govuk-frontend": "^5.13.0",
13-
"jquery": "^3.7.1",
11+
"ccs-frontend": "^2.4.0",
12+
"govuk-frontend": "^5.14.0",
13+
"jquery": "^4.0.0",
1414
"js-cookie": "^3.0.5",
1515
"sass": "^1.97.2",
1616
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)