chore(deps): update reselect (#1085)

This commit is contained in:
Hunia Fatima
2024-07-23 14:56:45 +05:00
committed by GitHub
parent 3a877eb55c
commit 4e69301a4e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -60,7 +60,7 @@
"redux-saga": "1.3.0",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.14.1",
"reselect": "4.1.8",
"reselect": "^5.1.1",
"universal-cookie": "4.0.4"
},
"devDependencies": {
@@ -15701,9 +15701,9 @@
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
},
"node_modules/reselect": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
"integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz",
"integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w=="
},
"node_modules/resolve": {
"version": "1.22.8",

View File

@@ -78,7 +78,7 @@
"redux-saga": "1.3.0",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.14.1",
"reselect": "4.1.8",
"reselect": "^5.1.1",
"universal-cookie": "4.0.4"
},
"devDependencies": {