Browse Source

Merge pull request #774 from Automattic/fix/issue-773-build-tool-vulnerability

Multiple Themes: Fix build-tool vulnerability
Allan Cole 6 years ago
parent
commit
ad8084fa82

File diff suppressed because it is too large
+ 111 - 836
calm-business/package-lock.json


+ 4 - 5
calm-business/package.json

@@ -1,12 +1,12 @@
 {
-  "name": "modern2019",
+  "name": "calm-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"
@@ -22,14 +22,13 @@
       "stringMap": []
     },
     "plugins": [],
-    "map": false,
-    "sourceMap": true
+    "map": false
   },
   "browserslist": [
     "extends @wordpress/browserslist-config"
   ],
   "scripts": {
-    "build:style": "node-sass style.scss style.css --output-style expanded --source-map true && postcss -r style.css",
+    "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css",
     "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css",
     "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css",
     "build:style-jetpack": "node-sass style-jetpack.scss style-jetpack.css --output-style expanded && postcss -r style-jetpack.css",

+ 1 - 1
calm-business/style-rtl.css

@@ -4809,4 +4809,4 @@ svg {
 
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #8d6708;
-}
+}

+ 0 - 1
calm-business/style.css

@@ -4822,4 +4822,3 @@ svg {
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #8d6708;
 }
-/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 106 - 831
elegant-business/package-lock.json


+ 3 - 7
elegant-business/package.json

@@ -1,16 +1,12 @@
 {
-  "name": "twentynineteen",
+  "name": "elegant-business",
   "version": "1.0.0",
-  "description": "Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
+  "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

File diff suppressed because it is too large
+ 115 - 796
friendly-business/package-lock.json


+ 3 - 7
friendly-business/package.json

@@ -1,16 +1,12 @@
 {
-  "name": "twentynineteen",
+  "name": "friendly-business",
   "version": "1.0.0",
-  "description": "Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
+  "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

File diff suppressed because it is too large
+ 106 - 831
modern-business/package-lock.json


+ 4 - 5
modern-business/package.json

@@ -1,12 +1,12 @@
 {
-  "name": "modern2019",
+  "name": "modern-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"
@@ -22,14 +22,13 @@
       "stringMap": []
     },
     "plugins": [],
-    "map": false,
-    "sourceMap": true
+    "map": false
   },
   "browserslist": [
     "extends @wordpress/browserslist-config"
   ],
   "scripts": {
-    "build:style": "node-sass style.scss style.css --output-style expanded --source-map true && postcss -r style.css",
+    "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css",
     "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css",
     "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css",
     "build:style-jetpack": "node-sass style-jetpack.scss style-jetpack.css --output-style expanded && postcss -r style-jetpack.css",

+ 1 - 1
modern-business/style-rtl.css

@@ -4676,4 +4676,4 @@ svg {
 
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #c43d80;
-}
+}

+ 0 - 1
modern-business/style.css

@@ -4689,4 +4689,3 @@ svg {
 .gallery-item > div > a:focus {
   box-shadow: 0 0 0 2px #c43d80;
 }
-/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 115 - 796
professional-business/package-lock.json


+ 3 - 7
professional-business/package.json

@@ -1,16 +1,12 @@
 {
-  "name": "twentynineteen",
+  "name": "professional-business",
   "version": "1.0.0",
-  "description": "Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
+  "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

File diff suppressed because it is too large
+ 106 - 832
sophisticated-business/package-lock.json


+ 3 - 7
sophisticated-business/package.json

@@ -1,16 +1,12 @@
 {
-  "name": "twentynineteen",
+  "name": "sophisticated-business",
   "version": "1.0.0",
-  "description": "Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
+  "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

Some files were not shown because too many files changed in this diff