Browse Source

Update @types/lodash to version 4.17.25

pull/7725/head
Thomas Kaul 4 days ago
parent
commit
0b75ad4df4
  1. 8
      package-lock.json

8
package-lock.json

@ -146,7 +146,7 @@
"@types/google-spreadsheet": "3.1.5",
"@types/jest": "30.0.0",
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.24",
"@types/lodash": "4.17.25",
"@types/node": "22.20.1",
"@types/papaparse": "5.5.2",
"@types/passport-google-oauth20": "2.0.17",
@ -15138,9 +15138,9 @@
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.24",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
"integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
"version": "4.17.25",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.25.tgz",
"integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==",
"devOptional": true,
"license": "MIT"
},

Loading…
Cancel
Save