Skip to content

Commit

Permalink
Merge pull request #3304 from alphagov/dependabot/npm_and_yarn/expres…
Browse files Browse the repository at this point in the history
…s-validator-6.15.0
  • Loading branch information
romaricpascal authored Feb 21, 2023
2 parents d2db9fd + e8c92e9 commit 7a3df8e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 38 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/actions/install-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ runs:
with:
# Restore `node_modules` cache (unless packages change)
key: npm-install-cache-${{ runner.os }}-${{ hashFiles('package-lock.json', '**/package.json') }}
path: node_modules
path: |
node_modules
app/node_modules
docs/examples/*/node_modules
package/node_modules
- name: Setup Node.js
uses: ./.github/workflows/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-validator": "^6.14.3",
"express-validator": "^6.15.0",
"front-matter": "^4.0.2",
"glob": "^8.1.0",
"govuk_frontend_toolkit": "^9.0.1",
Expand Down
74 changes: 38 additions & 36 deletions package-lock.json

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

0 comments on commit 7a3df8e

Please sign in to comment.