diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 0f187c5a67b..2b9ae34820a 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -84,7 +84,7 @@ "eslint-plugin-vue": "^9.10.0", "happy-dom": "^14.12.3", "jsdom": "^24.0.0", - "msw": "2.4.1", + "msw": "2.4.2", "msw-storybook-addon": "2.0.3", "postcss": "8.4.45", "prettier": "^3.0.3", @@ -10632,9 +10632,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.1.tgz", - "integrity": "sha512-HXcoQPzYTwEmVk+BGIcRa0vLabBT+J20SSSeYh/QfajaK5ceA6dlD4ZZjfz2dqGEq4vRNCPLP6eXsB94KllPFg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.2.tgz", + "integrity": "sha512-GImSQGhn19czhVpxPdiUDK8CMZ6jbBcvOhzfJd8KFErjEER2wDKWs1UYaetJs2GSNlAqt6heZYm7g3eLatTcog==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -10667,7 +10667,7 @@ }, "peerDependencies": { "graphql": ">= 16.8.x", - "typescript": ">= 4.7.x" + "typescript": ">= 4.8.x" }, "peerDependenciesMeta": { "graphql": { diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 31c1ec072c3..3ec0e0a6ae9 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -95,7 +95,7 @@ "eslint-plugin-vue": "^9.10.0", "happy-dom": "^14.12.3", "jsdom": "^24.0.0", - "msw": "2.4.1", + "msw": "2.4.2", "msw-storybook-addon": "2.0.3", "postcss": "8.4.45", "prettier": "^3.0.3",