diff --git a/package-lock.json b/package-lock.json index 7512b1c197..612c24ae5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@lit/context": "^1.1.2", - "@patternfly/pfe-core": "^4.0.3", + "@patternfly/pfe-core": "^4.0.4", "@rhds/icons": "^1.1.2", "@rhds/tokens": "^2.1.0", "lit": "^3.2.0", @@ -32,7 +32,7 @@ "@patternfly/eslint-config-elements": "^4.0.0", "@patternfly/eslint-plugin-elements": "^2.0.0", "@patternfly/icons": "^1.0.3", - "@patternfly/pfe-tools": "^3.0.1", + "@patternfly/pfe-tools": "^3.0.2", "@playwright/test": "^1.47.2", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^11.1.6", @@ -4043,9 +4043,9 @@ "license": "MIT" }, "node_modules/@patternfly/pfe-core": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@patternfly/pfe-core/-/pfe-core-4.0.3.tgz", - "integrity": "sha512-snLi3dno53rEgHpAKleivHdYdscHP+U/QLrbIWrD88Im7kjmrzIHtKziIJsBxQKb2qqvXF4CHVdXTX6rqljRjQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@patternfly/pfe-core/-/pfe-core-4.0.4.tgz", + "integrity": "sha512-KsU3J2/65U+tRMqOfRaJL5BbLLR9rBT+O1fSKp7k27tKfRb/3eXs0CGi5VJr3IdO5/CvIYUXm2paEUXAdqbf3w==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.10", @@ -4054,7 +4054,9 @@ } }, "node_modules/@patternfly/pfe-tools": { - "version": "3.0.1", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@patternfly/pfe-tools/-/pfe-tools-3.0.2.tgz", + "integrity": "sha512-XTNMIDDF7+S5GiEKvY86im/bq7wii7FHctWpn6oza0c5pQYK2sXu6akSax+ykmmxa98xIXVobBTU02O5V/ogzg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6916cff6f8..8388e0dc20 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ }, "dependencies": { "@lit/context": "^1.1.2", - "@patternfly/pfe-core": "^4.0.3", + "@patternfly/pfe-core": "^4.0.4", "@rhds/icons": "^1.1.2", "@rhds/tokens": "^2.1.0", "lit": "^3.2.0", @@ -311,7 +311,7 @@ "@patternfly/eslint-config-elements": "^4.0.0", "@patternfly/eslint-plugin-elements": "^2.0.0", "@patternfly/icons": "^1.0.3", - "@patternfly/pfe-tools": "^3.0.1", + "@patternfly/pfe-tools": "^3.0.2", "@playwright/test": "^1.47.2", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^11.1.6",