diff --git a/package-lock.json b/package-lock.json index f822d73f21..f176ea52a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,9 @@ "./elements", "./tools/*" ], + "dependencies": { + "@rollup/rollup-darwin-arm64": "4.60.2" + }, "devDependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", @@ -59,7 +62,7 @@ }, "core/pfe-core": { "name": "@patternfly/pfe-core", - "version": "5.0.5", + "version": "5.0.8", "license": "MIT", "dependencies": { "@lit/context": "^1.1.6", @@ -68,12 +71,12 @@ }, "elements": { "name": "@patternfly/elements", - "version": "4.3.0", + "version": "4.4.0", "license": "MIT", "dependencies": { "@lit/context": "^1.1.6", "@patternfly/icons": "^1.0.3", - "@patternfly/pfe-core": "^5.0.5", + "@patternfly/pfe-core": "^5.0.8", "lit": "^3.3.2", "tslib": "^2.8.1" } @@ -3208,9 +3211,9 @@ "peer": true }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.54.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz", - "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==", + "version": "4.60.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz", + "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==", "cpu": [ "arm64" ], @@ -14610,6 +14613,20 @@ "@rollup/pluginutils": "^5.1.4" } }, + "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.54.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz", + "integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "peer": true + }, "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": { "version": "4.54.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz", @@ -16769,7 +16786,7 @@ }, "tools/create-element": { "name": "@patternfly/create-element", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "case": "^1.6.3", @@ -16905,7 +16922,7 @@ }, "tools/pfe-tools": { "name": "@patternfly/pfe-tools", - "version": "5.0.5", + "version": "6.0.1", "license": "MIT", "devDependencies": { "@types/dedent": "^0.7.2",