express-sitemap
express-sitemap copied to clipboard
build(deps): bump the npm_and_yarn group across 1 directory with 20 updates
Bumps the npm_and_yarn group with 15 updates in the / directory:
Package | From | To |
---|---|---|
request | 2.83.0 |
2.88.2 |
express | 4.16.2 |
4.19.2 |
grunt | 1.0.1 |
1.5.3 |
extend | 3.0.1 |
3.0.2 |
lodash | 3.7.0 |
4.17.21 |
jshint | 2.9.5 |
2.9.7 |
handlebars | 4.0.11 |
4.7.8 |
js-yaml | 3.5.5 |
3.14.1 |
minimist | 1.2.0 |
1.2.8 |
handlebars | 4.0.11 |
4.7.8 |
mkdirp | 0.5.1 |
0.5.6 |
mocha | 4.1.0 |
10.4.0 |
qs | 6.5.1 |
6.11.0 |
body-parser | 1.18.2 |
1.20.2 |
shelljs | 0.3.0 |
removed |
grunt-contrib-jshint | 1.1.0 |
3.2.0 |
Updates request
from 2.83.0 to 2.88.2
Changelog
Sourced from request's changelog.
Change Log
v2.88.0 (2018/08/10)
- #2996 fix(uuid): import versioned uuid (
@kwonoj
)- #2994 Update to oauth-sign 0.9.0 (
@dlecocq
)- #2993 Fix header tests (
@simov
)- #2904 #515, #2894 Strip port suffix from Host header if the protocol is known. (#2904) (
@paambaati
)- #2791 Improve AWS SigV4 support. (#2791) (
@vikhyat
)- #2977 Update test certificates (
@simov
)v2.87.0 (2018/05/21)
- #2943 Replace hawk dependency with a local implemenation (#2943) (
@hueniverse
)v2.86.0 (2018/05/15)
- #2885 Remove redundant code (for Node.js 0.9.4 and below) and dependency (
@ChALkeR
)- #2942 Make Test GREEN Again! (
@simov
)- #2923 Alterations for failing CI tests (
@gareth-robinson
)v2.85.0 (2018/03/12)
v2.84.0 (2018/03/12)
- #2793 Fixed calculation of oauth_body_hash, issue #2792 (
@dvishniakov
)- #2880 Update hawk to 7.0.7 (#2880) (
@kornel-kedzierski
)
Commits
- See full diff in compare view
Updates express
from 4.16.2 to 4.19.2
Release notes
Sourced from express's releases.
4.19.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
4.19.1
What's Changed
- Fix ci after location patch by
@wesleytodd
in expressjs/express#5552- fixed un-edited version in history.md for 4.19.0 by
@wesleytodd
in expressjs/express#5556Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1
4.19.0
What's Changed
- fix typo in release date by
@UlisesGascon
in expressjs/express#5527- docs: nominating
@wesleytodd
to be project captian by@wesleytodd
in expressjs/express#5511- docs: loosen TC activity rules by
@wesleytodd
in expressjs/express#5510- Add note on how to update docs for new release by
@crandmck
in expressjs/express#5541- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by
@wesleytodd
in expressjs/express#5551New Contributors
@crandmck
made their first contribution in expressjs/express#5541Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0
4.18.3
Main Changes
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
Other Changes
- Use https: protocol instead of deprecated git: protocol by
@vcsjones
in expressjs/express#5032- build: [email protected] and [email protected] by
@abenhamdine
in expressjs/express#5034- ci: update actions/checkout to v3 by
@armujahid
in expressjs/express#5027- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5124- Remove unused originalIndex from acceptParams by
@raksbisht
in expressjs/express#5119- Fixed typos by
@raksbisht
in expressjs/express#5117- examples: remove unused params by
@raksbisht
in expressjs/express#5113- fix: parameter str is not described in JSDoc by
@raksbisht
in expressjs/express#5130- fix: typos in History.md by
@raksbisht
in expressjs/express#5131- build : add [email protected] by
@abenhamdine
in expressjs/express#5028- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5137
... (truncated)
Changelog
Sourced from express's changelog.
4.19.2 / 2024-03-25
- Improved fix for open redirect allow list bypass
4.19.1 / 2024-03-20
- Allow passing non-strings to res.location with new encoding handling checks
4.19.0 / 2024-03-20
- Prevent open redirect allow list bypass due to encodeurl
- deps: [email protected]
4.18.3 / 2024-02-29
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- deps: [email protected]
- Add
partitioned
option4.18.2 / 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1 / 2022-04-29
- Fix hanging on large stack of sync routes
4.18.0 / 2022-04-25
- Add "root" option to
res.download
- Allow
options
withoutfilename
inres.download
- Deprecate string and non-integer arguments to
res.status
- Fix behavior of
null
/undefined
asmaxAge
inres.cookie
- Fix handling very large stacks of sync middleware
- Ignore
Object.prototype
values in settings throughapp.set
/app.get
... (truncated)
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates grunt
from 1.0.1 to 1.5.3
Release notes
Sourced from grunt's releases.
v1.5.3
- Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
- Patch up race condition in symlink copying. 58016ff
- Merge pull request #1746 from JamieSlome/patch-1 0749e1d
- Create SECURITY.md 69b7c50
https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3
v1.5.2
- Update Changelog 7f15fd5
- Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
- Clean up link handling 433f91b
https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2
v1.5.1
- Merge pull request #1742 from gruntjs/update-symlink-test ad22608
- Fix symlink test 0652305
https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1
v1.5.0
- Updated changelog b2b2c2b
- Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
- Update testing matrix 47d32de
- More updates 2e9161c
- Remove console log 04b960e
- Update dependencies, tests... aad3d45
- Merge pull request #1736 from justlep/main fdc7056
- support .cjs extension e35fe54
https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0
v1.4.1
- Update Changelog e7625e5
- Merge pull request #1731 from gruntjs/update-options 5d67e34
- Fix ci install d13bf88
- Switch to Actions 08896ae
- Update grunt-known-options eee0673
- Add note about a breaking change 1b6e288
https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1
v1.4.0
... (truncated)
Changelog
Sourced from grunt's changelog.
v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use
safeLoad
for loading YML files viafile.readYAML
. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.
... (truncated)
Commits
82d79b8
1.5.3572d79b
Merge pull request #1745 from gruntjs/fix-copy-op58016ff
Patch up race condition in symlink copying.0749e1d
Merge pull request #1746 from JamieSlome/patch-169b7c50
Create SECURITY.mdac667b2
1.5.27f15fd5
Update Changelogb0ec6e1
Merge pull request #1743 from gruntjs/cleanup-link433f91b
Clean up link handlingd5969ec
1.5.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.
Updates ajv
from 5.5.2 to 6.12.6
Release notes
Sourced from ajv's releases.
v6.12.6
Fix performance issue of "url" format.
v6.12.5
Fix uri scheme validation (
@ChALkeR
). Fix boolean schemas with strictKeywords option (#1270)v6.12.4
Fix: coercion of one-item arrays to scalar that should fail validation (failing example).
v6.12.3
Pass schema object to processCode function Option for strictNumbers (
@issacgerges
, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)v6.12.2
Removed post-install script
v6.12.1
Docs and dependency updates
v6.12.0
Improved hostname validation (
@sambauers
, #1143) Optionkeywords
to add custom keywords (@franciscomorais
, #1137) Types fixes (@boenrobot
,@MattiAstedrone
) Docs:
- error logging example (
@RadiationSickness
)- TypeScript usage notes (
@thetric
)v6.11.0
Time formats support two digit and colon-less variants of timezone offset (#1061 ,
@cjpillsbury
) Docs: RegExp related security considerations Tests: Disabled failing typescript testv6.10.2
Fix: the unknown keywords were ignored with the option
strictKeywords: true
(instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.v6.10.1
Fix types Fix addSchema (#1001) Update dependencies
v6.10.0
Option
strictDefaults
to report ignored defaults (#957,@not-an-aardvark
) OptionstrictKeywords
to report unknown keywords (#781)v6.9.0
OpenAPI keyword
nullable
can be any boolean (and not onlytrue
). Custom keyword definition changes:
dependencies
option in to require the presence of keywords in the same schema.
... (truncated)
Commits
fe59143
6.12.6d580d3e
Merge pull request #1298 from ajv-validator/fix-urlfd36389
fix: regular expression for "url" format490e34c
docs: link to v7-beta branch9cd93a1
docs: note about v7 in readme877d286
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-typef1c8e45
6.12.5764035e
Merge branch 'ChALkeR-chalker/fix-comma'3798160
Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...a3c7eba
Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...- Additional commits viewable in compare view
Updates extend
from 3.0.1 to 3.0.2
Changelog
Sourced from extend's changelog.
3.0.2 / 2018-07-19
- [Fix] Prevent merging
__proto__
property (#48)- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
- [Tests] up to
node
v10.7
,v9.11
,v8.11
,v7.10
,v6.14
,v4.9
; usenvm install-latest-npm
Commits
8d106d2
v3.0.2e97091f
[Dev Deps] updatetape
e841aac
[Tests] up tonode
v10.7
0e68e71
[Fix] Prevent merging proto propertya689700
Only apps should have lockfilesf13c1c4
[Dev Deps] updateeslint
,@ljharb/eslint-config
,tape
f3570fe
[Tests] up tonode
v10.0
,v9.11
,v8.11
,v7.10
,v6.14
,v4.9
; use...- See full diff in compare view
Updates getobject
from 0.1.0 to 1.0.2
Release notes
Sourced from getobject's releases.
v1.0.2
- Merge pull request #8 from cowboy/dependabot/npm_and_yarn/path-parse-1.0.7 6f86cf7
- Bump path-parse from 1.0.6 to 1.0.7 6e79841
https://github.com/cowboy/node-getobject/compare/v1.0.1...v1.0.2
v1.0.1
- Update deps 141e3a5
- Merge pull request #7 from cowboy/dependabot/npm_and_yarn/hosted-git-info-2.8.9 c97cf3e
- Bump hosted-git-info from 2.8.8 to 2.8.9 201e91b
- Update dev deps 5ffb873
https://github.com/cowboy/node-getobject/compare/v1.0.0...v1.0.1
v1.0.0
No release notes provided.
Commits
46e55ec
1.0.26f86cf7
Merge pull request #8 from cowboy/dependabot/npm_and_yarn/path-parse-1.0.76e79841
Bump path-parse from 1.0.6 to 1.0.784bd719
1.0.1141e3a5
Update depsc97cf3e
Merge pull request #7 from cowboy/dependabot/npm_and_yarn/hosted-git-info-2.8.9201e91b
Bump hosted-git-info from 2.8.8 to 2.8.95ffb873
Update dev deps92e0d1f
1.0.06828cb9
README updates- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vladikoff, a new releaser for getobject since your current version.
Updates lodash
from 3.7.0 to 4.17.21
Release notes
Sourced from lodash's releases.
4.0.0
lodash v4.0.0
2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption!
The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore core team. In the spirit of merging our teams have blended with several members contributing to both libraries.
For 2016 & lodash v4.0.0 we wanted to cut loose, push forward, & take things up a notch!
Modern only
With v4 we’re breaking free from old projects, old environments, & dropping old IE < 9 support!
4 kB Core
Lodash’s kitchen-sink size will continue to grow as new methods & functionality are added. However, we now offer a 4 kB (gzipped) core build that’s compatible with Backbone v1.2.4 for folks who want Lodash without lugging around the kitchen sink.
More ES6
We’ve continued to embrace ES6 with methods like _.isSymbol, added support for cloning & comparing array buffers, maps, sets, & symbols, converting iterators to arrays, & iterable
_(…)
.In addition, we’ve published an es-build & pulled babel-plugin-lodash into core to make tree-shaking a breeze.
More Modular
Pop quiz! 📣
What category path does the
bindAll
method belong to? Is itA)
require('lodash/function/bindAll')
B)require('lodash/utility/bindAll')
C)require('lodash/util/bindAll')
Don’t know? Well, with v4 it doesn’t matter because now module paths are as simple as
var bindAll = require('lodash/bindAll');
We’ve also reduced module complexity making it easier to create smaller bundles. This has helped Lodash adoption with libraries like Async & Redux!
1st Class FP
With v3 we introduced lodash-fp. We learned a lot & with v4 we decided to pull it into core.
Now you can get immutable, auto-curried, iteratee-first, data-last methods as simply as
var _ = require('lodash/fp'); var object = { 'a': 1 }; </tr></table>
... (truncated)
Commits
f299b52
Bump to v4.17.21c4847eb
Improve performance oftoNumber
,trim
andtrimEnd
on large input strings3469357
Prevent command injection through_.template
'svariable
optionded9bc6
Bump to v4.17.20.63150ef
Documentation fixes.00f0f62
test.js: Remove trailing comma.846e434
Temporarily use a custom fork oflodash-cli
.5d046f3
Re-enable Travis tests on4.17
branch.aa816b3
Remove/npm-package
.d7fbc52
Bump to v4.17.19- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.
Updates jshint
from 2.9.5 to 2.9.7
Release notes
Sourced from jshint's releases.
JSHint 2.9.7
2.9.7 (2018-12-07)
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
JSHint 2.9.6
2.9.6 (2018-07-30)
Bug Fixes
- Add missing global objects for browser env (badc7a4)
- Add other Fetch spec globals (07bb596), closes #2582
- Allow closing over immutable bindings (7091685)
- Allow computed method names in obj literal (a5ff715)
- Allow empty export and trailing comma (631327e), closes #2567
- Avoid infinite loop on invalid
for
stmt (56a4379)- Consistently ignore dot-prefixed dirs (8d4317e)
- Correct impl of built-in bindings (a11d631)
- Correct interpretation of whitespace (dd06eea)
- Correct location of reported error (1c434a3)
- Correct location reported for W043 (1d04868)
- Correct reporting of var name in list comprehensions (0ff6644)
- Correct restriction on function name (55aa54e)
- Correct spelling of Uint8ClampedArray (8df4a32)
- Create block scope for
switch
statements (aa2be10)- Disallow default values in rest parameters (b420aed)
- Do not create binding for illegal syntax (9fe8c94)
- Do not warn about non-ambiguous linebreaks (ab3ab85)
- Fix "is is" message typos (7993101)
- Preserve functionality in "legacy" Node.js (2f6ac13)
- recognize Jasmine global
spyOnProperty
(827237f), closes #3183- Relax restriction on asgnmnt to arguments (0a66710)
- Remove warning W100 (ff71d3c)
- Report error for duplicate arrow params (506c7d5)
- Report error for redeclared generator fns (8896fa3)
- Restrict "name" of strict mode functions (a554c89)
- Restrict
super
usage to valid forms (8f3f880)- Restrict IdentifierNames in ES5 code (5995a9f)
- Tolerate division following closing brace (3aa02db)
- Tolerate RegExp as
void
operand (3f920b5)- Tolerate whitespace in inline directives (efeb0f8)
Features
Changelog
Sourced from jshint's changelog.
2.9.7 (2018-12-07)
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
2.9.6 (2018-07-30)
Bug Fixes
- Add missing global objects for browser env (badc7a4)
- Add other Fetch spec globals (07bb596), closes #2582
- Allow closing over immutable bindings (7091685)
- Allow computed method names in obj literal (a5ff715)
- Allow empty export and trailing comma (631327e), closes #2567
- Avoid infinite loop on invalid
for
stmt (56a4379)- Consistently ignore dot-prefixed dirs (8d4317e)
- Correct impl of built-in bindings (a11d631)
- Correct interpretation of whitespace (dd06eea)
- Correct location of reported error (1c434a3)
- Correct location reported for W043 (1d04868)
- Correct reporting of var name in list comprehensions (0ff6644)
- Correct restriction on function name (55aa54e)
- Correct spelling of Uint8ClampedArray (8df4a32)
- Create block scope for
switch
statements (aa2be10)- Disallow default values in rest parameters (b420aed)
- Do not create binding for illegal syntax (9fe8c94)
- Do not warn about non-ambiguous linebreaks (ab3ab85)
- Fix "is is" message typos (7993101)
- Preserve functionality in "legacy" Node.js (2f6ac13)
- recognize Jasmine global
spyOnProperty
(827237f), closes #3183- Relax restriction on asgnmnt to arguments (0a66710)
- Remove warning W100 (ff71d3c)
- Report error for duplicate arrow params (506c7d5)
- Report error for redeclared generator fns (8896fa3)
- Restrict "name" of strict mode functions (a554c89)
- Restrict
super
usage to valid forms (8f3f880)- Restrict IdentifierNames in ES5 code (5995a9f)
- Tolerate division following closing brace (3aa02db)
- Tolerate RegExp as
void
operand (3f920b5)- Tolerate whitespace in inline directives (efeb0f8)
Features
Commits
01bf8c6
v2.9.771f2f1f
[[TEST]] Assert CLI behavior: stdin w/o filename3a8ef8b
Added Spotify to companies who use JSHint (#3333)80c7fda
[[CHORE]] Relocate development dependencyf70250b
[[CHORE]] Relocate development dependenciesd5c1a00
v2.9.6ab3ab85
[[FIX]] Do not warn about non-ambiguous linebreakseaca85b
[[CHORE]] Improve test coverage for ASI warning0a66710
[[FIX]] Relax restriction on asgnmnt to arguments3aa02db
[[FIX]] Tolerate division following closing brace- Additional commits viewable in compare view
Updates handlebars
from 4.0.11 to 4.7.8
Release notes
Sourced from handlebars's releases.
v4.7.8
- Make library compatible with workers (#1894) - 3d3796c
- Don't rely on Node.js global object (#1776) - 2954e7e
- Fix compiling of each block params in strict mode (#1855) - 30dbf04
- Fix rollup warning when importing Handlebars as ESM - 03d387b
- Fix bundler issue with webpack 5 (#1862) - c6c6bbb
- Use https instead of git for mustache submodule - 88ac068
Changelog
Sourced from handlebars's changelog.
v4.7.8 - July 27th, 2023
- Make library compatible with workers (#1894) - 3d3796c
- Don't rely on Node.js global object (#1776) - 2954e7e
- Fix compiling of each block params in strict mode (#1855) - 30dbf04
- Fix rollup warning when importing Handlebars as ESM - 03d387b
- Fix bundler issue with webpack 5 (#1862) - c6c6bbb
- Use https instead of git for mustache submodule - 88ac068
v4.7.7 - February 15th, 2021
- fix weird error in integration tests - eb860c0
- fix: check prototype property access in strict-mode (#1736) - b6d3de7
- fix: escape property names in compat mode (#1736) - f058970
- refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
- chore: start testing on Node.js 12 and 13 - 3789a30
(POSSIBLY) BREAKING CHANGES:
- the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
That is why we only bump the patch version despite mentioning breaking changes.
v4.7.6 - April 3rd, 2020
Chore/Housekeeping:
- #1672 - Switch cmd parser to latest minimist (
@dougwilson
Compatibility notes:
- Restored Node.js compatibility
v4.7.5 - April 2nd, 2020
Chore/Housekeeping:
Node.js version support has been changed to v6+Reverted in 4.7.6Compatibility notes:
... (truncated)
Commits
8dc3d25
v4.7.8668c4fb
Fix browser tests in CI pipelinec65c6cc
Test on Node 183d3796c
Make library compatible with workers075b354
Fix sync issue with npm lock-file30dbf04
Fix compiling of each block params in strict modee3a5448
Fix bundler issue with webpack 58e23642
Fix integration-tests issue with npm >= 788ac068
use https instead of git for mustache submodulec68bc08
Fix typo- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jaylinski, a new releaser for handlebars since your current version.
Updates js-yaml
from 3.5.5 to 3.14.1
Changelog
Sourced from js-yaml's changelog.
[3.14.1] - 2020-12-07
Security
- Fix possible code execution in (already unsafe)
.load()
(in &anchor).[3.14.0] - 2020-05-22
Changed
- Support
safe/loadAll(input, options)
variant of call.- CI: drop outdated nodejs versions.
- Dev deps bump.
Fixed
- Quote
=
in plain scalars #519.- Check the node type for
!<?>
tag in case user manually specifies it.- Verify that there are no null-bytes in input.
- Fix wrong quote position when writing condensed flow, #526.
[3.13.1] - 2019-04-05
Security
- Fix possible code execution in (already unsafe)
.load()
, #480.[3.13.0] - 2019-03-20
Security
- Security fix:
safeLoad()
can hang when arrays with nested refs used as key. Now throws exception for nested arrays. #475.[3.12.2] - 2019-02-26
Fixed
- Fix
noArrayIndent
option for root level, #468.[3.12.1] - 2019-01-05
Added
- Added
noArrayIndent
option, #432.[3.12.0] - 2018-06-02
Changed
- Support arrow functions without a block statement, #421.
[3.11.0] - 2018-03-05
Added
- Add arrow functions suport for
!!js/function
.Fixed
- Fix dump in bin/octal/hex formats for negative integers, #399.
... (truncated)
Commits
37caaad
3.14.1 released094c0f7
dist rebuild9586ebe
Avoid calling hasOwnProperty of user-controlled objects34e5072
3.14.0 released7b25c83
Browser files rebuild6f73473
Dev deps bump0c29349
Travis-CI: drop old nodejs versions10be97e
fix(loader): Add support forsafe/loadAll(input, options)
d6983dd
Fix issue #526: wrong quote position writing condensed flow (#527)93fbf7d
fix issue 526 (wrong quote position writing condensed flow)- Additional commits viewable in compare view
Updates json-schema
from 0.2.3 to 0.4.0
Commits
f6f6a3b
Use a little more robust method of checking instancesef60987
Update versionb62f1da
Protect against constructor modification, #84fb427cd
Link to json-schema-org repository in addition to site, fixes #5422f1461
Don't allow proto property to be used for schema default/coerce, fixes #84c52a27c
Get basic test to passb3f42b3
Add security policy3b0cec3
Update versionc28470f
Update readme to acknowledge the state of the package7dff9cd
Merge pull request #81 from hodovani/patch-1- Additional commits viewable in compare view
Updates minimist
from 1.2.0 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)
- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)
- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)
Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)
- [Tests] Remove duplicate test (#12) Description has been truncated