diff --git a/.changeset/tame-horses-sing.md b/.changeset/tame-horses-sing.md new file mode 100644 index 0000000..c00f5de --- /dev/null +++ b/.changeset/tame-horses-sing.md @@ -0,0 +1,5 @@ +--- +'@api3/ois': patch +--- + +chore(deps): update dependency lodash diff --git a/package.json b/package.json index 5254bda..ee20186 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@api3/eslint-plugin-commons": "^3.0.0", "@changesets/cli": "^2.29.7", "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.20", + "@types/lodash": "^4.17.23", "@types/node": "^20.19.24", "eslint": "^8.57.1", "husky": "^9.1.7", @@ -48,7 +48,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.17.23", "zod": "^4.0.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2badfaa..80b0b63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: lodash: - specifier: ^4.17.21 - version: 4.17.21 + specifier: ^4.17.23 + version: 4.17.23 zod: specifier: ^4.0.5 version: 4.0.5 @@ -25,8 +25,8 @@ importers: specifier: ^30.0.0 version: 30.0.0 '@types/lodash': - specifier: ^4.17.20 - version: 4.17.20 + specifier: ^4.17.23 + version: 4.17.23 '@types/node': specifier: ^20.19.24 version: 20.19.24 @@ -602,8 +602,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/lodash@4.17.20': - resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==} + '@types/lodash@4.17.23': + resolution: {integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==} '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} @@ -2237,8 +2237,8 @@ packages: lodash.startcase@4.4.0: resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} - lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lodash@4.17.23: + resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} @@ -3080,7 +3080,7 @@ snapshots: eslint-plugin-react: 7.37.0(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) eslint-plugin-unicorn: 55.0.0(eslint@8.57.1) - lodash: 4.17.21 + lodash: 4.17.23 transitivePeerDependencies: - '@babel/core' - '@types/eslint' @@ -3908,7 +3908,7 @@ snapshots: '@types/json5@0.0.29': {} - '@types/lodash@4.17.20': {} + '@types/lodash@4.17.23': {} '@types/node@12.20.55': {} @@ -4968,7 +4968,7 @@ snapshots: eslint-plugin-lodash@7.4.0(eslint@8.57.1): dependencies: eslint: 8.57.1 - lodash: 4.17.21 + lodash: 4.17.23 eslint-plugin-no-only-tests@3.3.0: {} @@ -6039,7 +6039,7 @@ snapshots: lodash.startcase@4.4.0: {} - lodash@4.17.21: {} + lodash@4.17.23: {} loose-envify@1.4.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4a72b7c..4693d93 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,6 @@ # See: https://pnpm.io/supply-chain-security blockExoticSubdeps: true minimumReleaseAge: 20160 # 14 days (keep in sync with Renovate config) +minimumReleaseAgeExclude: + # Renovate security update: lodash@4.17.23 + - lodash@4.17.23