From 08ab17d66763362ecd2150eacd069c131b5fe656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:53:53 +0000 Subject: [PATCH] chore(deps): bump the npm-production group across 1 directory with 3 updates Bumps the npm-production group with 3 updates in the / directory: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash), [asana](https://github.com/Asana/node-asana) and [axios](https://github.com/axios/axios). Updates `@types/lodash` from 4.17.11 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `asana` from 3.0.11 to 3.0.12 - [Release notes](https://github.com/Asana/node-asana/releases) - [Commits](https://github.com/Asana/node-asana/compare/v3.0.11...v3.0.12) Updates `axios` from 1.7.7 to 1.7.9 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.7.9) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: asana dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33ff416..b556a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "typescript-action", - "version": "v0.0.5", + "version": "v0.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typescript-action", - "version": "v0.0.5", + "version": "v0.0.11", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "@octokit/auth-action": "^5.1.1", "@octokit/request": "^9.1.3", "@octokit/rest": "^21.0.2", - "@types/lodash": "^4.17.11", - "asana": "^3.0.11", - "axios": "^1.7.7", + "@types/lodash": "^4.17.13", + "asana": "^3.0.12", + "axios": "^1.7.9", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, @@ -1632,9 +1632,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-jzqWo/uQP/iqeGGTjhgFp2yaCrCYTauASQcpdzESNCkHjSprBJVcZP9KG9aQ0q+xcsXiKd/iuw/4dLjS3Odc7Q==" + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==" }, "node_modules/@types/node": { "version": "22.5.5", @@ -1995,9 +1995,9 @@ } }, "node_modules/asana": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/asana/-/asana-3.0.11.tgz", - "integrity": "sha512-xMoluzo+wUF5YGl4gStMHsDCIgJ9Jd6T7p1XInU2cuvU7ncQimyTGTfPSjWGsI/z7lm5S75fQ+lwFrJIdavx1Q==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/asana/-/asana-3.0.12.tgz", + "integrity": "sha512-y4GMk7AxOQm1v5bPeObYenSKljNBSbkbHmhwbQAW2DOGogUovr+NdgimZyNEgQ7Ic70e1q1remTOFhYHi4rpvw==", "dependencies": { "@babel/cli": "^7.0.0", "superagent": "^5.3.0" @@ -2015,9 +2015,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index a1bf80e..352fa86 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ "@octokit/auth-action": "^5.1.1", "@octokit/request": "^9.1.3", "@octokit/rest": "^21.0.2", - "@types/lodash": "^4.17.11", - "asana": "^3.0.11", - "axios": "^1.7.7", + "@types/lodash": "^4.17.13", + "asana": "^3.0.12", + "axios": "^1.7.9", "lodash": "^4.17.21", "rxjs": "^7.8.1" },