From 0a897e5834f16530bf6d3f3aa64f62c23d4c6878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 03:14:41 +0000 Subject: [PATCH] Bump @csstools/css-parser-algorithms from 2.0.0 to 2.0.1 Bumps [@csstools/css-parser-algorithms](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/css-parser-algorithms) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/csstools/postcss-plugins/releases) - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/css-parser-algorithms/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/css-parser-algorithms) --- updated-dependencies: - dependency-name: "@csstools/css-parser-algorithms" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0017d6b10..c371660b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "14.16.1", "license": "MIT", "dependencies": { - "@csstools/css-parser-algorithms": "^2.0.0", + "@csstools/css-parser-algorithms": "^2.0.1", "@csstools/css-tokenizer": "^2.0.0", "@csstools/media-query-list-parser": "^2.0.1", "@csstools/selector-specificity": "^2.1.1", @@ -1397,9 +1397,9 @@ } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.0.0.tgz", - "integrity": "sha512-RbukP8OjQvuH85veuzOq8abPjsvqvleZaQC6W0GJFGpwLUh8XmFMQjvtuIM9bQ589YFx4lwwAcSwN4nfcvxIEw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.0.1.tgz", + "integrity": "sha512-B9/8PmOtU6nBiibJg0glnNktQDZ3rZnGn/7UmDfrm2vMtrdlXO3p7ErE95N0up80IRk9YEtB5jyj/TmQ1WH3dw==", "engines": { "node": "^14 || ^16 || >=18" }, @@ -15188,9 +15188,9 @@ } }, "@csstools/css-parser-algorithms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.0.0.tgz", - "integrity": "sha512-RbukP8OjQvuH85veuzOq8abPjsvqvleZaQC6W0GJFGpwLUh8XmFMQjvtuIM9bQ589YFx4lwwAcSwN4nfcvxIEw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.0.1.tgz", + "integrity": "sha512-B9/8PmOtU6nBiibJg0glnNktQDZ3rZnGn/7UmDfrm2vMtrdlXO3p7ErE95N0up80IRk9YEtB5jyj/TmQ1WH3dw==", "requires": {} }, "@csstools/css-tokenizer": { diff --git a/package.json b/package.json index 85ac7e08f4..180b15090f 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ ] }, "dependencies": { - "@csstools/css-parser-algorithms": "^2.0.0", + "@csstools/css-parser-algorithms": "^2.0.1", "@csstools/css-tokenizer": "^2.0.0", "@csstools/media-query-list-parser": "^2.0.1", "@csstools/selector-specificity": "^2.1.1",