Skip to content

Commit

Permalink
patch level upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Sep 10, 2024
1 parent e9f502a commit 050103b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"lint:scss": "stylelint \"**/*.scss\""
},
"dependencies": {
"@hmlr/frontend": "1.3.0",
"@metalsmith/markdown": "^1.9.0",
"@hmlr/frontend": "1.3.1",
"@metalsmith/markdown": "^1.9.2",
"@metalsmith/postcss": "^5.2.0",
"acorn": "^6.4.1",
"autoprefixer": "^10.4.13",
"acorn": "^6.4.2",
"autoprefixer": "^10.4.20",
"clipboard": "^2.0.11",
"connect": "^3.7.0",
"eslint": "^5.16.0",
"govuk-frontend": "^4.5.0",
"gray-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"html5shiv": "^3.7.3",
"lunr": "^2.3.9",
Expand All @@ -42,46 +42,46 @@
"slugger": "^1.0.1"
},
"devDependencies": {
"@axe-core/puppeteer": "^4.6.0",
"@axe-core/puppeteer": "^4.6.1",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@metalsmith/in-place": "^4.6.0",
"@metalsmith/layouts": "^2.6.0",
"@metalsmith/permalinks": "^2.5.1",
"@metalsmith/sass": "^1.3.0",
"accessible-autocomplete": "^2.0.4",
"browser-sync": "2.27.11",
"browser-sync": "2.27.12",
"eslint": "^8.34.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"glob": "^8.1.0",
"iframe-resizer": "3.5.15",
"iframe-resizer": "3.5.16",
"jest": "^29.4.3",
"jest-axe": "^7.0.0",
"jest-axe": "^7.0.1",
"jest-environment-jsdom": "^29.4.3",
"jest-puppeteer": "^6.2.0",
"js-beautify": "^1.14.7",
"js-beautify": "^1.14.11",
"jstransformer-nunjucks": "^1.1.0",
"marked": "^4.2.12",
"metalsmith": "^2.5.1",
"metalsmith-broken-link-checker": "^1.0.2",
"metalsmith-canonical": "^1.2.0",
"metalsmith-env": "^2.2.0",
"metalsmith-renamer": "^0.5.217",
"nunjucks": "^3.2.2",
"nunjucks": "^3.2.4",
"outdent": "^0.8.0",
"puppeteer": "^18.2.1",
"rollup": "0.59.4",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"sitemap": "^7.1.1",
"sitemap": "^7.1.2",
"slash": "^3.0.0",
"standard": "^17.0.0",
"stylelint": "^14.16.1",
"stylelint-config-gds": "^0.2.0",
"stylelint-order": "^6.0.2",
"terser": "^5.16.3"
"stylelint-order": "^6.0.4",
"terser": "^5.16.9"
},
"engines": {
"node": "^18.12.0",
Expand Down

0 comments on commit 050103b

Please sign in to comment.