@dwp/govuk-casa 7.1.12 → 7.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/casa/css/casa.css +1 -1
- package/lib/Plan.js +2 -2
- package/middleware/headers/headers.js +1 -7
- package/package.json +20 -21
- package/CHANGELOG.md +0 -698
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dwp/govuk-casa",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.14",
|
|
4
4
|
"description": "Framework for creating basic GOVUK Collect-And-Submit-Applications",
|
|
5
5
|
"main": "casa.js",
|
|
6
6
|
"files": [
|
|
@@ -22,66 +22,65 @@
|
|
|
22
22
|
"!/test/unit/testdata/**/*"
|
|
23
23
|
],
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": "^
|
|
26
|
-
"npm": "^
|
|
25
|
+
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
|
|
26
|
+
"npm": "^7.10.0 || ^8.0.0 || ^9.0.0"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
30
|
"url": "git@github.com:dwp/govuk-casa.git"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
+
"@dagrejs/graphlib": "2.1.12",
|
|
33
34
|
"body-parser": "1.20.2",
|
|
34
35
|
"colors": "1.4.0",
|
|
35
36
|
"csurf": "1.11.0",
|
|
36
37
|
"debug": "4.3.4",
|
|
37
38
|
"dot-object": "2.1.4",
|
|
38
39
|
"fast-copy": "3.0.1",
|
|
39
|
-
"fs-extra": "11.1.
|
|
40
|
-
"govuk-frontend": "3.14.0",
|
|
40
|
+
"fs-extra": "11.1.1",
|
|
41
41
|
"govuk_template_jinja": "0.26.0",
|
|
42
|
-
"
|
|
42
|
+
"govuk-frontend": "3.14.0",
|
|
43
43
|
"klaw-sync": "6.0.0",
|
|
44
44
|
"lodash.merge": "4.6.2",
|
|
45
45
|
"luxon": "3.3.0",
|
|
46
|
-
"nunjucks": "3.2.
|
|
46
|
+
"nunjucks": "3.2.4",
|
|
47
47
|
"serve-favicon": "2.5.0",
|
|
48
48
|
"uid-safe": "2.1.5",
|
|
49
49
|
"uuid": "9.0.0",
|
|
50
50
|
"validator": "13.9.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@commitlint/cli": "17.
|
|
54
|
-
"@commitlint/config-conventional": "17.
|
|
55
|
-
"@commitlint/travis-cli": "17.
|
|
56
|
-
"@dwp/commitlint-config-base": "4.0.
|
|
57
|
-
"@dwp/eslint-config-base": "6.1.
|
|
58
|
-
"@stryker-mutator/core": "6.4.
|
|
53
|
+
"@commitlint/cli": "17.6.1",
|
|
54
|
+
"@commitlint/config-conventional": "17.6.1",
|
|
55
|
+
"@commitlint/travis-cli": "17.6.1",
|
|
56
|
+
"@dwp/commitlint-config-base": "4.0.6",
|
|
57
|
+
"@dwp/eslint-config-base": "6.1.1",
|
|
58
|
+
"@stryker-mutator/core": "6.4.2",
|
|
59
59
|
"@stryker-mutator/html-reporter": "3.1.0",
|
|
60
60
|
"@stryker-mutator/javascript-mutator": "4.0.0",
|
|
61
|
-
"@stryker-mutator/mocha-
|
|
62
|
-
"@stryker-mutator/mocha-runner": "6.4.1",
|
|
61
|
+
"@stryker-mutator/mocha-runner": "6.4.2",
|
|
63
62
|
"autocannon": "7.10.0",
|
|
64
63
|
"chai": "4.3.7",
|
|
65
64
|
"chai-as-promised": "7.1.1",
|
|
66
65
|
"chai-http": "4.3.0",
|
|
67
66
|
"cheerio": "1.0.0-rc.12",
|
|
68
67
|
"conventional-changelog-cli": "2.2.2",
|
|
69
|
-
"eslint": "8.
|
|
68
|
+
"eslint": "8.39.0",
|
|
70
69
|
"eslint-plugin-no-unsafe-regex": "1.0.0",
|
|
71
|
-
"eslint-plugin-sonarjs": "0.
|
|
70
|
+
"eslint-plugin-sonarjs": "0.19.0",
|
|
72
71
|
"express": "4.18.2",
|
|
73
72
|
"express-session": "1.17.3",
|
|
74
73
|
"husky": "8.0.3",
|
|
75
|
-
"jsdom": "21.1.
|
|
74
|
+
"jsdom": "21.1.1",
|
|
76
75
|
"mocha": "10.2.0",
|
|
77
76
|
"nyc": "15.1.0",
|
|
78
77
|
"proxyquire": "2.1.3",
|
|
79
|
-
"sass": "1.
|
|
80
|
-
"sinon": "15.0.
|
|
78
|
+
"sass": "1.62.1",
|
|
79
|
+
"sinon": "15.0.4",
|
|
81
80
|
"sinon-chai": "3.7.0",
|
|
82
81
|
"supertest": "6.3.3",
|
|
83
82
|
"uglify-js": "3.17.4",
|
|
84
|
-
"yargs": "17.7.
|
|
83
|
+
"yargs": "17.7.2"
|
|
85
84
|
},
|
|
86
85
|
"peerDependencies": {
|
|
87
86
|
"express": "4.18.2",
|