chore(deps): update memoise one (#1083)

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

8
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"lodash.pickby": "4.6.0",
"lodash.snakecase": "4.1.1",
"long": "5.2.3",
"memoize-one": "5.2.1",
"memoize-one": "^6.0.0",
"prop-types": "15.8.1",
"qs": "^6.12.3",
"react": "17.0.2",
@@ -12884,9 +12884,9 @@
}
},
"node_modules/memoize-one": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
"integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz",
"integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw=="
},
"node_modules/merge-descriptors": {
"version": "1.0.1",

View File

@@ -60,7 +60,7 @@
"lodash.pickby": "4.6.0",
"lodash.snakecase": "4.1.1",
"long": "5.2.3",
"memoize-one": "5.2.1",
"memoize-one": "^6.0.0",
"prop-types": "15.8.1",
"qs": "6.12.3",
"react": "17.0.2",