Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
This commit is contained in:
Deepanshu Agarwal 2024-07-26 18:58:16 +05:30 committed by GitHub
parent 1b591fc8d8
commit 09d1dcc150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 16 deletions

View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@dapr/dapr": "^3.3.0" "@dapr/dapr": "^3.3.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.8.0", "eslint": "^8.8.0",
@ -17,9 +17,10 @@
} }
}, },
"node_modules/@dapr/dapr": { "node_modules/@dapr/dapr": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.1.tgz",
"integrity": "sha512-Q12a04HnldEaG7ts4ZWeCV9FChi1tDHPHxLdDawvs21oC48mVFQZGOo/F165CFdpcD/ZValGWgqDbR3aPBtZbA==", "integrity": "sha512-rQwN1Ionetna6y36buYkxMX1i4Vy8w+Ni8edpJRLUKwLPA22XwjuVw+UXGfBZkWGG1ggaqCty2x87lQLe8ZYzw==",
"license": "ISC",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.9.3", "@grpc/grpc-js": "^1.9.3",
"@js-temporal/polyfill": "^0.3.0", "@js-temporal/polyfill": "^0.3.0",
@ -2943,9 +2944,9 @@
}, },
"dependencies": { "dependencies": {
"@dapr/dapr": { "@dapr/dapr": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.1.tgz",
"integrity": "sha512-Q12a04HnldEaG7ts4ZWeCV9FChi1tDHPHxLdDawvs21oC48mVFQZGOo/F165CFdpcD/ZValGWgqDbR3aPBtZbA==", "integrity": "sha512-rQwN1Ionetna6y36buYkxMX1i4Vy8w+Ni8edpJRLUKwLPA22XwjuVw+UXGfBZkWGG1ggaqCty2x87lQLe8ZYzw==",
"requires": { "requires": {
"@grpc/grpc-js": "^1.9.3", "@grpc/grpc-js": "^1.9.3",
"@js-temporal/polyfill": "^0.3.0", "@js-temporal/polyfill": "^0.3.0",

View File

@ -15,6 +15,6 @@
"eslint-plugin-react": "^7.28.0" "eslint-plugin-react": "^7.28.0"
}, },
"dependencies": { "dependencies": {
"@dapr/dapr": "^3.3.0" "@dapr/dapr": "^3.3.1"
} }
} }

View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@dapr/dapr": "^3.3.0" "@dapr/dapr": "^3.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
@ -17,9 +17,10 @@
} }
}, },
"node_modules/@dapr/dapr": { "node_modules/@dapr/dapr": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.1.tgz",
"integrity": "sha512-Q12a04HnldEaG7ts4ZWeCV9FChi1tDHPHxLdDawvs21oC48mVFQZGOo/F165CFdpcD/ZValGWgqDbR3aPBtZbA==", "integrity": "sha512-rQwN1Ionetna6y36buYkxMX1i4Vy8w+Ni8edpJRLUKwLPA22XwjuVw+UXGfBZkWGG1ggaqCty2x87lQLe8ZYzw==",
"license": "ISC",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.9.3", "@grpc/grpc-js": "^1.9.3",
"@js-temporal/polyfill": "^0.3.0", "@js-temporal/polyfill": "^0.3.0",
@ -2276,9 +2277,9 @@
}, },
"dependencies": { "dependencies": {
"@dapr/dapr": { "@dapr/dapr": {
"version": "3.3.0", "version": "3.3.1",
"resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@dapr/dapr/-/dapr-3.3.1.tgz",
"integrity": "sha512-Q12a04HnldEaG7ts4ZWeCV9FChi1tDHPHxLdDawvs21oC48mVFQZGOo/F165CFdpcD/ZValGWgqDbR3aPBtZbA==", "integrity": "sha512-rQwN1Ionetna6y36buYkxMX1i4Vy8w+Ni8edpJRLUKwLPA22XwjuVw+UXGfBZkWGG1ggaqCty2x87lQLe8ZYzw==",
"requires": { "requires": {
"@grpc/grpc-js": "^1.9.3", "@grpc/grpc-js": "^1.9.3",
"@js-temporal/polyfill": "^0.3.0", "@js-temporal/polyfill": "^0.3.0",

View File

@ -12,7 +12,7 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@dapr/dapr": "^3.3.0" "@dapr/dapr": "^3.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.0.0", "@types/node": "^18.0.0",