From 35fc73bf90df0e16fb977c039efab95437fa519e Mon Sep 17 00:00:00 2001 From: Nathaniel Steers Date: Wed, 18 Dec 2024 17:48:53 +0000 Subject: [PATCH] [squash] include package changes :facepalm: --- package-lock.json | 17 +++++++++-------- package.json | 3 +-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 163b18154..87a3153a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@aws-crypto/decrypt-node": "^1.0.3", "@aws-crypto/raw-rsa-keyring-node": "^1.1.0", - "@govuk-pay/pay-js-commons": "^6.0.18", + "@govuk-pay/pay-js-commons": "^6.0.22", "@govuk-pay/pay-js-metrics": "^1.0.6", "@sentry/node": "7.119.2", "cert-info": "^1.5.1", @@ -19,7 +19,6 @@ "client-sessions": "0.8.x", "compression": "1.7.x", "credit-card-type": "6.3.x", - "csrf": "3.1.x", "express": "4.21.2", "express-rate-limit": "^7.1.4", "gaap-analytics": "^3.1.0", @@ -2124,11 +2123,12 @@ } }, "node_modules/@govuk-pay/pay-js-commons": { - "version": "6.0.18", - "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-6.0.18.tgz", - "integrity": "sha512-lWQByrDSjV8/AeSypkPSsYNdxejXWlBzIxOS/isbD3K2jkaB+ZurR1vWkVTnjSN9tED+rvqe9eBdEtMEtX3sBw==", + "version": "6.0.22", + "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-6.0.22.tgz", + "integrity": "sha512-b9Vt14mr/G+uSXK/1uWUQg73wrghRYA7vtNlpvW5WaMpippyI3a7osVLmRsKUphNC30YyPGXBXtfuwvOerYngA==", "dependencies": { "axios": "^1.6.5", + "csrf": "^3.1.0", "lodash": "4.17.21", "moment-timezone": "0.5.43", "rfc822-validate": "1.0.0", @@ -17699,11 +17699,12 @@ } }, "@govuk-pay/pay-js-commons": { - "version": "6.0.18", - "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-6.0.18.tgz", - "integrity": "sha512-lWQByrDSjV8/AeSypkPSsYNdxejXWlBzIxOS/isbD3K2jkaB+ZurR1vWkVTnjSN9tED+rvqe9eBdEtMEtX3sBw==", + "version": "6.0.22", + "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-6.0.22.tgz", + "integrity": "sha512-b9Vt14mr/G+uSXK/1uWUQg73wrghRYA7vtNlpvW5WaMpippyI3a7osVLmRsKUphNC30YyPGXBXtfuwvOerYngA==", "requires": { "axios": "^1.6.5", + "csrf": "^3.1.0", "lodash": "4.17.21", "moment-timezone": "0.5.43", "rfc822-validate": "1.0.0", diff --git a/package.json b/package.json index 934118655..765b7f1d9 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "dependencies": { "@aws-crypto/decrypt-node": "^1.0.3", "@aws-crypto/raw-rsa-keyring-node": "^1.1.0", - "@govuk-pay/pay-js-commons": "^6.0.18", + "@govuk-pay/pay-js-commons": "^6.0.22", "@govuk-pay/pay-js-metrics": "^1.0.6", "@sentry/node": "7.119.2", "cert-info": "^1.5.1", @@ -80,7 +80,6 @@ "client-sessions": "0.8.x", "compression": "1.7.x", "credit-card-type": "6.3.x", - "csrf": "3.1.x", "express": "4.21.2", "express-rate-limit": "^7.1.4", "gaap-analytics": "^3.1.0",