summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 01:37:49 +0000
committerGitHub <noreply@github.com>2021-05-29 01:37:49 +0000
commit8e478fd8eef9b114ff609712f5b1165a044c9244 (patch)
tree02805278af620814f42a49810b87cb242c5f545b
parent2a43e71320f38c4afe80dcb0437ccfb20b54c8f2 (diff)
Bump sass from 1.33.0 to 1.34.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.33.0...1.34.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json24
-rw-r--r--package.json4
2 files changed, 14 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index da7a82d6..5b5d5f0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9823,9 +9823,9 @@
"dev": true
},
"sass": {
- "version": "1.33.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz",
- "integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==",
+ "version": "1.34.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.34.0.tgz",
+ "integrity": "sha512-rHEN0BscqjUYuomUEaqq3BMgsXqQfkcMVR7UhscsAVub0/spUrZGBMxQXFS2kfiDsPLZw5yuU9iJEFNC2x38Qw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
@@ -11621,9 +11621,9 @@
}
},
"webpack": {
- "version": "5.37.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.37.1.tgz",
- "integrity": "sha512-btZjGy/hSjCAAVHw+cKG+L0M+rstlyxbO2C+BOTaQ5/XAnxkDrP5sVbqWhXgo4pL3X2dcOib6rqCP20Zr9PLow==",
+ "version": "5.38.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.38.1.tgz",
+ "integrity": "sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -11636,7 +11636,7 @@
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.8.0",
"es-module-lexer": "^0.4.0",
- "eslint-scope": "^5.1.1",
+ "eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.4",
@@ -11647,8 +11647,8 @@
"schema-utils": "^3.0.0",
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.1",
- "watchpack": "^2.0.0",
- "webpack-sources": "^2.1.1"
+ "watchpack": "^2.2.0",
+ "webpack-sources": "^2.3.0"
},
"dependencies": {
"@types/json-schema": {
@@ -11734,9 +11734,9 @@
"dev": true
},
"webpack-sources": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz",
- "integrity": "sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.0.tgz",
+ "integrity": "sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==",
"dev": true,
"requires": {
"source-list-map": "^2.0.1",
diff --git a/package.json b/package.json
index 0a14a104..fae66608 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.2",
- "sass": "^1.33.0",
+ "sass": "^1.34.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
@@ -104,7 +104,7 @@
"url-loader": "^4.1.1",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
- "webpack": "^5.37.1",
+ "webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-node-externals": "^2.5.2"
},