add react-native-aes-crypto to dependencies in package.json and package-lock.json

This commit is contained in:
himanshu8443
2025-06-18 13:39:17 +05:30
parent 26f6c75ca7
commit e3208db7b0
2 changed files with 10 additions and 1 deletions

7
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"react-native-aes-crypto": "^3.2.1",
"rimraf": "^6.0.1"
},
"devDependencies": {
@@ -817,6 +818,12 @@
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
"license": "MIT"
},
"node_modules/react-native-aes-crypto": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/react-native-aes-crypto/-/react-native-aes-crypto-3.2.1.tgz",
"integrity": "sha512-v7KDt1I2UqYwRJRFeJrB8zABQuUsawCyWLK+h5AF2aZqsrsIaR/+DaZrqCetR9QvYRI+oEVsrwBUv9xYXhfCBQ==",
"license": "MIT"
},
"node_modules/rimraf": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",

View File

@@ -17,6 +17,8 @@
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0"
"cheerio": "^1.1.0",
"react-native-aes-crypto": "^3.2.1",
"rimraf": "^6.0.1"
}
}