diff --git a/package-lock.json b/package-lock.json index 3a188bb..b21ce98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/discord-rpc": "^4.0.5", - "@types/lodash-es": "^4.17.6", + "@types/lodash-es": "^4.17.12", "@types/node": "^17.0.41", "@types/vscode": "^1.63.1", "@typescript-eslint/eslint-plugin": "^5.27.1", @@ -325,9 +325,9 @@ "dev": true }, "node_modules/@types/lodash-es": { - "version": "4.17.6", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.6.tgz", - "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz", + "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -5560,9 +5560,9 @@ "dev": true }, "@types/lodash-es": { - "version": "4.17.6", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.6.tgz", - "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz", + "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index de61a3c..b0a6ee4 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ }, "devDependencies": { "@types/discord-rpc": "^4.0.5", - "@types/lodash-es": "^4.17.6", + "@types/lodash-es": "^4.17.12", "@types/node": "^17.0.41", "@types/vscode": "^1.63.1", "@typescript-eslint/eslint-plugin": "^5.27.1",