chore(deps-dev): bump @pmmmwh/react-refresh-webpack-plugin (#9892)

This commit is contained in:
dependabot[bot]
2024-04-29 12:09:29 +00:00
committed by GitHub
parent bfec5d795f
commit f5485254d0
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"@commitlint/cli": "^19.3.0", "@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "=29.7.0", "@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@release-it/conventional-changelog": "=8.0.1", "@release-it/conventional-changelog": "=8.0.1",
"@svgr/webpack": "=8.1.0", "@svgr/webpack": "=8.1.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
@@ -5427,16 +5427,14 @@
} }
}, },
"node_modules/@pmmmwh/react-refresh-webpack-plugin": { "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
"version": "0.5.11", "version": "0.5.13",
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.13.tgz",
"integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", "integrity": "sha512-odZVYXly+JwzYri9rKqqUAk0cY6zLpv4dxoKinhoJNShV36Gpxf+CyDIILJ4tYsJ1ZxIWs233Y39iVnynvDA/g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"ansi-html-community": "^0.0.8", "ansi-html-community": "^0.0.8",
"common-path-prefix": "^3.0.0",
"core-js-pure": "^3.23.3", "core-js-pure": "^3.23.3",
"error-stack-parser": "^2.0.6", "error-stack-parser": "^2.0.6",
"find-up": "^5.0.0",
"html-entities": "^2.1.0", "html-entities": "^2.1.0",
"loader-utils": "^2.0.4", "loader-utils": "^2.0.4",
"schema-utils": "^3.0.0", "schema-utils": "^3.0.0",
@@ -5451,7 +5449,7 @@
"sockjs-client": "^1.4.0", "sockjs-client": "^1.4.0",
"type-fest": ">=0.17.0 <5.0.0", "type-fest": ">=0.17.0 <5.0.0",
"webpack": ">=4.43.0 <6.0.0", "webpack": ">=4.43.0 <6.0.0",
"webpack-dev-server": "3.x || 4.x", "webpack-dev-server": "3.x || 4.x || 5.x",
"webpack-hot-middleware": "2.x", "webpack-hot-middleware": "2.x",
"webpack-plugin-serve": "0.x || 1.x" "webpack-plugin-serve": "0.x || 1.x"
}, },

View File

@@ -120,7 +120,7 @@
"@commitlint/cli": "^19.3.0", "@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "=29.7.0", "@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@release-it/conventional-changelog": "=8.0.1", "@release-it/conventional-changelog": "=8.0.1",
"@svgr/webpack": "=8.1.0", "@svgr/webpack": "=8.1.0",
"@cfaester/enzyme-adapter-react-18": "=0.7.1", "@cfaester/enzyme-adapter-react-18": "=0.7.1",