Browse Source

Bump postcss from 8.2.6 to 8.2.7 in /build/javascript (#786)

* Bump postcss from 8.2.6 to 8.2.7 in /build/javascript

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.7)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
pull/801/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
6608736326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json
  3. 2
      webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js
  4. 29827
      webroot/js/web_modules/common/core-a6c34bea.js
  5. 2
      webroot/js/web_modules/videojs/core.js

16
build/javascript/package-lock.json generated

@ -1805,14 +1805,22 @@ @@ -1805,14 +1805,22 @@
}
},
"postcss": {
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
"integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"version": "8.2.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.7.tgz",
"integrity": "sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"colorette": "^1.2.2",
"nanoid": "^3.1.20",
"source-map": "^0.6.1"
},
"dependencies": {
"colorette": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
"integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
"dev": true
}
}
},
"postcss-calc": {

2
build/javascript/package.json

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
},
"devDependencies": {
"cssnano": "^4.1.10",
"postcss": "^8.2.6",
"postcss": "^8.2.7",
"postcss-cli": "^8.3.1"
},
"snowpack": {

2
webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
import { c as createCommonjsModule, g as getDefaultExportFromCjs, a as commonjsGlobal } from '../../../common/_commonjsHelpers-37fa8da4.js';
import { d as document_1, w as window_1, c as core } from '../../../common/core-fed3ccd8.js';
import { d as document_1, w as window_1, c as core } from '../../../common/core-a6c34bea.js';
var entityMap = {
lt: '<',

29827
webroot/js/web_modules/common/core-a6c34bea.js

File diff suppressed because it is too large Load Diff

2
webroot/js/web_modules/videojs/core.js

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
export { c as default } from '../common/core-fed3ccd8.js';
export { c as default } from '../common/core-a6c34bea.js';
import '../common/_commonjsHelpers-37fa8da4.js';

Loading…
Cancel
Save