diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9446671368aa..7b7ac8e4f797 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4678,8 +4678,8 @@ importers: specifier: workspace:* version: link:../components antd: - specifier: ^5.27.5 - version: 5.27.5(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + specifier: ^5.27.6 + version: 5.27.6(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: specifier: ^19.2.0 version: 19.2.0 @@ -9719,8 +9719,8 @@ packages: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} - antd@5.27.5: - resolution: {integrity: sha512-Ehd9mqtHvJ1clon1yJ/1BTV6eX/3SH2YXZZPTHUk8XdzXFwUioI+Lht47s+MaHIUBY77RnZrmtKwwR+VVu0l7A==} + antd@5.27.6: + resolution: {integrity: sha512-70HrjVbzDXvtiUQ5MP1XdNudr/wGAk9Ivaemk6f36yrAeJurJSmZ8KngOIilolLRHdGuNc6/Vk+4T1OZpSjpag==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -12335,6 +12335,7 @@ packages: intersection-observer@0.10.0: resolution: {integrity: sha512-fn4bQ0Xq8FTej09YC/jqKZwtijpvARlRp6wxL5WTA6yPe2YWSJ5RJh7Nm79rK2qB0wr6iDQzH60XGq5V/7u8YQ==} + deprecated: The Intersection Observer polyfill is no longer needed and can safely be removed. Intersection Observer has been Baseline since 2019. intl@1.2.5: resolution: {integrity: sha512-rK0KcPHeBFBcqsErKSpvZnrOmWOj+EmDkyJ57e90YWaQNqbcivcqmKDlHEeNprDWOsKzPsh1BfSpPQdDvclHVw==} @@ -21713,7 +21714,7 @@ snapshots: ansi-styles@6.2.1: {} - antd@5.27.5(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + antd@5.27.6(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@ant-design/colors': 7.2.1 '@ant-design/cssinjs': 1.24.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) diff --git a/tests/integration/source-code-build/app/package.json b/tests/integration/source-code-build/app/package.json index 32aae5745d79..27aff002c984 100644 --- a/tests/integration/source-code-build/app/package.json +++ b/tests/integration/source-code-build/app/package.json @@ -11,7 +11,7 @@ "dependencies": { "@modern-js/runtime": "workspace:*", "@source-code-build/components": "workspace:*", - "antd": "^5.27.5", + "antd": "^5.27.6", "react": "^19.2.0", "react-dom": "^19.2.0" },