diff --git a/examples/atlassian-connect-forge-spring-boot-sample/frontend/package-lock.json b/examples/atlassian-connect-forge-spring-boot-sample/frontend/package-lock.json index 5629b1e..04be7cc 100644 --- a/examples/atlassian-connect-forge-spring-boot-sample/frontend/package-lock.json +++ b/examples/atlassian-connect-forge-spring-boot-sample/frontend/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "esbuild": "^0.28.1", - "npm-check-updates": "^22.2.9", + "npm-check-updates": "^23.0.0", "shx": "^0.4.0", "typescript": "^7.0.2" } @@ -2230,9 +2230,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "22.2.9", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.9.tgz", - "integrity": "sha512-DVeZ0KirHfliSsHuR2o7cHE+tW439sVHfJjF6cGWeDiY0Wyl3BI/jS4zV0eixtcMOquFbcF1Su/FsxOvk5MoYA==", + "version": "23.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", + "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -2240,7 +2240,7 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "node": "^22.22.2 || ^24.15.0 || >=26.0.0", "npm": ">=10.0.0" } }, diff --git a/examples/atlassian-connect-forge-spring-boot-sample/frontend/package.json b/examples/atlassian-connect-forge-spring-boot-sample/frontend/package.json index ef18ab4..4e7016e 100644 --- a/examples/atlassian-connect-forge-spring-boot-sample/frontend/package.json +++ b/examples/atlassian-connect-forge-spring-boot-sample/frontend/package.json @@ -23,7 +23,7 @@ "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "esbuild": "^0.28.1", - "npm-check-updates": "^22.2.9", + "npm-check-updates": "^23.0.0", "shx": "^0.4.0", "typescript": "^7.0.2" }