From 96852f0fb61a768318b8d9173eb9b83b09da811a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:59:31 +0000 Subject: [PATCH] Bump nanoid and egg-security Bumps [nanoid](https://github.com/ai/nanoid) and [egg-security](https://github.com/eggjs/egg-security). These dependencies needed to be updated together. Updates `nanoid` from 2.1.1 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/2.1.1...3.3.8) Updates `egg-security` from 2.6.1 to 2.11.0 - [Release notes](https://github.com/eggjs/egg-security/releases) - [Changelog](https://github.com/eggjs/egg-security/blob/master/CHANGELOG.md) - [Commits](https://github.com/eggjs/egg-security/compare/2.6.1...2.11.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect - dependency-name: egg-security dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ea9674..a1aab9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3423,9 +3423,9 @@ } }, "egg-security": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/egg-security/-/egg-security-2.6.1.tgz", - "integrity": "sha512-isQTZ6nCu1y1QnkAsjn4OelGSQHOD5FriG992mZCSxT4n7Z/1o7npfS1noZUe2HXwg74k+jEJmcfH7JovoWMHQ==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/egg-security/-/egg-security-2.11.0.tgz", + "integrity": "sha512-htXi+R5Ik8/oKSy55LzmpFDzrzxSHLpfjbDtgSMGKYGl4uNuvb3kN2h00sl1rOz3pG/LzJvZhqxW1oIBQ7leXg==", "requires": { "csrf": "^3.0.6", "debug": "^4.1.1", @@ -3437,7 +3437,7 @@ "koa-compose": "^4.0.0", "matcher": "^1.1.1", "methods": "^1.1.2", - "nanoid": "^2.0.1", + "nanoid": "^3.3.2", "platform": "^1.3.4", "statuses": "^1.5.0", "type-is": "^1.6.15", @@ -3448,6 +3448,11 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz", "integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==" + }, + "nanoid": { + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" } } }, @@ -6669,11 +6674,6 @@ "dev": true, "optional": true }, - "nanoid": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.1.tgz", - "integrity": "sha512-0YbJdaL4JFoejIOoawgLcYValFGJ2iyUuVDIWL3g8Es87SSOWFbWdRUMV3VMSiyPs3SQ3QxCIxFX00q5DLkMCw==" - }, "nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",