diff --git a/package-lock.json b/package-lock.json index 48c1b0e9d7..2c7389e64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-custom-rules": "file:tools/eslint", "gh-pages": "^3.2.3", "jest": "^27.4.7", - "npm-check-updates": "^12.0.5", + "npm-check-updates": "^12.2.1", "prettier": "^2.5.1", "semantic-release": "^18.0.1", "serve": "^13.0.2", @@ -11509,9 +11509,9 @@ } }, "node_modules/npm-check-updates": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.5.tgz", - "integrity": "sha512-ns1liBBogwjmOVZY/PYgeIoarItwdOSBxccJDZKKkxsMkXges/Bp5CAnQIvYwlsz6fByQJFvqXSOqwIUBY6gpQ==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.2.1.tgz", + "integrity": "sha512-fqfH2USwTLgho8HaC79i5Bl+RH3zV15AbdtJQTCaOAp9L3D2W8k+jsfuwee2vSTUrt6IUTXPbzwUIYo4/TQdYA==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -11523,7 +11523,7 @@ "fp-and-or": "^0.1.3", "get-stdin": "^8.0.0", "globby": "^11.0.4", - "hosted-git-info": "^4.0.2", + "hosted-git-info": "^4.1.0", "json-parse-helpfulerror": "^1.0.3", "jsonlines": "^0.1.1", "libnpmconfig": "^1.2.1", @@ -11577,9 +11577,9 @@ } }, "node_modules/npm-check-updates/node_modules/hosted-git-info": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", - "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -28431,9 +28431,9 @@ } }, "npm-check-updates": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.0.5.tgz", - "integrity": "sha512-ns1liBBogwjmOVZY/PYgeIoarItwdOSBxccJDZKKkxsMkXges/Bp5CAnQIvYwlsz6fByQJFvqXSOqwIUBY6gpQ==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-12.2.1.tgz", + "integrity": "sha512-fqfH2USwTLgho8HaC79i5Bl+RH3zV15AbdtJQTCaOAp9L3D2W8k+jsfuwee2vSTUrt6IUTXPbzwUIYo4/TQdYA==", "dev": true, "requires": { "chalk": "^4.1.2", @@ -28445,7 +28445,7 @@ "fp-and-or": "^0.1.3", "get-stdin": "^8.0.0", "globby": "^11.0.4", - "hosted-git-info": "^4.0.2", + "hosted-git-info": "^4.1.0", "json-parse-helpfulerror": "^1.0.3", "jsonlines": "^0.1.1", "libnpmconfig": "^1.2.1", @@ -28483,9 +28483,9 @@ } }, "hosted-git-info": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", - "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "requires": { "lru-cache": "^6.0.0" diff --git a/package.json b/package.json index cea84ce0cd..c49832391b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-custom-rules": "file:tools/eslint", "gh-pages": "^3.2.3", "jest": "^27.4.7", - "npm-check-updates": "^12.0.5", + "npm-check-updates": "^12.2.1", "prettier": "^2.5.1", "semantic-release": "^18.0.1", "serve": "^13.0.2",