Add npm-check-updates

This commit is contained in:
sayhiben
2024-08-11 17:03:31 -07:00
parent b4da9e26ad
commit 6ad9754b10
2 changed files with 17 additions and 0 deletions

16
package-lock.json generated
View File

@@ -60,6 +60,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"npm-check-updates": "^17.0.6",
"prettier": "2.8.7",
"style-loader": "^3.3.2",
"supertest": "^6.3.3",
@@ -9866,6 +9867,21 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm-check-updates": {
"version": "17.0.6",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz",
"integrity": "sha512-KCiaJH1cfnh/RyzKiDNjNfXgcKFyQs550Uf1OF/Yzb8xO56w+RLpP/OKRUx23/GyP/mLYwEpOO65qjmVdh6j0A==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"ncu": "build/cli.js",
"npm-check-updates": "build/cli.js"
},
"engines": {
"node": "^18.18.0 || >=20.0.0",
"npm": ">=8.12.1"
}
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",