Bump all deps in git-diff

This commit is contained in:
confused-Techie 2023-06-20 17:04:18 -07:00
parent ec5fdc6c2b
commit d4cf8c723a
2 changed files with 17 additions and 16 deletions

View File

@ -9,11 +9,11 @@
"version": "1.3.9", "version": "1.3.9",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"atom-select-list": "^0.7.0" "atom-select-list": "^0.8.1"
}, },
"devDependencies": { "devDependencies": {
"fs-plus": "^3.0.0", "fs-plus": "^3.1.1",
"temp": "~0.8.1" "temp": "^0.9.4"
}, },
"engines": { "engines": {
"atom": "*" "atom": "*"
@ -26,11 +26,11 @@
"dev": true "dev": true
}, },
"node_modules/atom-select-list": { "node_modules/atom-select-list": {
"version": "0.7.2", "version": "0.8.1",
"resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.7.2.tgz", "resolved": "https://registry.npmjs.org/atom-select-list/-/atom-select-list-0.8.1.tgz",
"integrity": "sha512-a707OB1DhLGjzqtFrtMQKH7BBxFuCh8UBoUWxgFOrLrSwVh3g+/TlVPVDOz12+U0mDu3mIrnYLqQyhywQOTxhw==", "integrity": "sha512-MpwlZmmI81odx7rY+HpJrRmDW9aXlkFDFDNt70JxrPibxEh8h9HCZZj22woa4CKFKVXC8sEiLMcNtuDeE10jog==",
"dependencies": { "dependencies": {
"etch": "^0.12.6", "etch": "^0.14.0",
"fuzzaldrin": "^2.1.0" "fuzzaldrin": "^2.1.0"
} }
}, },
@ -57,9 +57,9 @@
"dev": true "dev": true
}, },
"node_modules/etch": { "node_modules/etch": {
"version": "0.12.8", "version": "0.14.1",
"resolved": "https://registry.npmjs.org/etch/-/etch-0.12.8.tgz", "resolved": "https://registry.npmjs.org/etch/-/etch-0.14.1.tgz",
"integrity": "sha512-dFLRe4wLroVtwzyy1vGlE3BSDZHiL0kZME5XgNGzZIULcYTvVno8vbiIleAesoKJmwWaxDTzG+4eppg2zk14JQ==" "integrity": "sha512-+IwqSDBhaQFMUHJu4L/ir0dhDoW5IIihg4Z9lzsIxxne8V0PlSg0gnk2STaKWjGJQnDR4cxpA+a/dORX9kycTA=="
}, },
"node_modules/fs-plus": { "node_modules/fs-plus": {
"version": "3.1.1", "version": "3.1.1",
@ -184,11 +184,12 @@
} }
}, },
"node_modules/temp": { "node_modules/temp": {
"version": "0.8.4", "version": "0.9.4",
"resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", "resolved": "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz",
"integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"mkdirp": "^0.5.1",
"rimraf": "~2.6.2" "rimraf": "~2.6.2"
}, },
"engines": { "engines": {

View File

@ -9,11 +9,11 @@
"atom": "*" "atom": "*"
}, },
"dependencies": { "dependencies": {
"atom-select-list": "^0.7.0" "atom-select-list": "^0.8.1"
}, },
"devDependencies": { "devDependencies": {
"fs-plus": "^3.0.0", "fs-plus": "^3.1.1",
"temp": "~0.8.1" "temp": "^0.9.4"
}, },
"configSchema": { "configSchema": {
"showIconsInEditorGutter": { "showIconsInEditorGutter": {