Merge pull request #378 from furality/dependabot/npm_and_yarn/dependencies-dc8065eb91

build(deps): bump the dependencies group with 3 updates
This commit is contained in:
F.Y.N.N 2024-06-21 07:17:40 -07:00 committed by GitHub
commit 3c065966a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View file

@ -9,13 +9,13 @@
"version": "0.0.0-semantically-released", "version": "0.0.0-semantically-released",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios-retry": "^4.4.0" "axios-retry": "^4.4.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.3.9", "@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9", "@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9", "@nestjs/platform-express": "^10.3.9",
"@types/node": "^20.14.6", "@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1", "@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
@ -30,7 +30,7 @@
"lint-staged": "^15.2.7", "lint-staged": "^15.2.7",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"typescript": "^5.4.5" "typescript": "^5.5.2"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
@ -454,9 +454,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.14.6", "version": "20.14.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.6.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.7.tgz",
"integrity": "sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==", "integrity": "sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
@ -927,9 +927,9 @@
} }
}, },
"node_modules/axios-retry": { "node_modules/axios-retry": {
"version": "4.4.0", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.0.tgz", "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.1.tgz",
"integrity": "sha512-yewTKjzl6jSgc+2M7FCJ3LxRGgL1iiXHcj+E6h6xie6H1mTHr7yqaUroWIvVXG1UKSPwGDXxV05YxtGvrD6Paw==", "integrity": "sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==",
"dependencies": { "dependencies": {
"is-retry-allowed": "^2.2.0" "is-retry-allowed": "^2.2.0"
}, },
@ -4817,9 +4817,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.5", "version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View file

@ -23,13 +23,13 @@
"prepare": "npm run build" "prepare": "npm run build"
}, },
"dependencies": { "dependencies": {
"axios-retry": "^4.4.0" "axios-retry": "^4.4.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.3.9", "@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9", "@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9", "@nestjs/platform-express": "^10.3.9",
"@types/node": "^20.14.6", "@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1", "@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
@ -44,7 +44,7 @@
"lint-staged": "^15.2.7", "lint-staged": "^15.2.7",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"typescript": "^5.4.5" "typescript": "^5.5.2"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",