From 0cd55c1a932a4549a32c6ee5e17b760c4273c7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:01:39 +0000 Subject: [PATCH] build(deps-dev): bump @griffel/next-extraction-plugin from 0.1.6 to 0.1.7 (#272) --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89f1f61..3951315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react-responsive": "^10.0.0" }, "devDependencies": { - "@griffel/next-extraction-plugin": "^0.1.6", + "@griffel/next-extraction-plugin": "^0.1.7", "@griffel/react": "^1.5.25", "@griffel/webpack-loader": "^2.2.14", "@types/node": "^22", @@ -3751,12 +3751,12 @@ "dev": true }, "node_modules/@griffel/core": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@griffel/core/-/core-1.18.0.tgz", - "integrity": "sha512-3Dkn6f7ULeSzJ1wLyLfN1vc+v3q5shuEejeMe4XymBozQo0l35WIfH8FWcwB+Xrgip4fLLOy1p3sYN85gFGZxw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@griffel/core/-/core-1.18.1.tgz", + "integrity": "sha512-t+3z0bJEb/kDfx0WUZHRs7uGnxwTBQ10214hEoAuLIsOGUZ22x3PYhO2x0I0jbWtLmITGLR/MCi1zZblpp3+TA==", "dependencies": { "@emotion/hash": "^0.9.0", - "@griffel/style-types": "^1.2.0", + "@griffel/style-types": "^1.3.0", "csstype": "^3.1.3", "rtl-css-js": "^1.16.1", "stylis": "^4.2.0", @@ -3764,12 +3764,12 @@ } }, "node_modules/@griffel/next-extraction-plugin": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@griffel/next-extraction-plugin/-/next-extraction-plugin-0.1.6.tgz", - "integrity": "sha512-Drk2wNwR6uTljVTBa4KfozX2Vnl4dVPcNpLkqr9eFpqWP8rnainExmMiusnqp2yX46YQRvUhD66HKT34A4gYoA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@griffel/next-extraction-plugin/-/next-extraction-plugin-0.1.7.tgz", + "integrity": "sha512-IAzHTrIz4GqDm3SUsRrHR5B3yOwNsJoJLN3x1FBy077lCYrJQ0PxucblWR++Stx9WcO0ljhulKgQc27Pz60hsA==", "dev": true, "dependencies": { - "@griffel/webpack-extraction-plugin": "^0.5.5", + "@griffel/webpack-extraction-plugin": "^0.5.6", "browserslist": "^4.19.1", "tslib": "^2.1.0" }, @@ -3790,23 +3790,23 @@ } }, "node_modules/@griffel/style-types": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@griffel/style-types/-/style-types-1.2.0.tgz", - "integrity": "sha512-x166MNw0vWe5l5qhinfNT4eyWOaP48iFzPyFOfIB0/BVidKTWsEe5PmqRJDDtrJFS3VHhd/tE0oM6tkEMh2tsg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@griffel/style-types/-/style-types-1.3.0.tgz", + "integrity": "sha512-bHwD3sUE84Xwv4dH011gOKe1jul77M1S6ZFN9Tnq8pvZ48UMdY//vtES6fv7GRS5wXYT4iqxQPBluAiYAfkpmw==", "dependencies": { "csstype": "^3.1.3" } }, "node_modules/@griffel/webpack-extraction-plugin": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@griffel/webpack-extraction-plugin/-/webpack-extraction-plugin-0.5.5.tgz", - "integrity": "sha512-z0tAUilhEG8bmr0ABJvx3ZyWFs4NQGU+fjo9TVctwdrUqWQDRZMhX0MWb8sAu8Sn7YnCloxXUmZ6Dj3AVBAARA==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@griffel/webpack-extraction-plugin/-/webpack-extraction-plugin-0.5.6.tgz", + "integrity": "sha512-t6Q/4YqDtHlblCgttMDksu+IZEW3NK3OPSCLEEuDIiy9bWC/Tv7PierlWp5BOlEeCJoqvJ7Yx1MuH1ge91/EyA==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@griffel/core": "^1.18.0", + "@griffel/core": "^1.18.1", "stylis": "^4.2.0", "tslib": "^2.1.0" }, diff --git a/package.json b/package.json index 53690d1..e9be21a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-responsive": "^10.0.0" }, "devDependencies": { - "@griffel/next-extraction-plugin": "^0.1.6", + "@griffel/next-extraction-plugin": "^0.1.7", "@griffel/react": "^1.5.25", "@griffel/webpack-loader": "^2.2.14", "@types/node": "^22",