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 4be59f8..505a94c 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.8", + "npm-check-updates": "^22.2.9", "shx": "^0.4.0", "typescript": "^6.0.3" } @@ -1910,9 +1910,9 @@ "license": "MIT" }, "node_modules/npm-check-updates": { - "version": "22.2.8", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.8.tgz", - "integrity": "sha512-jL2cs1TSDSj3ieDlMVFf0bZFVqLNtXt+ExvCMF1OYxR7PiVjFcmAP80rJFNOFrrt0KLyPqeRBZtD7xZu9emd8w==", + "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==", "dev": true, "license": "Apache-2.0", "bin": { 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 caacfa6..bff1ab5 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.8", + "npm-check-updates": "^22.2.9", "shx": "^0.4.0", "typescript": "^6.0.3" }