diff --git a/package-lock.json b/package-lock.json index c427c86..e9d7952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/react": "18.0.26", "create-hmac": "1.1.7", "next": "12.3.1", - "npm-check-updates": "16.5.1", + "npm-check-updates": "16.5.3", "prettier": "2.8.1", "rimraf": "3.0.2", "rollup": "2.79.1", @@ -2308,9 +2308,9 @@ } }, "node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -2650,9 +2650,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.5.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.1.tgz", - "integrity": "sha512-LSDcPpnK41GnsIw1JO+sUe1QJPA8+pzLOW5Ahep2zOBaZk+Dkg/stow3FAT19scfYZRx3YyKoehrJQOSXN3t6g==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.3.tgz", + "integrity": "sha512-Z1kpflkmeV5tAsShJg23NxZhQBEdOIos2cEicqnH/AAWCXbtf8FX0dQn+udj2SnkAR/MUy5yR0Y4uL2vyUeaPg==", "dev": true, "dependencies": { "chalk": "^5.1.2", @@ -2668,7 +2668,7 @@ "json-parse-helpfulerror": "^1.0.3", "jsonlines": "^0.1.1", "lodash": "^4.17.21", - "minimatch": "^5.1.0", + "minimatch": "^5.1.1", "p-map": "^4.0.0", "pacote": "15.0.6", "parse-github-url": "^1.0.2", @@ -5988,9 +5988,9 @@ "dev": true }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", + "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -6231,9 +6231,9 @@ } }, "npm-check-updates": { - "version": "16.5.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.1.tgz", - "integrity": "sha512-LSDcPpnK41GnsIw1JO+sUe1QJPA8+pzLOW5Ahep2zOBaZk+Dkg/stow3FAT19scfYZRx3YyKoehrJQOSXN3t6g==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.3.tgz", + "integrity": "sha512-Z1kpflkmeV5tAsShJg23NxZhQBEdOIos2cEicqnH/AAWCXbtf8FX0dQn+udj2SnkAR/MUy5yR0Y4uL2vyUeaPg==", "dev": true, "requires": { "chalk": "^5.1.2", @@ -6249,7 +6249,7 @@ "json-parse-helpfulerror": "^1.0.3", "jsonlines": "^0.1.1", "lodash": "^4.17.21", - "minimatch": "^5.1.0", + "minimatch": "^5.1.1", "p-map": "^4.0.0", "pacote": "15.0.6", "parse-github-url": "^1.0.2", diff --git a/package.json b/package.json index 7b3469d..e46d0cd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/react": "18.0.26", "create-hmac": "1.1.7", "next": "12.3.1", - "npm-check-updates": "16.5.1", + "npm-check-updates": "16.5.3", "prettier": "2.8.1", "rimraf": "3.0.2", "rollup": "2.79.1",