From 7d07c92ba21b10bea4c7b43ed56922deab1669d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:04:51 +0000 Subject: [PATCH] chore(deps): bump the npm-production group across 1 directory with 2 updates Bumps the npm-production group with 2 updates in the / directory: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) 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 `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: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8587c87..655d5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "typescript-action", - "version": "v0.0.15", + "version": "v0.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typescript-action", - "version": "v0.0.15", + "version": "v0.1.13", "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", - "axios": "^1.7.7", + "@types/lodash": "^4.17.13", + "axios": "^1.7.9", "lodash": "^4.17.21", "rxjs": "^7.8.1" }, @@ -1613,9 +1613,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", @@ -1987,9 +1987,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 ec7e0df..4971d38 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "@octokit/auth-action": "^5.1.1", "@octokit/request": "^9.1.3", "@octokit/rest": "^21.0.2", - "@types/lodash": "^4.17.11", - "axios": "^1.7.7", + "@types/lodash": "^4.17.13", + "axios": "^1.7.9", "lodash": "^4.17.21", "rxjs": "^7.8.1" },