dependencies
parent
b88604f9b3
commit
abb46d0f87
|
|
@ -21,7 +21,7 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"activedirectory2": "^2.2.0",
|
||||
"better-sqlite-pool": "^0.3.2",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"better-sqlite3": "^11.9.0",
|
||||
"camelcase": "^8.0.0",
|
||||
"compression": "^1.8.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
|
|
@ -71,18 +71,18 @@
|
|||
"@types/randomcolor": "^0.5.9",
|
||||
"@types/session-file-store": "^1.2.5",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"axe-core": "^4.10.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"bulma": "^0.9.4",
|
||||
"bulma-divider": "^0.2.0",
|
||||
"bulma-helpers": "^0.4.3",
|
||||
"bulma-steps": "^2.2.1",
|
||||
"bulma-switch": "^2.0.4",
|
||||
"bulma-tooltip": "^3.0.2",
|
||||
"cypress": "^14.1.0",
|
||||
"cypress": "^14.2.0",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"eslint-config-cityssm": "^20.0.0",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-sass": "^6.0.0",
|
||||
"gulp-sass": "^6.0.1",
|
||||
"nodemon": "^3.1.9",
|
||||
"prettier-config-cityssm": "^1.0.0",
|
||||
"sass": "^1.85.1"
|
||||
|
|
@ -576,6 +576,7 @@
|
|||
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
||||
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"engines": {
|
||||
"node": ">=0.1.90"
|
||||
|
|
@ -3318,9 +3319,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/axe-core": {
|
||||
"version": "4.10.2",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
|
||||
"integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
|
||||
"version": "4.10.3",
|
||||
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz",
|
||||
"integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
|
||||
"dev": true,
|
||||
"license": "MPL-2.0",
|
||||
"engines": {
|
||||
|
|
@ -3491,9 +3492,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/better-sqlite3": {
|
||||
"version": "11.8.1",
|
||||
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.8.1.tgz",
|
||||
"integrity": "sha512-9BxNaBkblMjhJW8sMRZxnxVTRgbRmssZW0Oxc1MPBTfiR+WW21e2Mk4qu8CzrcZb1LwPCnFsfDEzq+SNcBU8eg==",
|
||||
"version": "11.9.0",
|
||||
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.9.0.tgz",
|
||||
"integrity": "sha512-4b9xYnoaskj8eIkke9ZCB42p5bOPabptSku8Rl4Yww70Jf+aHeLvrIjXDJrKQxUEjdppsFb+fdJSjoH4TklROA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -4087,10 +4088,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cli-table3": {
|
||||
"version": "0.6.3",
|
||||
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
||||
"integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
|
||||
"version": "0.6.5",
|
||||
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz",
|
||||
"integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"string-width": "^4.2.0"
|
||||
},
|
||||
|
|
@ -4717,9 +4719,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.1.0.tgz",
|
||||
"integrity": "sha512-pPPj8Uu9NwjaaiXAEcjYZZmgsq6v9Zs1Nw6a+zRF+ANgYSNhH4S32SjFRsvMcuOHR/8dp4GBJhBPqIPSs+TxaA==",
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.2.0.tgz",
|
||||
"integrity": "sha512-u7fuc9JEpSYLOdu8mzZDZ/JWsHUzR5pc8i1TeSqMz/bafXp+6IweMAeyphsEJ6/13qbB6nwTEY1m+GUAp6GqCQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -4737,7 +4739,7 @@
|
|||
"check-more-types": "^2.24.0",
|
||||
"ci-info": "^4.1.0",
|
||||
"cli-cursor": "^3.1.0",
|
||||
"cli-table3": "~0.6.1",
|
||||
"cli-table3": "~0.6.5",
|
||||
"commander": "^6.2.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"dayjs": "^1.10.4",
|
||||
|
|
@ -7488,9 +7490,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gulp-sass": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-6.0.0.tgz",
|
||||
"integrity": "sha512-FGb4Uab4jnH2GnSfBGd6uW3+imvNodAGfsjGcUhEtpNYPVx+TK2tp5uh7MO0sSR7aIf1Sm544werc+zV7ejHHw==",
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-6.0.1.tgz",
|
||||
"integrity": "sha512-4wonidxB8lGPHvahelpGavUBJAuERSl+OIVxPCyQthK4lSJhZ/u3/qjFcyAtnMIXDl6fXTn34H4BXsN7gt54kQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"activedirectory2": "^2.2.0",
|
||||
"better-sqlite-pool": "^0.3.2",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"better-sqlite3": "^11.9.0",
|
||||
"camelcase": "^8.0.0",
|
||||
"compression": "^1.8.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
|
|
@ -95,18 +95,18 @@
|
|||
"@types/randomcolor": "^0.5.9",
|
||||
"@types/session-file-store": "^1.2.5",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"axe-core": "^4.10.2",
|
||||
"axe-core": "^4.10.3",
|
||||
"bulma": "^0.9.4",
|
||||
"bulma-divider": "^0.2.0",
|
||||
"bulma-helpers": "^0.4.3",
|
||||
"bulma-steps": "^2.2.1",
|
||||
"bulma-switch": "^2.0.4",
|
||||
"bulma-tooltip": "^3.0.2",
|
||||
"cypress": "^14.1.0",
|
||||
"cypress": "^14.2.0",
|
||||
"cypress-axe": "^1.6.0",
|
||||
"eslint-config-cityssm": "^20.0.0",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-sass": "^6.0.0",
|
||||
"gulp-sass": "^6.0.1",
|
||||
"nodemon": "^3.1.9",
|
||||
"prettier-config-cityssm": "^1.0.0",
|
||||
"sass": "^1.85.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue