Merge pull request #22152 from atom/bump-settings-view

Bump settings-view@0.261.8
This commit is contained in:
Sadick 2021-04-08 21:03:43 +03:00 committed by GitHub
commit aed0d99142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 16 deletions

23
package-lock.json generated
View File

@ -4228,9 +4228,9 @@
}
},
"hosted-git-info": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
"version": "2.8.9",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
},
"htmlparser2": {
"version": "3.10.1",
@ -7100,10 +7100,10 @@
"integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
},
"settings-view": {
"version": "https://www.atom.io/api/packages/settings-view/versions/0.261.7/tarball",
"integrity": "sha512-W9zx642+GfBSUCaiu1Pen+HaT/rSsC7LXB8J/9CP88S3kejbv1gEtoy3VPZXGGTvj+0CbuYwYEuvAu8+xD/jzg==",
"version": "https://www.atom.io/api/packages/settings-view/versions/0.261.8/tarball",
"integrity": "sha512-Zk7Cd2YRcL0inBbOg+vfIG5C4W1mrtY6RR/bvJ0Ddx4FCswxndRndVn575RbAJN5uvbt5hoQdvXmEdd0ksdlVA==",
"requires": {
"async": "~0.2.9",
"async": "^3.2.0",
"dompurify": "^1.0.2",
"etch": "0.9.0",
"fs-plus": "^3.0.0",
@ -7117,11 +7117,6 @@
"underscore-plus": "^1.0.6"
},
"dependencies": {
"async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E="
},
"etch": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/etch/-/etch-0.9.0.tgz",
@ -8506,9 +8501,9 @@
"version": "file:packages/update-package-dependencies"
},
"uri-js": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz",
"integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"requires": {
"punycode": "^2.1.0"
}

View File

@ -147,7 +147,7 @@
"season": "^6.0.2",
"semver": "7.3.2",
"service-hub": "^0.7.4",
"settings-view": "https://www.atom.io/api/packages/settings-view/versions/0.261.7/tarball",
"settings-view": "https://www.atom.io/api/packages/settings-view/versions/0.261.8/tarball",
"sinon": "9.2.1",
"snippets": "https://www.atom.io/api/packages/snippets/versions/1.5.1/tarball",
"solarized-dark-syntax": "file:packages/solarized-dark-syntax",
@ -219,7 +219,7 @@
"notifications": "0.71.0",
"open-on-github": "1.3.2",
"package-generator": "1.3.0",
"settings-view": "0.261.7",
"settings-view": "0.261.8",
"snippets": "1.5.1",
"spell-check": "0.77.1",
"status-bar": "1.8.17",