diff --git a/package-lock.json b/package-lock.json index a5deae307..af9597689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "stylelint-config-recommended-scss": "5.0.1", "stylelint-declaration-block-no-ignored-properties": "2.4.0", "stylelint-declaration-strict-value": "1.8.0", - "stylelint-high-performance-animation": "1.5.2", + "stylelint-high-performance-animation": "1.6.0", "stylelint-order": "5.0.0", "stylelint-scss": "4.0.0" }, @@ -10486,12 +10486,12 @@ } }, "node_modules/stylelint-high-performance-animation": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.5.2.tgz", - "integrity": "sha512-6LQek7kSBt288ks4ygUUTq+jhm4N2o+MW9HIU1ZL0v0+12fQD2F4nc4nfwhbwk33Ge8lu8dbT4G7+ksp/DgPNw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.6.0.tgz", + "integrity": "sha512-RW3XbNLMoKcqY97NTNLXzfg4IGzCfaIf+s4aQem7BzN5IYqYLdYuU1WCqMCoiZHRILQIkrkNvcaQOAu7bA9qxw==", "dev": true, "peerDependencies": { - "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" + "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0" } }, "node_modules/stylelint-order": { @@ -19530,9 +19530,9 @@ } }, "stylelint-high-performance-animation": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.5.2.tgz", - "integrity": "sha512-6LQek7kSBt288ks4ygUUTq+jhm4N2o+MW9HIU1ZL0v0+12fQD2F4nc4nfwhbwk33Ge8lu8dbT4G7+ksp/DgPNw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/stylelint-high-performance-animation/-/stylelint-high-performance-animation-1.6.0.tgz", + "integrity": "sha512-RW3XbNLMoKcqY97NTNLXzfg4IGzCfaIf+s4aQem7BzN5IYqYLdYuU1WCqMCoiZHRILQIkrkNvcaQOAu7bA9qxw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 1613dbe4e..3edc66def 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "stylelint-config-recommended-scss": "5.0.1", "stylelint-declaration-block-no-ignored-properties": "2.4.0", "stylelint-declaration-strict-value": "1.8.0", - "stylelint-high-performance-animation": "1.5.2", + "stylelint-high-performance-animation": "1.6.0", "stylelint-order": "5.0.0", "stylelint-scss": "4.0.0" },