dev dependencies

pull/11/head
Dan Gowans 2025-04-23 10:30:27 -04:00
parent 880a6fd23a
commit 31837d4370
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -67,10 +67,10 @@
"@types/randomcolor": "^0.5.9", "@types/randomcolor": "^0.5.9",
"@types/session-file-store": "^1.2.5", "@types/session-file-store": "^1.2.5",
"axe-core": "^4.10.3", "axe-core": "^4.10.3",
"cypress": "^14.3.1", "cypress": "^14.3.2",
"cypress-axe": "^1.6.0", "cypress-axe": "^1.6.0",
"eslint-config-cityssm": "^22.2.2", "eslint-config-cityssm": "^22.2.2",
"nodemon": "^3.1.9", "nodemon": "^3.1.10",
"prettier-config-cityssm": "^1.0.0" "prettier-config-cityssm": "^1.0.0"
}, },
"engines": { "engines": {
@ -4175,9 +4175,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "14.3.1", "version": "14.3.2",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.2.tgz",
"integrity": "sha512-/2q06qvHMK3PNiadnRW1Je0lJ43gAFPQJUAK2zIxjr22kugtWxVQznTBLVu1AvRH+RP3oWZhCdWqiEi+0NuqCg==", "integrity": "sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
@ -9385,9 +9385,9 @@
} }
}, },
"node_modules/nodemon": { "node_modules/nodemon": {
"version": "3.1.9", "version": "3.1.10",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", "integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -93,10 +93,10 @@
"@types/randomcolor": "^0.5.9", "@types/randomcolor": "^0.5.9",
"@types/session-file-store": "^1.2.5", "@types/session-file-store": "^1.2.5",
"axe-core": "^4.10.3", "axe-core": "^4.10.3",
"cypress": "^14.3.1", "cypress": "^14.3.2",
"cypress-axe": "^1.6.0", "cypress-axe": "^1.6.0",
"eslint-config-cityssm": "^22.2.2", "eslint-config-cityssm": "^22.2.2",
"nodemon": "^3.1.9", "nodemon": "^3.1.10",
"prettier-config-cityssm": "^1.0.0" "prettier-config-cityssm": "^1.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {