From a967b03c61ffe664c5cb1ee49eb93dfa501fdb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:12:13 +0000 Subject: [PATCH] Bump npm-check-updates from 18.0.1 to 18.0.2 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.1 to 18.0.2. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v18.0.1...v18.0.2) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c985ad..82145bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "docsy-example-site", "version": "0.12.0", "license": "Apache-2.0", + "dependencies": { + "npm-check-updates": "^18.0.2" + }, "devDependencies": { "autoprefixer": "^10.4.21", "cross-env": "^7.0.3", @@ -16,7 +19,7 @@ "rtlcss": "^4.3.0" }, "optionalDependencies": { - "npm-check-updates": "^18.0.1" + "npm-check-updates": "^18.0.2" } }, "node_modules/@babel/code-frame": { @@ -1716,9 +1719,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz", - "integrity": "sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==", + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.2.tgz", + "integrity": "sha512-9uVFZUCg5oDOcbzdsrJ4BEvq2gikd23tXuF5mqpl4mxVl051lzB00Xmd7ZVjVWY3XNUF3BQKWlN/qmyD8/bwrA==", "license": "Apache-2.0", "optional": true, "bin": { diff --git a/package.json b/package.json index 42c8724..e74e63c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rtlcss": "^4.3.0" }, "optionalDependencies": { - "npm-check-updates": "^18.0.1" + "npm-check-updates": "^18.0.2" }, "private": true, "prettier": {