From e6facf844d79ed4cbf6ec9e7b1bc555586d1b229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:59:03 +0000 Subject: [PATCH] Bump critical from 7.1.1 to 7.1.2 Bumps [critical](https://github.com/addyosmani/critical) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/addyosmani/critical/releases) - [Changelog](https://github.com/addyosmani/critical/blob/master/CHANGELOG.md) - [Commits](https://github.com/addyosmani/critical/compare/v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: critical dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 429e91af..ac1cecf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@iktakahiro/markdown-it-katex": "^4.0.1", "babel-loader": "^9.1.3", "clean-css": "^5.3.3", - "critical": "^7.1.1", + "critical": "^7.1.2", "cssesc": "^3.0.0", "del-cli": "^5.1.0", "focus-trap": "^7.5.4", @@ -3948,9 +3948,9 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/critical": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/critical/-/critical-7.1.1.tgz", - "integrity": "sha512-DVNu4QzpQgYhR/9DQGcBn83R8ZKWBVUq9FfUZqOg2QpntHCrwynVynnAWQDPXG87IfO1dYyIiiWbTZtL+ahfPQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/critical/-/critical-7.1.2.tgz", + "integrity": "sha512-2C0d9zH7nDsrN8yWH5IOb977lFTy3+i/yPX2ik2+4PdZCBHvSs4XF9Ag2Xp5Znq2o0Gdma6nNcBQTsF4Lc0PKw==", "dependencies": { "@adobe/css-tools": "^4.3.3", "clean-css": "^5.3.3", diff --git a/package.json b/package.json index 9bb934b4..ac827e24 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@iktakahiro/markdown-it-katex": "^4.0.1", "babel-loader": "^9.1.3", "clean-css": "^5.3.3", - "critical": "^7.1.1", + "critical": "^7.1.2", "cssesc": "^3.0.0", "del-cli": "^5.1.0", "focus-trap": "^7.5.4",