diff --git a/package-lock.json b/package-lock.json index 87e5ef6..61688d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/ajv": "1.0.0", "@types/jest": "26.0.20", "@types/json-schema": "7.0.6", - "@types/lodash": "4.14.168", + "@types/lodash": "4.17.21", "@types/node": "14.18.63", "ajv": "7.2.4", "commit-and-tag-version": "9.6.0", @@ -1361,9 +1361,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.168", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", - "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==", "dev": true }, "node_modules/@types/minimist": { @@ -10649,9 +10649,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.168", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", - "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==", "dev": true }, "@types/minimist": { diff --git a/package.json b/package.json index 1d21ca5..2a8814c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/ajv": "1.0.0", "@types/jest": "26.0.20", "@types/json-schema": "7.0.6", - "@types/lodash": "4.14.168", + "@types/lodash": "4.17.21", "@types/node": "14.18.63", "ajv": "7.2.4", "graphql": "15.9.0",