Merge pull request #66 from immutable-actions/dependabot/npm_and_yarn/types/tar-6.1.11

Bump @types/tar from 6.1.10 to 6.1.11
This commit is contained in:
David Daly
2024-01-31 08:53:40 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -25,7 +25,7 @@
"@types/jest": "^29.5.11",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.4",
"@types/tar": "^6.1.10",
"@types/tar": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.19.0",
"@vercel/ncc": "^0.38.1",
@@ -1714,9 +1714,9 @@
"dev": true
},
"node_modules/@types/tar": {
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.10.tgz",
"integrity": "sha512-60ZO+W0tRKJ3ggdzJKp75xKVlNogKYMqGvr2bMH/+k3T0BagfYTnbmVDFMJB1BFttz6yRgP5MDGP27eh7brrqw==",
"version": "6.1.11",
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.11.tgz",
"integrity": "sha512-ThA1WD8aDdVU4VLuyq5NEqriwXErF5gEIJeyT6gHBWU7JtSmW2a5qjNv3/vR82O20mW+1vhmeZJfBQPT3HCugg==",
"dev": true,
"dependencies": {
"@types/node": "*",
+1 -1
View File
@@ -82,7 +82,7 @@
"@types/jest": "^29.5.11",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.4",
"@types/tar": "^6.1.10",
"@types/tar": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.19.0",
"@vercel/ncc": "^0.38.1",