Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-15 15:52:51 +0300
committerGitHub <noreply@github.com>2020-12-15 15:52:51 +0300
commitdb6520fb9a0efbc7c0ac8f065d736df62b0e6ed7 (patch)
tree0615fb204dde175d9b12988819458d430fe2ced8
parentc106e447603681f7fe6aa5eb1c0d696bac952899 (diff)
Bump less from 3.12.2 to 3.13.0 (#331)
Bumps [less](https://github.com/less/less.js) from 3.12.2 to 3.13.0. - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/compare/v3.12.2...v3.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 8170ee7..0c0e201 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6312,9 +6312,9 @@
}
},
"less": {
- "version": "3.12.2",
- "resolved": "https://registry.npmjs.org/less/-/less-3.12.2.tgz",
- "integrity": "sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q==",
+ "version": "3.13.0",
+ "resolved": "https://registry.npmjs.org/less/-/less-3.13.0.tgz",
+ "integrity": "sha512-uPhr9uoSGVKKYVGz0rXcYBK1zjwcIWRGcbnSgNt66XuIZYrYPaQiS+LeUOvqedBwrwdBYYaLqSff5ytGYuT7rA==",
"dev": true,
"requires": {
"errno": "^0.1.1",
@@ -7481,9 +7481,9 @@
}
},
"native-request": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/native-request/-/native-request-1.0.7.tgz",
- "integrity": "sha512-9nRjinI9bmz+S7dgNtf4A70+/vPhnd+2krGpy4SUlADuOuSa24IDkNaZ+R/QT1wQ6S8jBdi6wE7fLekFZNfUpQ==",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/native-request/-/native-request-1.0.8.tgz",
+ "integrity": "sha512-vU2JojJVelUGp6jRcLwToPoWGxSx23z/0iX+I77J3Ht17rf2INGjrhOoQnjVo60nQd8wVsgzKkPfRXBiVdD2ag==",
"dev": true,
"optional": true
},
diff --git a/package.json b/package.json
index ccb5d43..87d1214 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
- "less": "^3.12.2",
+ "less": "^3.13.0",
"mocha": "^8.2.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",