chore(deps-dev): bump babel-plugin-module-resolver from 5.0.1 to 5.0.2 (#9852)

This commit is contained in:
dependabot[bot]
2024-04-19 11:49:52 +00:00
committed by GitHub
parent 974237885b
commit 8c43f17bac
2 changed files with 12 additions and 6 deletions

16
package-lock.json generated
View File

@@ -65,7 +65,7 @@
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "=3.3.4",
"babel-plugin-module-resolver": "=5.0.1",
"babel-plugin-module-resolver": "=5.0.2",
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
@@ -8068,15 +8068,15 @@
}
},
"node_modules/babel-plugin-module-resolver": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.1.tgz",
"integrity": "sha512-GURLA5SmmThX9h0tHaZPLGKYerTDdWhghR7sh1xPy1upXim+9DV2ZRG6z61PaVgG5Tt403wj8X/eBiZcrr9zmA==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz",
"integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==",
"dev": true,
"dependencies": {
"find-babel-config": "^2.1.1",
"glob": "^9.3.3",
"pkg-up": "^3.1.0",
"reselect": "^5.1.0",
"reselect": "^4.1.7",
"resolve": "^1.22.8"
}
},
@@ -8131,6 +8131,12 @@
"node": ">=8"
}
},
"node_modules/babel-plugin-module-resolver/node_modules/reselect": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
"integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==",
"dev": true
},
"node_modules/babel-plugin-polyfill-corejs2": {
"version": "0.4.10",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz",

View File

@@ -127,7 +127,7 @@
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "=3.3.4",
"babel-plugin-module-resolver": "=5.0.1",
"babel-plugin-module-resolver": "=5.0.2",
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
"body-parser": "^1.19.0",
"buffer": "^6.0.3",